Thanks Bernard Max. I tried window.location and location.href but when the "Cancel" button is clicked, the user get automaticly sent to the orginal login screen which is the default.asp. They then have to log back in again. I would like to send the user back to a menu page instead. Does this make sense?
Bernard Marx
6:32 pm on Jun 9, 2004 (gmt 0)
Strange. Could you post the relevant code snippet(s)?
SteveGold
7:12 pm on Jun 9, 2004 (gmt 0)
Not a problem, it's pretty basic. A user clicks the "Exit" link. An onClick event calls exitWindow() function exitWindow() {
window.close() document.location = 'SSN_Survey_menu.asp' } Thanks for responding.