Current location: Hot Scripts Forums » General Web Coding » JavaScript » How do I use 2 onload's in body?


How do I use 2 onload's in body?

Reply
  #1 (permalink)  
Old 05-22-07, 05:05 AM
lochie lochie is offline
Newbie Coder
 
Join Date: Jul 2003
Location: UK
Posts: 33
Thanks: 0
Thanked 0 Times in 0 Posts
How do I use 2 onload's in body?

I have to 'onload' comands to load some javascript stuff that I need to add to the body tag. How do I do this?

I thought it was as follows, but it doesn't work..

Code:
<body javascript:return reload(); javascript:return reload();">
Can someone correct this?
Reply With Quote
  #2 (permalink)  
Old 05-22-07, 05:20 AM
Nico's Avatar
Nico Nico is offline
Community Leader
 
Join Date: Sep 2005
Location: Spain
Posts: 8,075
Thanks: 11
Thanked 88 Times in 83 Posts
Try this:
Code:
<body onload="reload(); reload();">
You don't need the "javascript" in onxxxx attributes, because the browser expects only Javascript there anyway.
Reply With Quote
  #3 (permalink)  
Old 05-22-07, 05:24 AM
lochie lochie is offline
Newbie Coder
 
Join Date: Jul 2003
Location: UK
Posts: 33
Thanks: 0
Thanked 0 Times in 0 Posts
Sorry, I don't know what happened there, I've pasted the wrong code, it should have been...

Code:
<body onload="initLightbox(); javascript:return reload();">
Reply With Quote
  #4 (permalink)  
Old 05-22-07, 07:17 AM
Nico's Avatar
Nico Nico is offline
Community Leader
 
Join Date: Sep 2005
Location: Spain
Posts: 8,075
Thanks: 11
Thanked 88 Times in 83 Posts
Same syntax as in my code above. Try this:
Code:
<body onload="initLightbox(); return reload();">
Reply With Quote
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

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 Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
body tag hotrodhenson JavaScript 3 12-31-06 08:07 PM
Body margins in IE Balkee867 CSS 2 12-26-06 09:01 PM
using an attachment in body of html minority ASP 0 08-02-05 08:26 AM
Body onload event with script tag Ruby HTML/XHTML/XML 1 03-07-05 11:25 AM
NN4 and CSS body color mswhite60 CSS 2 01-07-04 02:32 AM


All times are GMT -5. The time now is 11:26 PM.
vBulletin® Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.