Vikas Prasad<br />SCJP 1.4 SCWCD1.4 SCBCD1.3
Vikas Prasad<br />SCJP 1.4 SCWCD1.4 SCBCD1.3
Vikas Prasad<br />SCJP 1.4 SCWCD1.4 SCBCD1.3
Originally posted by Rahul Bhattacharjee:
You can try this.This might help you.
I have noticed in Google search that when it gives you a list of matching URL's and when you click on any one of the URL's . It doesn't take you directly to that site.Rather you see some other URL in the status bar (lower , left in IE or fFox) , which in turn takes you to the correct site , that the link points to.
I think Google does it for tracking or for collecting statistics.
You might want to implement something like that.When the user would click on the link (the link would have a id attached with it , to uniquely identify the link), it would be redirected to your application , you can increase the count for that link according to the id that came from the client and then finally redirect the user to the correct location.
[ June 22, 2007: Message edited by: Rahul Bhattacharjee ]
Originally posted by vikas prasad:
so can you tell me how does these sites work
web page
think about any pice comparison site.
how do they work.
you search for any thing and they give a list of different companies offering that service.
i am sure definately they can search another web sites.
any idea how this work
Originally posted by Ben Souther:
but once you leave Google and are on that site, Google is out of the picture and has no ability to track what links you click or what searches you make on that site.
[vikas prasad:] I should be able to track whether he clicked on any link or made a search on that new web site.
Originally posted by Pallavi Srivastava:
Yes you cannot share cookie directly.
But you can do something like this:
Then you can retrieve cookies with request.
I had reqmt to communicate between cross domains and have used similar thing and its working.
There is also Single sign on where users sign on multiple websites directly.I read the articles and they too use cookies for that.
I could not figure out any other way so its a workaround!
Thanks.
Vikas Prasad<br />SCJP 1.4 SCWCD1.4 SCBCD1.3
Originally posted by vikas prasad:
at present i can monitor the link directly. but my point is once the new website is open how can i make the browser call a method in my website.
now when the user make a search on this website then i should be able to update the variable in my web site.
Vikas Prasad<br />SCJP 1.4 SCWCD1.4 SCBCD1.3
Vikas Prasad<br />SCJP 1.4 SCWCD1.4 SCBCD1.3
Originally posted by vikas prasad:
please check this web site
http://www.britishrewards.co.uk/index.pl
and then register yourself you will see there is an option for paid click
and when you are on that site you will find soe click are paid instantly ok.
but only when you do some search or cick on their web site. if you just click on the first website you get nothing. try this and then you will understand what i want.
Originally posted by vikas prasad:
pallavi you were saying something about cookies. lets say if a user click on any link in my web site i store a cookie on his computer and then he goes to other website by that link now when he makes a search on that web site that website will store a cookie on his computer.
so is there a way that the cookie which is from my website sees that there is a cookie from other web site. and when user refreshes the page in my web site i should be able to get the information about the cookie set by other web site.
I mean is there any way cookies can comunicate with other cookie. or say my cookie will have a variable which will only increas when it sees that a cookie from another page is also there on the user computer.
any idea?
Vikas Prasad<br />SCJP 1.4 SCWCD1.4 SCBCD1.3
Originally posted by vikas prasad:
so according to you people this only be done if i have some control on the other site. ok i can understand but can you tell me how does price comparison sites works.
say kelkoo if you search for a product they will give you details about almost all the sites where you can find that product. that mean they also have some control over those websites. and if not how do they do that.?
the user searches on your site.
You then make HTTP requests to all of the other sites, gather up the prices for the product in question, and then return a page with all of that data to the user.
Vikas Prasad<br />SCJP 1.4 SCWCD1.4 SCBCD1.3
Originally posted by Pallavi Srivastava:
Go through this article.
This might help.
http://www.javaworld.com/javaworld/jw-04-2002/jw-0426-cookie.html?page=5
It's a pleasure to see superheros taking such an interest in science. And this tiny ad:
Thread Boost feature
https://coderanch.com/t/674455/Thread-Boost-feature
|