Dear sir,
Can anyone please tell me how to add an hidden field on IFRAME. The IFRAME is not added in Form. its just a frame can i add like this?
[code=html]
<iframe id="thread" name="thread" src="thread.php " style="width: 0px; height: 0px; border: 0px;">
<input type=hidden name="message1" id="message1" value="" />
</iframe>
[/code]
is it possible.
Can anyone please tell me how to add an hidden field on IFRAME. The IFRAME is not added in Form. its just a frame can i add like this?
[code=html]
<iframe id="thread" name="thread" src="thread.php " style="width: 0px; height: 0px; border: 0px;">
<input type=hidden name="message1" id="message1" value="" />
</iframe>
[/code]
is it possible.
Comment