User Comments on 'Javascript onLoad Event Handler'
|
Posted by :
vandal at 19:22 on Sunday, November 30, 2003
|
im tyring to get 2 seperate onload events to work on my webpage but one or the other wont load after the first one has loaded. here is my code,
<BODY bgcolor="#000000" OnLoad="startPix()";"fly()">
one event is a somple backgroud space script and the other is a roatating image script.
im sure i have just missed a simple character or something. if someone could help me and let me know what i am doing stupid i owuld be ever so greatfull
| |
Posted by :
litu at 01:24 on Friday, December 05, 2003
|
try this instead
<BODY bgcolor="#000000" OnLoad="startPix();fly()">
| |
Posted by :
itus2006 at 22:00 on Sunday, December 28, 2003
|
This article is normally
| |
Posted by :
Troy Wolf at 22:00 on Friday, January 02, 2004
|
I agree with itus2006. This article is so normally. In fact, it is more normally than most articles on here. WHAT THE HECK DOES THAT MEAN?! www.engrish.com
| |
Posted by :
tonyf at 14:46 on Tuesday, February 17, 2004
|
Hi,
I am trying to use the onload event to load a new page in another frame, but whatever I do it always loads in the main frame.
Can anyone help please!!!!
| |
Posted by :
sureshkumar at 01:04 on Wednesday, March 03, 2004
|
Give target="Framename" on the Onload function then it will load to the frame where u set set the target
| |
Posted by :
etorito35 at 21:46 on Monday, March 08, 2004
|
does the onload event have to be on every page if it's loading the same images? Or can I just load the rollover image onces into the cache? Will it use the same cached image thoughout the website?
i.e: navegation buttons.
Thanks
David
| |
Posted by :
appineni at 12:00 on Friday, July 09, 2004
|
Login codes with JSP,JavaBean from mySQL database
can u please help me with this
bye anu
| |
Posted by :
Bdawg8569 at 10:17 on Thursday, October 07, 2004
|
Hi, i am very new to javascript, and have just one simple line using the window.resizeto function to size my splash page correctly. What i am looking for a way to do, is to have the page become unresizable w/ no scrollbars. I have seen lots of examples of doing this with the window.open or the popup, but this is the first page of my site, so those options i don't like. I was wondering if there was a way to do this using the onload event. Any help would be appreciated.
| |
Posted by :
mahmood at 12:38 on Wednesday, March 02, 2005
|
i have problem about tab and javascript please help me
| |
Posted by :
hazemmostafa at 09:04 on Thursday, April 14, 2005
|
hi
I ve these 2 window onload events like that
window.onload=new Function("setTimeout('move()',delay)")
window.onload=new Function("setTimeout('movee()',delayy)")
how can i convert them to body onload ?
thx
| |
Posted by :
chillywylly at 17:08 on Friday, July 01, 2005
|
Excelent!
But i have some animated gifs and when the main page load(and trigger the scrip) the gif are freezed!
what is wrong?
Thanks!
| |
Posted by :
diedrada at 04:02 on Wednesday, February 01, 2006
|
Hello, There is a similar code for the onload event ? A code that does exactly the same thing like onload. Thanks !
| |
Posted by :
remotegirl at 17:41 on Tuesday, April 04, 2006
|
someone help me to work a cousor trailer
| |
Posted by :
Nachtkriecher at 16:57 on Monday, January 15, 2007
|
yeah but what if yer document is a frame document that doesnt have any <body>? i cant see a good spot to put it....
-Nachtkriecher
| |