Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Passing parameter to asp page
Message
De
17/05/1999 16:54:18
 
 
À
17/05/1999 16:30:37
Information générale
Forum:
Visual FoxPro
Catégorie:
Applications Internet
Divers
Thread ID:
00219702
Message ID:
00219797
Vues:
24
>>Try index.asp?name=<%=Y%>
>
>Sorry, try
>
>
index.asp?name=< %=y % >
>
don't use the spaces.

Just a little trick for putting > on UT:

> is &gt; (Greater Than)
< is &lt; (Lower Than).

So if you write:
index.asp?name=&lt;%=y%&gt;

...you'll see
index.asp?name=<%=y%>

It's fun to know HTML... :-)
Sylvain Demers
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform