Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How do I execute another script?
Message
De
16/02/2003 17:08:44
 
 
À
16/02/2003 16:58:52
Information générale
Forum:
Internet
Catégorie:
Javascript
Divers
Thread ID:
00753916
Message ID:
00753928
Vues:
19
>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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform