Web Design and Development Forums

I nedd help

This is a discussion on "I nedd help" within the JavaScript Forum section. This forum, and the thread "I nedd help are both part of the Program Your Website category.

Old Apr 8th, 2008, 15:39   #1 (permalink)
New Member
 
Join Date: Apr 2008
Location: Chicago
Age: 37
Posts: 1
I nedd help

Hi I'm new student of javascripting (beginner) and I need help to solve this (problem).

Can somebody explain me in easy word what I have to do to finish this project, please.

Thanks

I’m confused

Here are your instructions:
Consider the following code:

Code: Select all
<html>
 
<head>
<script type="text/javascript"> 
<!-- 
 
function seeIt(event)
{
 
YOUR FIRST STATEMENT SHOULD GO HERE
YOUR SECOND STATEMENT SHOULD GO HERE
 
}
 
//-->
</script>
</head>
 
<body onload="seeIt(event)">
 
<form>
<input type="button" value="Click Me" onclick="seeIt(event)">
</form>
 
</body>
</html>
Right now this code is incomplete.

1. Add a statement to the function that will set a variable equal to event.type. Although you might not know what information event.type gives you, you should be able to determine this after completing the code.
2. Add a statement to the function that will alert the variable assigned above.


You should include comments on your webpage giving a brief description of what happened. What information does event.type give you?

Last edited by saltedm8; Apr 8th, 2008 at 17:35. Reason: added [code] tags
daci is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



Latest Updates

All Points SEO Security Advisory - CHECK YOUR SITE NOW!

Creative Coding :: February 2008

Webforumz is sponsored by: WESH UK Web Hosting
All times are GMT. The time now is 11:34.

Sleep Study Scoring :: Free Bet :: Website Templates :: Online Betting :: Bookmakers :: Funny Quotes :: Internet Recruitment Software :: Microsoft CRM Experts :: Online Casino :: Decorated Christmas Trees :: Midwife Forums :: Football Betting :: Ecommerce Software :: Web Hosting :: Football Stats :: Dry Cleaning Collection :: xtreme wales - extreme clothing :: Apuestas :: Sharepoint Consultants :: Website Optimisation :: Office Clearance London :: Sharepoint Experts :: Sports Betting :: Casino :: Website Templates :: Web Design Development India :: Online Gambling

Powered by: vBulletin Version 3.7, Copyright ©2000 - 2008, Jelsoft Enterprises Limited.
© 2003-2008 Webforumz.com : All Rights Reserved
Search Engine Friendly URLs by vBSEO 3.2.0 RC6


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59