sugarferret
IS-IT--Management
Hi, I have tried to accomplish this in the past with partially results only.
This is the background.
I have a page, this page have a submission form (a order button) submission and a little picture, if click the window for enlage it, i is wich opens a popup window containing the full picture and the same submission form (the same order button).
This popwindow should submit the form and then close itself.
I use this code... but it isnt passing the quantity to be ordered, it is passing only the submit action.
CODE:
<form method=post action=" onsubmit="javascript:window.opener.cart.submit();self.close();return false;">
<input name=vwcatalog type=hidden value=yhst-16103795725>
Qty: <input name=vwquantity value=1 maxlength=5 size=2>
<input type=submit value="Order">
<input type=hidden name=.autodone value="</form>
Any idea of how to accomplish this?
Thanks!
ALDO
This is the background.
I have a page, this page have a submission form (a order button) submission and a little picture, if click the window for enlage it, i is wich opens a popup window containing the full picture and the same submission form (the same order button).
This popwindow should submit the form and then close itself.
I use this code... but it isnt passing the quantity to be ordered, it is passing only the submit action.
CODE:
<form method=post action=" onsubmit="javascript:window.opener.cart.submit();self.close();return false;">
<input name=vwcatalog type=hidden value=yhst-16103795725>
Qty: <input name=vwquantity value=1 maxlength=5 size=2>
<input type=submit value="Order">
<input type=hidden name=.autodone value="</form>
Any idea of how to accomplish this?
Thanks!
ALDO