What needs to happen is when a link is clicked, the lytebox opens and has a single text field. Depending on what is entered in that field , is what determines where you go.
So i need to know how to code that. For example, when someone clicks a button “Enter Code” … a lytebox pops up with an entry field for the user to enter the code, lets say we have 2 codes, 1) 000000 2) QYWN39
If the user enters code “000000” …the lytebox closes and “Code1.php” is loaded
if the user enters code “QYWN39” …the lytebox closes and “Code2.php” is loaded
make sense?