2 iframe's 1 form
Posted: Wed Feb 04, 2009 3:39 pm
Hello to all...
I have like 4 iframe's . How can i make a form to know the inputs from those iframes?
i have something like this:
thanks
I have like 4 iframe's . How can i make a form to know the inputs from those iframes?
i have something like this:
Code: Select all
<form id="creeaza" name="creeaza" method="post" action="creeaza_tot.php">
<iframe src="creeaza_baza1.php" width="510" height="330" scrolling="No" frameborder="0" ></iframe>
<iframe src="creeaza_baza2.php" width="510" height="330" scrolling="No" frameborder="0" ></iframe>
<iframe src="creeaza_baza3.php" width="510" height="330" scrolling="No" frameborder="0" ></iframe>
<iframe src="creeaza_baza4.php" width="510" height="330" scrolling="No" frameborder="0" ></iframe>
<input name="creeaza_submit2" type="reset" class="creeaza1" id="creeaza_submit2" value="RESETEAZA" />
<input name="creeaza_submit" type="submit" class="creeaza1" id="creeaza_submit" value="CREEAZA" />
</form>