Affiliate Marketing
Forum Search

Reply
 
LinkBack Thread Tools Display Modes

  #1 (permalink)  
Old 10-04-08
Frostie's Avatar
Moderator
 
Join Date: Aug 2003
Location: Wirral
Posts: 2,903
Thanks: 2
Thanked 2 Times in 1 Post
Frostie is on a distinguished roadFrostie is on a distinguished road
  Cross Browser Question : OnLoad

Just wondered if anyone could shed any light in regards to the onload fucntion? I know it works fine in IE but wondered if anyone had any experience of onload causing any problem across any other browsers when its placed in the BODY tag?

If so, what alternatives are available that will work with the majority, if not all, browsers?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 10-04-08
Registered User
 
Join Date: Jun 2006
Posts: 155
Thanks: 0
Thanked 0 Times in 0 Posts
jonsp is an unknown quantity at this point
  Re: Cross Browser Question : OnLoad

Quote:
Originally Posted by Frostie View Post
Just wondered if anyone could shed any light in regards to the onload fucntion? I know it works fine in IE but wondered if anyone had any experience of onload causing any problem across any other browsers when its placed in the BODY tag?

If so, what alternatives are available that will work with the majority, if not all, browsers?
onload will work with all browsers - although obviously the script you're looking to run onload may have browser issues. As an alternative you can also do
Code:
<script type="text/javascript">
window.onload=function(){alert('test');};
</script>
which would do the same as
Code:
<body onload="alert('test');">
The first way might be easier as you can quickly add it to multiple pages without having to edit the body tag - also purists tend to prefer the fist. Both will work fine in all browsers.

Cheers,
Jon
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
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

Similar Threads
Thread Thread Starter Forum Replies Last Post
Cross Cookie Correlation Launch Daniel Powel Commission Junction - CJ UK 2 18-02-08 01:36 PM
Cross Browser Compatibility seekituk The Affiliate Marketing Lounge 4 28-07-07 08:41 AM
Cross Program Tracking @ Webgains Sachin Thanki Webgains 10 21-06-06 05:53 PM
Cross Browser compatable designs andylink Widgets, Coding, AJAX, PHP - Technology & Affiliate Marketing 2 23-02-06 10:41 AM


Affiliate Marketing RSS Feeds - Contact Us - Affiliate Marketing - Archive - Privacy Statement - Top

Content Relevant URLs by vBSEO 3.2.0 RC7