Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How do I execute another script?
Message
From
16/02/2003 17:08:44
 
 
To
16/02/2003 16:58:52
General information
Forum:
Internet
Category:
Javascript
Miscellaneous
Thread ID:
00753916
Message ID:
00753928
Views:
15
>Now I'd like to be able to exececute that script from within another JS script. Can I do this?

If you would like to execute a specific function from that script, then, you may just call the name of the function as is.

If it is in regards to include a script from another included script, I always moved away from such design as I believe all included scripts should be part of the main page.

I'm not sure if you can include a script from another script. If it's not easily possible, maybe you can try the document.write() approach to include the HTML line to include the script. Then, maybe a call to the related function name would do it.
Michel Fournier
Level Extreme Inc.
Designer, architect, owner of the Level Extreme Platform
Subscribe to the site at https://www.levelextreme.com/Home/DataEntry?Activator=55&NoStore=303
Subscription benefits https://www.levelextreme.com/Home/ViewPage?Activator=7&ID=52
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform