C
Cal Who
I want an aspx page to first call a sub that uses confirm() to ask the user
if he want an image displayed.
Something like I show below.
I could have check() simply use window.location to go to the next page if
the user refuses and to return if he says to display the image.
However, even if he refuses the image has already been down loaded which is
should not happen if the user says "no"..
How would you do this?
Thanks
<asp:Content runat="server" ID="Content4" ContentPlaceHolderID="BottomCPH">
<<script type="text/javascript">check()</script>
<img style='border: 0px; width...
</asp:Content>
if he want an image displayed.
Something like I show below.
I could have check() simply use window.location to go to the next page if
the user refuses and to return if he says to display the image.
However, even if he refuses the image has already been down loaded which is
should not happen if the user says "no"..
How would you do this?
Thanks
<asp:Content runat="server" ID="Content4" ContentPlaceHolderID="BottomCPH">
<<script type="text/javascript">check()</script>
<img style='border: 0px; width...
</asp:Content>