English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

Can someone please tell me how to do this or point me in the right direction to do it. I have seen alot of sites that "hide" their links (for lack of a better term) and I want to know how to do that. A good example is the sponsored ad on the right hand side (the lulu.com ad) of http://www.writing.com

Can anyone tell me how to do that? I looked at the code and it looks like plain html but it isn't.

And before anyone asks, no i am not affiliated with the site. I just picked that one as an example. I see it alot on sites that use affiliate ppc advertising or affiliate referral urls.

2007-05-09 15:30:11 · 3 answers · asked by operaphantom2003 4 in Computers & Internet Programming & Design

for the person that said it isn't hidden let me say that the status bar defines the link as:
www.writing.com/main/ads/action/go/id/22
The actual link is to www.lulu.com

So you see, the link is "hidden" for the lack of a better word.

2007-05-09 15:41:17 · update #1

3 answers

It doesn't "hide" the link on that ad. The link is plainly visible in the source code and the status bar on mouseover.

UPDATE:

Thanks for clarifying your question.

It's most likely that there's a script at the actual link that redirects to lulu.com or wherever else you wind up.

Each server-side technology has its own way of redirecting: Response.Redirect in ASP.NET; header() in PHP; etc.

You can also redirect requests with most HTTP daemons (Web servers, e.g. Apache, IIS).

2007-05-09 15:36:26 · answer #1 · answered by Anonymous · 0 0

The link shown in the status bar is the actual link. What you can't see is how that page immediately redirects you to lulu.com. The reason for doing it this way is so the target site can track which affiliates bring people to their site.

2007-05-09 18:04:49 · answer #2 · answered by injanier 7 · 1 0

you would just have to add the anchor tags around the image tag. So, when the person clicks the image it goes to your URL

2007-05-09 15:39:23 · answer #3 · answered by Barry 3 · 0 0

fedest.com, questions and answers