Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Calling another HTML page
Message
From
12/04/2001 10:12:13
 
 
To
12/04/2001 09:49:37
General information
Forum:
Internet
Category:
HTML
Miscellaneous
Thread ID:
00494807
Message ID:
00494834
Views:
21
>I am quite new to this, could you perhaps go into a bit more detail on how I can acomplish this.

Basically, one approach could be this:

In the FORM tag, add onSubmit="RedirectUrl()". Then, you can write a javascript function RedirectUrl to store the URL in the document.location property. That can go like this:
function RedirectUrl()
{
   document.location="http://www.levelextreme.com"
}
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