Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. haroonqurehi

    onUnload: which link is clicked ?

    This is great, thnx a lot This resolves half of the problem. If I close the browser without doing anything and write alert(targ) in onUnload event, this doesn't work. Actually I am trying to catch the event(target URL), if user goes to any other page OR if user closes the browser.
  2. haroonqurehi

    onUnload: which link is clicked ?

    Is it possible in onUnload event to catch which link is clicked that invokes new page(new URL request to browser, either through address bar or any link through web site or form post ) like if I am www.abc.com/first.html and second.html link is clicked, is it possible to catch this second.html...
  3. haroonqurehi

    pop-up window when user leaves site

    I wish I could but this is client's requirement.
  4. haroonqurehi

    pop-up window when user leaves site

    I want to pop-up window when user leaves site (either by closing browser window or going to any other site). I dono want a popup as long as user browses within the domain. Please share your ideas.
  5. haroonqurehi

    How to detect parent window URL from child (pop-up) window

    I want to pop up window when user leaves the DOMAIN (either close the browser window or go to another site). I am opening it on onUnload event of body but it is fired on every new request even within the domain (like from one page of site to another). I only want it when leaving the site. I am...

Part and Inventory Search

Back
Top