Redirecting

Snitz™ Forums 2000
https://forum.snitz.com/forumTopic/Posts/29598?pagenum=1
04 November 2025, 23:35

Topic


ORCA
Redirecting
13 June 2002, 03:52


Hi,

I want to know how to implement a script...:
When someone posts, you get:

"Thanks for posting" or something. I want a script or something installed to automaticly go back to the topic, where I posted something.
Can anybody assist?
Thanks

<

 

Replies ...


atoms
17 June 2002, 14:36


Change line 1460, 1461 and 1462 of post_info.asp:

************************************
Response.write "</font></p>" &_
"<meta http-equiv=""Refresh"" content=""2; URL=" & Request.Form("refer") & """>" &_
"<p align=""center""><font face=""" & strDefaultFontFace & """ size=""" & strHeaderFontSize & """>"
select case MethodType
*******************************************
to

*************************************
Response.write "</font></p>"
Response.Redirect (Request.Form("refer"))
select case MethodType
*************************************

This should do the trick.<
© 2000-2021 Snitz™ Communications