Snitz Forums 2000
Snitz Forums 2000
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 Frequently Asked Questions
 FAQ Addition Requests
 Redirecting
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic  

ORCA
Starting Member

1 Posts

Posted - 13 June 2002 :  03:52:44  Show Profile  Reply with Quote
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

<

atoms
Starting Member

Canada
26 Posts

Posted - 17 June 2002 :  14:36:29  Show Profile  Reply with Quote
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.<
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Reply to Topic
 Printer Friendly
Jump To:
Snitz Forums 2000 © 2000-2021 Snitz™ Communications Go To Top Of Page
This page was generated in 0.13 seconds. Powered By: Snitz Forums 2000 Version 3.4.07