Web page ordering I need a login page on a site that I am developing to appear BEFORE index. Renaming is not an option, so how do I make that show first? Meta tags? If so...what? TIA.
and remember then to change every link the refers to 'index' to 'page 1' - unless your fancy software does it for you.
yeah just name that validation page or whatever it is index and then have ur previous starter page as a diff name!
nah i really can't rename the pages, it has to be called login-form.asp. Index is the main page which comes after this
ok then, what u need is some java script that calls login-form.asp from the main page, as soon as the main page loads! then u need to return to main page once u have validated, obviously skipping the call to login form....(so u wud have sum clauses in there to decide if u have been to login form or not already and passed theu validation etc...) bit of a long winded approach like...how come renaming index page isnt an option? :spangled: