|
-
Jul 1st, 2000, 03:06 AM
#1
Thread Starter
Member
Okay, the onload="whatever();" starts the script when the page is fully loaded, how can youstart a script as soon as the window first opens?
Thanx
Cease
Cease
This post has been brought to you with the help of:
-
Jul 2nd, 2000, 10:13 AM
#2
just put it in the <head></head> section along with the title.
<html>
<head>
<title>My javascript page<title>
<script>
//put your code here
Alert("Hello")
</script>
</head>
<body>
</body>
</html>
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|