User Profile

Collapse

Profile Sidebar

Collapse
WGW
WGW
Last Activity: Feb 10 '08, 10:18 AM
Joined: Feb 9 '08
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • WGW
    replied to Body onLoad 2 Function issue
    I got it figured out, What I needed and was having problems with was calling on more than 1 function on the body tag when page loaded. The problem was in a scroller script on same page that I forgot about and it had a window.onload=p opulate that was causing the override. So after remove that from the scroller script and implementing the following code, I was able to get all three items to load upon page load.
    Code:
    <script type="text/javascript">
    ...
    See more | Go to post

    Leave a comment:


  • WGW
    started a topic Body onLoad 2 Function issue

    Body onLoad 2 Function issue

    Hello all, I need another set of eyes cause it just isn't working, no matter how identical I make it.
    The initRotator function works when called by itself, but when adding another function, only the "other function" works, not the initRotator function.

    Here's some examples of what I've tried
    1st Example using the 2 functions on body tag:
    Code:
    <head>
    <script src="css/dw_rotator.js"
    ...
    See more | Go to post
No activity results to display
Show More
Working...