Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How do I execute another script?
Message
De
16/02/2003 16:30:00
 
 
À
16/02/2003 16:26:51
Information générale
Forum:
Internet
Catégorie:
Javascript
Divers
Thread ID:
00753916
Message ID:
00753922
Vues:
24
>The reason I asked this it that in a JS script I ask for a password. If the password is good I want to execute either another JS script or HTML code.

From any javascript code, you can just issue the function name as is to call another one:
function Login()
{
   if (something)
   {
      MyNextFunction()
   }
}
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
Répondre
Fil
Voir

Click here to load this message in the networking platform