Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / ASP.NET / General / September 2007

Tip: Looking for answers? Try searching our database.

Referrals

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Carlos C - 21 Sep 2007 19:14 GMT
I have a website with some client banners, the problem is that they are not
gerring the referral information when someone clics on any of the banners,
they use different statistics services and none log those visits as referred
from my website.

I am just doing a response.redirect(http://www.clientswebsite.com)

TIA!
ace_away - 21 Sep 2007 20:49 GMT
Have the clicks call a program that will write to a database that someone
clicked on XYZ (e.g. banner.asp?id=xyz), then same program redirects them to
XYZ's web site (data stored in another table in same database)

>I have a website with some client banners, the problem is that they are not
>gerring the referral information when someone clics on any of the banners,
[quoted text clipped - 4 lines]
>
> TIA!
Carlos C - 21 Sep 2007 21:29 GMT
I already do that, so I register in my database all the clicks, but the have
stats services that do not show the users i redirect to their website as
coming from my website...no referral.

TIA!

> Have the clicks call a program that will write to a database that someone
> clicked on XYZ (e.g. banner.asp?id=xyz), then same program redirects them
[quoted text clipped - 8 lines]
>>
>> TIA!
Alexey Smirnov - 23 Sep 2007 16:45 GMT
> I already do that, so I register in my database all the clicks, but the have
> stats services that do not show the users i redirect to their website as
[quoted text clipped - 16 lines]
>
> - Show quoted text -

Try to create a special page e.g. redirect.aspx and use it to redirect
users:

response.redirect("redirect.aspx?url=http://www.clientswebsite.com")

The page should have a form

...
<body onLoad="document.forms[0].submit()">
<form method=post action=<%=Request.QueryString("url")%>>
</form>
....

and a script to submit it (document.forms[0].submit())

Hope this helps

Free Magazines

Get these publications absolutely FREE for up to 12 months. There are no hidden fees and no obligation. Simply choose a title, complete the application form and submit it. Read more ...

Oracle MagazineNetwork ComputingComputer WorldBio-IT WorldeWeekInformation WeekInfosecurity
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.