What im doing is trying to take a username var from javascript and post it to a php document in an inline frame.
<
is that corrent, because it doesnt seem to be working write.. the php end of it works fine, as it is an onpost and has been tested with an html var..
Im rewarding 50NP to the one that provides a solution that works
<
HTML:
form method="POST" action="edit.php" target="I2"><input type="hidden" name="usrname" value="javascript: document.getElementById('username').value">
<textarea rows="2" name="profile" cols="56"></textarea><br><input type="submit" value="Save Profile" name="B1"></form>
<p>
<iframe name="I2" width="294" height="28" src="edit.php" frameborder="0"></iframe>
is that corrent, because it doesnt seem to be working write.. the php end of it works fine, as it is an onpost and has been tested with an html var..
Im rewarding 50NP to the one that provides a solution that works








