View Single Post
  #1 (permalink)  
Old 04-11-2007, 09:26 PM
gellnsh gellnsh is offline
WebProWorld Member
 
Join Date: Jul 2003
Posts: 38
gellnsh RepRank 0
Default hide affiliate links?

Hello,

I came across a site today that used an interesting technique to hide affiliate links and ids. They used some type of 'GET' form method that went something like the following:

<form method="get" action="/search">


<label>Search <input type="text" name="searchString" /></label> <input type="submit" value="Go" class="button" /></p>
</form>



<select name="foofoo" onchange="document.location.href=this.value">
<option value=""> --- Find poker room review --- </option>
<option value="/my-place">1. My Place </option>

Is anyone familiar with this technique? It looks like it could be a great way to hide your affiliate links.

If you can help me out or point me to where I might be able to learn how to do this, I would appreciate it.

thanks