This is a forum where members new and old can come to ask questions and get info and opinions. It is not a place to advertise your business or have other forms of advertising, whether it be in your posts or signature.

All links in the forum will not be indexed by Search Engines and any unapproved forms of advertising or spam will be dealt with accordingly, deleted, and that member's account banned.

Forums

Overview » HTML, XHTML, and DHTML » Multiple javascripts on the same page
Reply

Multiple javascripts on the same page

J McClendon
Member



Since: 20 Jan 2006
Posts: 1
Posted 24 Jan 2006 21:25:34

Hi!

I have two javascripts. One is a manual scroller using a button and the other is an automatic scroller. I trined using <body "onload dothisone(); dothatone()"> but I get an error saying that the first one is un defined. If I still run the script in HTML kit it works. If I preview in the browser I don't even see the automatic scroller. Is there anyone here who can guide me?

Tia (Thanks in Advance)

Edited by - novella on 25 Jan 2006 03:28:14

Hi!

I have two javascripts. One is a manual scroller using a button and the other is an automatic scroller. I trined using <body "onload dothisone(); dothatone()"> but I get an error saying that the first one is un defined. If I still run the script in HTML kit it works. If I preview in the browser I don't even see the automatic scroller. Is there anyone here who can guide me?

Tia (Thanks in Advance)

Edited by - novella on 25 Jan 2006 03:28:14
satheesh Dominic
Member



Since: 24 Apr 2007
Posts: 44
Replied 03 Oct 2009 20:52:56
The HTML code provided is incorrect.
It should be like: <body onload="dothisone();dothatone();">
Remember, you should have defined the 2 functions [dothisone()& dothatone()] before the body tag. If you are using external Javascript files with these functions defined in it, then link it before the body tag..

Reply to this topic

Message
Reply
Follow us on Facebook Follow us on twitter Subscribe to the RSS feed
Activate your free membership today | Login | Currency