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

 All Forums
 Community Forums
 Suggest forum.snitz.com Content
 inc_footer.asp comment
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

jessica
New Member

USA
58 Posts

Posted - 02 May 2002 :  21:58:59  Show Profile  Visit jessica's Homepage  Send jessica an AOL message  Send jessica a Yahoo! Message
I wasn't really sure where to place this, so I thought maybe here:

I use the logo at the bottem of my forum to jump here rather quick since my site is my home page. Now here is something I may wish to ask since it specifically states:

'## START - REMOVAL OR MODIFICATION OF THIS CODE WILL VIOLATE THE Snitz FORUMS 2000 LICENSE AGREEMENT

I do not wish to violate the License Agreement so I am wondering if this is possible, I added the target="_blank" to the href tag.

Now here is a possibility; what if we add a feature in the admin section where it can be a choise


<%
'## START - REMOVAL OR MODIFICATION OF THIS CODE WILL VIOLATE THE Snitz FORUMS 2000 LICENSE AGREEMENT
if strNewWindow = "0" then
Response.Write " <a href=""http://forum.snitz.com"" target=""_blank""><acronym title=""Powered By: " & strVersion & """>"
else
Response.Write " <a href=""http://forum.snitz.com""><acronym title=""Powered By: " & strVersion & """>"
end if
if strShowImagePoweredBy = "1" then
Response.Write "<img src=""logo_powered_by.gif"" border=0>"
else
Response.Write "Snitz Forums 2000"
end if
Response.Write "</acronym></a>" & vbNewline

'## END - REMOVAL OR MODIFICATION OF THIS CODE WILL VIOLATE THE Snitz FORUMS 2000 LICENSE AGREEMENT
%>


Just a sugesstion

Thanks
Jessica

(Web Zone Complete)
Programming and graphic resource center

RichardKinser
Snitz Forums Admin

USA
16655 Posts

Posted - 02 May 2002 :  22:07:01  Show Profile
adding target=""_blank"" is fine. We've added it in v3.4 also.
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.12 seconds. Powered By: Snitz Forums 2000 Version 3.4.07