Snitz Forums 2000
Snitz Forums 2000
Home | Profile | Register | Active Topics | Members | Search | FAQ
 All Forums
 Frequently Asked Questions
 FAQ Addition Requests
 Redirecting

Note: You must be registered in order to post a reply.
To register, click here. Registration is FREE!
Before posting, make sure you have read this topic!

Screensize:
UserName:
Password:
Format Mode:
Format: BoldItalicizedUnderlineStrikethrough Align LeftCenteredAlign Right Horizontal Rule Insert HyperlinkInsert EmailInsert Image Insert CodeInsert QuoteInsert List
   
Message:

* HTML is OFF
* Forum Code is ON
Smilies
Smile [:)] Big Smile [:D] Cool [8D] Blush [:I]
Tongue [:P] Evil [):] Wink [;)] Clown [:o)]
Black Eye [B)] Eight Ball [8] Frown [:(] Shy [8)]
Shocked [:0] Angry [:(!] Dead [xx(] Sleepy [|)]
Kisses [:X] Approve [^] Disapprove [V] Question [?]

 
   

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.<

Snitz Forums 2000 © 2000-2021 Snitz™ Communications Go To Top Of Page
This page was generated in 0.1 seconds. Powered By: Snitz Forums 2000 Version 3.4.07