Ver Mensaje Individual
  #3 (permalink)  
Antiguo 08/02/2009, 18:02
Kataky
 
Fecha de Ingreso: febrero-2009
Mensajes: 22
Antigüedad: 16 años
Puntos: 0
Respuesta: Orientacion... Urgente

Hola Radh_rr

Gracias por responder, hasta donde veo está bien, aquí va la línea:
<%@ Page Language="VB" MasterPageFile="~/MasterPage.master" AutoEventWireup="false" CodeFile="Default.aspx.vb" Inherits="_Default" title="Untitled Page" StylesheetTheme="Espanol" Theme="Espanol"%>
<asp:Content ID="Content1" ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server">
<script type="text/javascript">
//function Llamar(link)
function Llamar()
{
// alert(link)

var ancho = screen.width;
var alto = screen.height;
if (window.showModalDialog)
{
var vntna_info = window.showModalDialog("Default2.aspx" ,null,"scrollbars=yo;resizable=yes;status=0;help=n o;dialogWidth:"+ancho+";dialogHeight:"+alto);
location.reload();
}
else
{
window.open("Default2.aspx","_blank","menubar=0,sc rollbars=1,resizable=1");
}
}
</script>
<table style="width: 100%; background-image: url(Img/FondoSolicitudSala.bmp); height: 100%;" onload="Llamar()">
<tr>
<td style="width: 20px">
</td>
<td style="width: 713px">
</td>
<td>
</td>
</tr>
<tr>
<td style="width: 20px; height: 382px">
</td>
<td style="width: 713px; height: 382px; background-color: transparent; font-weight: normal; font-size: 14px;" valign="top">
</td>
<%-- Aplicación de reserva de Salas</td>--%>
<td style="height: 382px">
</td>
</tr>
<tr>
<td style="width: 20px; height: 17px;">
</td>
<td align="right" style="width: 713px; color: gray; height: 17px;">
</td>
<td style="height: 17px">
</td>
</tr>
</table>
</asp:Content>


Al parecer no tiene error

Gracias...

Última edición por Kataky; 08/02/2009 a las 20:15