Hyperactive
08-10-2007, 01:26 PM
<html>
<head>
<title>Testing</title>
</head>
<body>
<form method="get" action="" target="testing">
Name: <input type="text" name="test">
<input type=submit>
</form>
<iframe name="testing" src="http://www.thisistest.com/test/<?php echo $_GET['test'];?>" </iframe>
</body>
</html>
My question is, what i have do with this
action=""
to get code working? ? Thank you if you help me, and sorry my bad english. ;)
<head>
<title>Testing</title>
</head>
<body>
<form method="get" action="" target="testing">
Name: <input type="text" name="test">
<input type=submit>
</form>
<iframe name="testing" src="http://www.thisistest.com/test/<?php echo $_GET['test'];?>" </iframe>
</body>
</html>
My question is, what i have do with this
action=""
to get code working? ? Thank you if you help me, and sorry my bad english. ;)