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

 All Forums
 Snitz Forums 2000 MOD-Group
 MOD Add-On Forum (W/O Code)
 help adding an Extreme Tracker to inc_footer
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

vweyes
New Member

74 Posts

Posted - 23 August 2002 :  03:56:35  Show Profile
ok, I want to insert the following html code (I actually think it's Java Script, but this is the code they gave me) into the inc_footer so I can have the extreme tracker:


<a target="_top" href="http://t.extreme-dm.com/?login=atbforum">
<img name=im src="http://u1.extreme-dm.com/i.gif" height=38
border=0 width=41 alt=""></a><script language="javascript"><!--
an=navigator.appName;d=document;function
pr(){d.write("<img src=\"http://t0.extreme-dm.com",
"/0.gif?tag=atbforum&j=y&srw="+srw+"&srb="+srb+"&",
"rs="+r+"&l="+escape(d.referrer)+"\" height=1 ",
"width=1>");}srb="na";srw="na";//-->
</script><script language="javascript1.2"><!--
s=screen;srw=s.width;an!="Netscape"?
srb=s.colorDepth:srb=s.pixelDepth;//-->
</script><script language="javascript"><!--
r=41;d.images?r=d.im.width:z=0;pr();//-->
</script><noscript><img height=1 width=1 alt=""
src="http://t0.extreme-dm.com/0.gif?tag=atbforum&j=n"></noscript>


How would I go about doing this?

Forums: rtcw.gamespage.com
Website: http://www.planetwolfenstein.com/atb/

Edited by - vweyes on 23 August 2002 03:59:02

RichardKinser
Snitz Forums Admin

USA
16655 Posts

Posted - 23 August 2002 :  04:18:24  Show Profile
find the following section of code on line #75 of inc_footer.asp:

Response.Write	"  </tr>" & vbNewLine & _
"</table>" & vbNewLine & _
"</font>" & vbNewLine & _
"</body>" & vbNewLine & _
"</html>" & vbNewLine


change it to this:

Response.Write	"  </tr>" & vbNewLine & _
"</table>" & vbNewLine & _
"<p align=""center"">" & vbNewLine
%>

<%
Response.Write "</p></font>" & vbNewLine & _
"</body>" & vbNewLine & _
"</html>" & vbNewLine


then just insert the code you posted above into the section between the:

%>
<insert code here>
<%
Go to Top of Page

vweyes
New Member

74 Posts

Posted - 23 August 2002 :  04:40:07  Show Profile
thanks

Forums: rtcw.gamespage.com
Website: http://www.planetwolfenstein.com/atb/
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.3 seconds. Powered By: Snitz Forums 2000 Version 3.4.07