
01/06/2003, 15:19
|
 | | | Fecha de Ingreso: junio-2002 Ubicación: Santiago - CL
Mensajes: 2.532
Antigüedad: 22 años, 10 meses Puntos: 125 | |
<SCRIPT LANGUAGE="JavaScript">
<!-- hide
function jumpToIntlMain(theOption){
var theLinkNum=theOption.selectedIndex
var theLink=theOption.options[theLinkNum].text
if (theLink !="100") {
document.formulario.submit();
}
}
//end hide-->
</SCRIPT>
<body>
<form method="POST" action="conf_usuarios.asp?inicio=1" name="formulario">
<select name="opcion" onChange="jumpToIntlMain(this)" size="1">
<option VAlue="100" selected>Seleccione Opción..</option>
<option value="1">PAgina 1</option>
<option value="2">pagina 2</option>
</select>
</form>
<%
if request.querystring("inicio") = 1 then
if request.form("opcion") = 1 then
response.redirect("www.lahermandad.cjb.net")
elseif request.form("opcion") = 2 then
response.redirect("www.infoska.cjb.net")
end if
else
end if
%>
Ojalá te sirva....
puedes hacerlo de esa forma.. yo lo hago así---
saludos.....
skatomundo
Registra tu nick.. real....!!! serás.. mejor comprendida....
que no sea la primera.. vez..!!
salud2
skatomundo |