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 derfloh 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: *

  • Users: don320
  • Content: Threads
  • Order by date
  1. don320

    Alternating pop-ups

    Does anyone know how to make a pop-up change with each new visitor. I have created a pop-up that randomly changes but my work wants it to go from lastchance.html to lastchance5.html each time a visitor enters the site. var expDays = 7; // the number of days the cookie will last var...
  2. don320

    Alternating pop up

    Is it possible to create a pop-up that alternates between an array of url's each time a new visitor enters your site?
  3. don320

    pop ups

    I need to create a pop up that will alternate pop-ups each time someone visits the site. Meaning, if I have 5 different pop-ups, I need it too start with popup[0], then popup[1] on the next visitor and so on. var popup=new Array(); popup[0]=new...
  4. don320

    Creating a popup only on Close

    I need to create a popup that only closes when someone exits the window, but not when they push the back button of their browser. Here is the code I am using. exited = 0; function popup() { if(exited) { var popurl="herman-popup.html" winpops = window.open(popurl, "", "width=390...

Part and Inventory Search

Back
Top