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

 All Forums
 Help Groups for Snitz Forums 2000 Users
 Help: General / Classic ASP versions(v3.4.XX)
 active.asp - Topic new window... Please click
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

zbenggg
Junior Member

Israel
227 Posts

Posted - 20 December 2002 :  03:14:07  Show Profile
Hello,

I to want in file active.asp topic open new window
My active.asp in format ZIP:
http://www.hunggarkungfu.com/dcforum/User_files/3e02d08224efc8ef.zip

Help me...

I love Israel

Webbo
Average Member

United Kingdom
982 Posts

Posted - 20 December 2002 :  04:31:12  Show Profile  Visit Webbo's Homepage
To make active topics open in a new window, change the following code in your active.asp

Line 537

Replace:

Response.Write "<a href=""topic.asp?TOPIC_ID=" & Topic_ID & """ >"

With:

Response.Write "<a href=""topic.asp?TOPIC_ID=" & Topic_ID & """ target=""new"">"

Line 572

Replace:

Response.Write "<span class=""spnMessageText""><a href=""topic.asp?TOPIC_ID=" & Topic_ID & """ >" & ChkString(Topic_Subject,"title") & "</a></span> </font>" & vbNewline


With:

Response.Write "<span class=""spnMessageText""><a href=""topic.asp?TOPIC_ID=" & Topic_ID & """ target=""new"">" & ChkString(Topic_Subject,"title") & "</a></span> </font>" & vbNewline


That should do it

Dave
Go to Top of Page

zbenggg
Junior Member

Israel
227 Posts

Posted - 20 December 2002 :  04:50:54  Show Profile
Wonderful
Thank you very much...

I love Israel
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Topic Locked
 Printer Friendly
Jump To:
Snitz Forums 2000 © 2000-2021 Snitz™ Communications Go To Top Of Page
This page was generated in 0.52 seconds. Powered By: Snitz Forums 2000 Version 3.4.07