Hi,
I have a form and with a button I open a pop-up. I want to show the values of the form in this pop-up. I think this is possible in Javascript.
My code:
<input type="button" name="preview" value="Preview" onclick="MM_openBrWindow('popup.php' ,'trailerpopup','scrollbars=no,width=310,height=250'); return false">
What is the Javascript in the pop up to show the values of the form?
Could anyone help me?
Thanking you in advance,
ruben.
I have a form and with a button I open a pop-up. I want to show the values of the form in this pop-up. I think this is possible in Javascript.
My code:
<input type="button" name="preview" value="Preview" onclick="MM_openBrWindow('popup.php' ,'trailerpopup','scrollbars=no,width=310,height=250'); return false">
What is the Javascript in the pop up to show the values of the form?
Could anyone help me?
Thanking you in advance,
ruben.