Hello there....I have the following problem...
I have a form on a PARENT window with couple of text boxes and select
boxes..
One selection box is HOTELS and beside that is a link add_new_hotel which
openes in a popup window....
After entering the hotel nam in CHILD window and submiting theform i want to
see the entered hotel in PARENT window in a selection box....
Ok...I did that with the window.opener.l ocation.reload( )..
But i want only THAT one selection box to be reloaded(refres hed) not the
whole form because the all the other fields are then reseted as well....
any suggestions...
thanx and respect....
point
I have a form on a PARENT window with couple of text boxes and select
boxes..
One selection box is HOTELS and beside that is a link add_new_hotel which
openes in a popup window....
After entering the hotel nam in CHILD window and submiting theform i want to
see the entered hotel in PARENT window in a selection box....
Ok...I did that with the window.opener.l ocation.reload( )..
But i want only THAT one selection box to be reloaded(refres hed) not the
whole form because the all the other fields are then reseted as well....
any suggestions...
thanx and respect....
point
Comment