Hi,
My page has 3 frames.
The right frame is where the user will enter their data.
The left frame is the criteria for searches.
The top frame is for menus
In the right frame I have a form that allows the user to create a new object. Assuming the data is saved. I would like the new object to be searchable on the left frame automatically after the Save.
I have tried using the placing an onClick in my submit box
- <input type=submit name=submit value=submit onClick="top.<framename>.location.reload()">
This sometimes work but it also sometimes reloads the leftframe before I save my data... WHY?
Is there a way for me to control which frames gets load first?
Or does someone have an idea on how can I make the left frame load after I save..
Help is appreciated.
Thanks
Linh