![]() |
|
|
+ Search |
![]()
|
Mar 6th, 2001 14:43
B Kez, Krzy Ber,
You can do this with a button and some simple javascript. The function
called by the button looks like this:
function submitMyForm(){
parent.FrameName.document.FormName.submit();
}
FrameName is the name of the frame where your form is located, and
FormName is the name of the form itself.