codetoad.com
  ASP Shopping CartForum & BBS
  - all for $20 from CodeToad Plus!
  
  Home || ASP | ASP.Net | C++/C# | DHTML | HTML | Java | Javascript | Perl | VB | XML || CodeToad Plus! || Forums || RAM 
Search Site:
Search Forums:
  Multiple onload not working?  Vince at 17:32 on Wednesday, April 29, 2009
 

Multiple onload is not working on I.E. 8 or Firefox,
does anyone have a fix?

I am tring to load multiple events, and I only get one back in two places?

<Added>

<script type="text/javascript">
<!--
onload=function() {
postaction('1');
postaction('3');
}
//-->
</script>

this does not work!

<Added>

<script type="text/javascript">
<!--
function start() {
postaction('1');
postaction('3');
}
//-->
</script>

<BODY onload="start();">

This does not work either -

or this:

<BODY onload="postaction('1'); postaction('3');">








CodeToad Experts

Can't find the answer?
Our Site experts are answering questions for free in the CodeToad forums
//








Recent Forum Threads
•  Help with Form--onClick won`t run function
•  NaN
•  accessing oleVariant type of activeX component written in delphi
•  Image array - webcam display
•  Multiple onload not working?
•  Hi,i m a new guy learing c++, here is the thing...please help me out...
•  Re: read lines from a file
•  Re: C++ Inheritance Polymorphism
•  Re: getting an object`s property which is decided by content of variable.


Recent Articles
ASP GetTempName
Decode and Encode UTF-8
ASP GetFile
ASP FolderExists
ASP FileExists
ASP OpenTextFile
ASP FilesystemObject
ASP CreateFolder
ASP CreateTextFile
Javascript Get Selected Text


© Copyright codetoad.com 2001-2009