Hello Everyone,

Well I've been very busy since the holiday season and
did not get much time to work in this project so I'll
be releasing it anyway so we can all take a look at it
and if possible offer some improvements.

The file is attached

Things to note:

To get scripts loaded in the same scope as the window
object in ns4. You should do the following:

 myfunction=function(){
   //some code here
 } 

Or 

 parent.myfunction=function(){
   //some code here
 } 

And not 

 function myfunction(){
   //some code here
 }


P.S. NS6 only loading scripts in async mode. Can't
figure out why :(


--
All the best!
Raymond


__________________________________________________
Do You Yahoo!?
Send your FREE holiday greetings online!
http://greetings.yahoo.com

Attachment: jsr.zip
Description: jsr.zip

Reply via email to