B
Ben
Hi,
i want to redirect to a page (newpage.aspx) which contains a logo. With my
code below, the new page is open but without the logo (red cross).
the sending page contains:
<script language="javascript" type="text/javascript">
window.location.href = 'newpage.aspx';
</script>
the newpage.aspx contains:
<asp:Image ID="Image1" runat="server" ImageUrl="~/logo.gif" />
The file logo.gif is in the same directory as the file newpage.aspx.
Thanks for help.
Ben
i want to redirect to a page (newpage.aspx) which contains a logo. With my
code below, the new page is open but without the logo (red cross).
the sending page contains:
<script language="javascript" type="text/javascript">
window.location.href = 'newpage.aspx';
</script>
the newpage.aspx contains:
<asp:Image ID="Image1" runat="server" ImageUrl="~/logo.gif" />
The file logo.gif is in the same directory as the file newpage.aspx.
Thanks for help.
Ben