M
Mark
Hi,
I've got an intranet site that allows a user to view a
weekly diary on a page. Clicking on an item on a
particular day...fires up a modal window with a form on it
that allows the user to change his details for that day.
Clicking on submit - posts the form to another .asp file
that updates the SQL Server table. Then closes all the
windows and returns back to the original window...forcing
a refresh to display the new days details.
The problem I have is that the modal window that is
displayed...as soon as you click the submit
button...brings up another blank window (the title of
which is the .asp file that the information is posted to).
I don't want this blank window to be shown.
I've tried specifying target in the <form> tag...but it
still does this. Does anyone know how to stop this
happening?
Thanks in advance...
I've got an intranet site that allows a user to view a
weekly diary on a page. Clicking on an item on a
particular day...fires up a modal window with a form on it
that allows the user to change his details for that day.
Clicking on submit - posts the form to another .asp file
that updates the SQL Server table. Then closes all the
windows and returns back to the original window...forcing
a refresh to display the new days details.
The problem I have is that the modal window that is
displayed...as soon as you click the submit
button...brings up another blank window (the title of
which is the .asp file that the information is posted to).
I don't want this blank window to be shown.
I've tried specifying target in the <form> tag...but it
still does this. Does anyone know how to stop this
happening?
Thanks in advance...