Page is a not externally linkable
chesko - 7:57 am on Sep 18, 2002 (gmt 0)
Thanks,
Hi everyone,
I would appreciate if someone could help me out with the following problem.
Actually I´m developing a web application for my company using asp under IIS 5.0.
The page I´m having trouble with has a form with different fields to fill out, a submit button and an image with href to a function which calls a child window to open (the child window is done thru the same opener page, so we never leave the opener window). I use the child window to select a value in a combobox to after pass that value to the opener window. The submit button of the opener form goes to a page which checks permission to submit the form, otherwise bringing you back to the same page(history.back()). So if I fill the fields in the opener window, submit the form, and for any reason brings me back to the page (since access was denied, and password has to be entered once again), all the data in the fields are as I previously left them, so no problem until then.
Although if I do the same operation, but before clicking on the submit button to go thru the check_access page I click on the popup window button, then after submiting the form, and returning to the page (because the check_access page denies me access) all the fields in the opener form are blank!
:: CHESKO ::