R
Richard Morey
Hi,
I am trying to build an "in between" page to show an animated "Working.."
gif while a long process runs on the server via ASP.
The problem is that the table/gif is not displaying when I load the
inbetween page..
This is my code snippet:
Updating Room Type
#<%=setRoomTypes.Fields.Item("ROOMTYPE").Value%><br><br>
<img src="images/imgPleaseWaitAni.gif"><br>
<script>
window.open("pageUpdateMinimumStays.asp?SITEID=<%=Request.QueryString("SITEI
D").Item%>&ROOMTYPE=<%=setRoomTypes.Fields.Item("ROOMTYPE").Value%>&index=<%
=(MM_offset+1)%>","_self");
</script>
(I have code that opens the db above this code). Should I open the DB, pull
out the field values I need, and close the db so I have no ASP in the body
of the page?
Its very frustrating because now I just get a blank page and I'm sure this
will throw off the users..
Thanks,
Rich
I am trying to build an "in between" page to show an animated "Working.."
gif while a long process runs on the server via ASP.
The problem is that the table/gif is not displaying when I load the
inbetween page..
This is my code snippet:
Updating Room Type
#<%=setRoomTypes.Fields.Item("ROOMTYPE").Value%><br><br>
<img src="images/imgPleaseWaitAni.gif"><br>
<script>
window.open("pageUpdateMinimumStays.asp?SITEID=<%=Request.QueryString("SITEI
D").Item%>&ROOMTYPE=<%=setRoomTypes.Fields.Item("ROOMTYPE").Value%>&index=<%
=(MM_offset+1)%>","_self");
</script>
(I have code that opens the db above this code). Should I open the DB, pull
out the field values I need, and close the db so I have no ASP in the body
of the page?
Its very frustrating because now I just get a blank page and I'm sure this
will throw off the users..
Thanks,
Rich