Search the archives!
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Javascript] Trying to get this code to work
- From: GaryHotko at gmail.com (GH)
- Subject: [Javascript] Trying to get this code to work
- Date: Sat Sep 25 19:32:09 2004
Thank you for your reply. However, I wound up puting them into
seperate pages and into IFRAME s to contain them... which actually
allowed me to add an extra feature of refreshing them periodically if
either the alerts changes or what have you.
When the site is up and running, I would be glad to let you know so
that you can see them.
Thanks again
On Sat, 25 Sep 2004 22:25:36 +0200, Troy III Ajnej
<trojani2000@xxxxxxxxxxx> wrote:
> All right, as I don't have enoug time, for other newer solutions, you can
> stik with the one you allready have. The problem that you are experiencing
> with the first part of the code (!not running at all), is caused from its
> clone, it is overriding the onload event casscading to the second onload
> event statement and forgeting about the first one. Can't call two functions
> with the same event exept in case you invoke them with anoter function:
>
> function startEmUp(){nyc_startit(); fed_startit();}
>
> or whatever your main init functions are named. Than call this function
> caller with onload=startEmUp at the end of the second script. If you don't
> have same names in vars and similar you may remove script end tag from the
> first and start tag from the second for it to become one.
>
> I would like to see the original script in action what it does, how it
> looks, so I can propose to you some more eficient and less complicated
> aproach and far more smaller sized script. If I find time...
>
> _________________________________________________________________
> STOP MORE SPAM with the new MSN 8 and get 2 months FREE*
> http://join.msn.com/?page=features/junkmail
>
>
>
> _______________________________________________
> Javascript mailing list
> Javascript@xxxxxxxxxx
> https://lists.LaTech.edu/mailman/listinfo/javascript
>
- References:
- [Javascript] Trying to get this code to work
- From: Troy III Ajnej
- [Javascript] Trying to get this code to work
- Prev by Date: [Javascript] Trying to get this code to work
- Next by Date: [Javascript] Problem with onBlur and dropdown lists - need help!!!
- Previous by thread: [Javascript] Trying to get this code to work
- Next by thread: [Javascript] Accessing atributes - window.opener
- Index(es):