Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How do I execute another script?
Message
From
16/02/2003 16:30:00
 
 
To
16/02/2003 16:26:51
General information
Forum:
Internet
Category:
Javascript
Miscellaneous
Thread ID:
00753916
Message ID:
00753922
Views:
18
>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
Previous
Reply
Map
View

Click here to load this message in the networking platform