Tema: query_string
Ver Mensaje Individual
  #3 (permalink)  
Antiguo 09/01/2002, 10:20
Avatar de Aston
Aston
 
Fecha de Ingreso: mayo-2001
Ubicación: Madrid
Mensajes: 933
Antigüedad: 24 años
Puntos: 0
Re: query_string

Un ejemplo, en esta misma página:

http://www.forosdelweb.com/post.asp?forum_id=15&method=reply&forum_ti tle=ASP

Request.QueryString("forum_id") devuelve "15"
Request.QueryString("method") devuelve "reply"
Request.QueryString("forum_title") devuelve "ASP"

Saludos. :)

<a href="http://www.laventanita.net/" target="_blank">
<img src="http://www.breogan.org/images/Aston.gif" border="0" alt="La Ventanita.net - Lo imprescindible en la red"></a>