I have 2 iFrames in table cells on one form.
myIframe & myIframe1
can i get the form to post to both Iframes, this is the form code i have at the moment
I have tried this but it does not work
Regards
Olly
myIframe & myIframe1
can i get the form to post to both Iframes, this is the form code i have at the moment
Code:
<form action="" method="post" name="frmPrint" target="myIframe" id="frmPrint">
I have tried this but it does not work
Code:
<form action="" method="post" name="frmPrint" target="myIframe","myIframe1" id="frmPrint">
Regards
Olly