Dear, I just wondering how to get the real url of a url that redirect to other url. Thank you Best Regard
Dear I have a link that contain a search button. When I give the necessary data and I press the search button, the data is displayed in the web page without change of the link written in the web browser. So they exist another links in the background and the essential link uses these links to display the data. How I can find the link that contains the data because I need to get these data from the website. Can you help me please? Thank you B.R.
Do you need to do it in JavaScript? If not, you can use for example LiveHTTPHeaders Firefox extension to find the URL that is being called "in the background".
hmm.... its a bit more clear now... but still not clear enough... it probably uses ajax... and you can get to know the url while you look at the html page source... there are firefox extensions (eg firebug) that can facilitate the job. if this does not help.. try posting the link of your url here...