Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Calling another HTML page
Message
De
12/04/2001 10:12:13
 
 
À
12/04/2001 09:49:37
Information générale
Forum:
Internet
Catégorie:
HTML
Divers
Thread ID:
00494807
Message ID:
00494834
Vues:
24
>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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform