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 gkittelson 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. don320

    Alternating pop-ups

    No, I am trying to see if I can create a pop-up in PHP that will allow the pop-up to alterate with each new visitor.
  2. 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...
  3. don320

    pop ups

    Thank you.
  4. 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?
  5. don320

    pop ups

    Which would be the best to create a pop-up that alternates per visit in asp, php or cold fusion?
  6. don320

    pop ups

    I guess that's the problem. I have made pop-ups, and random pop-ups, but I have never created a pop-up that will alternate per visit and is server-based before. So, I'm not sure which code to write it in. I was hoping for some direction which would be the best to start with.
  7. don320

    pop ups

    Yes I do. Do you know of a place to find some samples of similar scripts that might work?
  8. 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...
  9. don320

    Creating a popup only on Close

    So you saying it is in no way possible to create an if statement that says someting like this: ... if(exited){If(windows.history.go(-1) (exited=1;) { { var popurl="herman-popup.html" winpops = window.open popurl, "", "width=390 height=490...
  10. don320

    Creating a popup only on Close

    Is it possible then to have a popup domain specific. Meaning only when they leave our site?
  11. 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