Current location: Hot Scripts Forums » Programming Languages » ASP » response.redirect


response.redirect

Reply
  #1 (permalink)  
Old 10-07-04, 08:12 AM
gop373 gop373 is offline
Newbie Coder
 
Join Date: Sep 2004
Posts: 47
Thanks: 0
Thanked 0 Times in 0 Posts
response.redirect

Hi

I have button in page index.asp. When user clicked this button , it will go to responsepage.asp. I want to show message "Thank you" for 5 sec before redirect to showlist.asp. In other word, it is somthing like when you post topic or post any answer in this forum. YOu will see message before it will redirect you to main forum. I tried this code but it does not work. It did not show message, it just redirected to showlist.asp. I want to show message message first before redirect

This is responsepage.asp
<!--#include file="connect.asp"-->

<%
Dim timeold
timeold=Timer()
response.write "Thanks you<br>"
Do Until (Timer() >= (timeold+5)) OR (Timer() < timeold)
Loop
response.redirect "showlist.asp"
%>
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiShare on FacebookShare on Stumble UponShare on Twitter
Reply With Quote
  #2 (permalink)  
Old 10-07-04, 09:54 AM
brayton brayton is offline
Newbie Coder
 
Join Date: Sep 2004
Posts: 11
Thanks: 0
Thanked 0 Times in 0 Posts
how bout store all the info in a session object...then have the form button goto a asp page that says thank you nad a meta refresh tag for whatever time you need....then it goes to the final asp page, where you can pluck the info out of the session object?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiShare on FacebookShare on Stumble UponShare on Twitter
Reply With Quote
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Creating sessions geneane ASP 10 10-06-03 09:23 PM
asp: URGENT! need to change code to create new form per id seala ASP 2 09-09-03 10:54 PM
asp: validating checkboxes in groups by groupid seala ASP 0 09-08-03 02:36 PM
asp: checkboxes & multi-page form seala ASP 0 09-02-03 02:58 PM


All times are GMT -5. The time now is 09:56 AM.
vBulletin® Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.