C and S Design.
Search Friendly Programming and Design



Get this Code: Click to download the ASP file.
Do not copy and paste the displayed code. The display function adds line breaks so what you see is definitely not what you would get.

Code for this Example. (Link Id Capture)

<%
' code for transferto page for capture of the id code
' this should be included into every page that will accept
'entry from an affiliate or PPC link.
dim referer
dim linktype
dim i
for each i in request.querystring
if instr(i,"affref") > 0 or _ 
	instr(i,"ppcref") > 0 then
	server.transfer("capture.asp")
end if
next
linktype = session("linktype")
referer = session("referer")





%>



Valid HTML 4.01! Valid CSS! copyright © C and S Design 2004 - 2005
Website Design and SE Friendly Coding C and S Design