<div style="color:#FFFFFF;height:1; filter:glow(color=#000000)">Prueba</div>
por que se pone forms[0] ????
cuando pongo document.forms[0].mandar.id_hotel.value el mandar es por el botón de submit?
puedo usar ese tipo de codigo de asp ????
<script language="JavaScript">function fotos(){document.foto_hotel.id_hotel.value='<%rs.fields.item("ID")%>';var id=document.foto_hotel.id_hotel.value;alert(id);window.open('fotos_hotel.asp?'+id+'','ventanaFotos','toolbars=no,scrollbars=yes,resizable=yes,width=800,height=600,left='+(screen.availWidth/2-400)+',top='+(screen.availHeight/2-300)+'');}</script><form action="fotos_hotel.asp" method="get" name="foto_hotel" onSubmit="fotos()"> <p align="center"><input value="VER MAS FOTOS" style="border: 1px solid rgb(53, 73, 134); background-color: rgb(30, 1, 0); font-family: Tahoma; font-size: 10px; color: White; font-weight: bold;" type="submit"></p> <input type="hidden" name="id_hotel" value="<%=request.Form("ID")%>"> </form>