T O P I C R E V I E W |
ORCA |
Posted - 13 June 2002 : 03:52:44 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
< |
1 L A T E S T R E P L I E S (Newest First) |
atoms |
Posted - 17 June 2002 : 14:36:29 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.< |
|
|