SpongeRob
01-06-2013, 07:31 PM
It's got to be something simple that I'm overlooking? I just can't see the problem! - Quick fix please!!
This works:
<form name="ipform" method="get" action="http://www.axandra.com/free-online-seo-tool/broken-link-checker.php" target="_blank">
Check These Links: <input type="text" name="url" size="40" VALUE="http://www.TestLink.com/TestPage.html"> <input type="submit" value="Check links" class="button" >
</form>
This however doesn't work:
<form action="http://www.axandra.com/free-online-seo-tool/broken-link-checker.php" method="get" target="_blank">
<select name="ipform">
<option value="http://www.TestLink1.com/TestPage1.html">Test1</option>
<option value="http://www.TestLink2.com/TestPage2.html">Test2</option>
<option value="http://www.TestLink3.com/TestPage3.html">Test3</option>
</select>
<input type="submit" value="Check links" class="button" />
</form>
Thank-you in advance :-)
This works:
<form name="ipform" method="get" action="http://www.axandra.com/free-online-seo-tool/broken-link-checker.php" target="_blank">
Check These Links: <input type="text" name="url" size="40" VALUE="http://www.TestLink.com/TestPage.html"> <input type="submit" value="Check links" class="button" >
</form>
This however doesn't work:
<form action="http://www.axandra.com/free-online-seo-tool/broken-link-checker.php" method="get" target="_blank">
<select name="ipform">
<option value="http://www.TestLink1.com/TestPage1.html">Test1</option>
<option value="http://www.TestLink2.com/TestPage2.html">Test2</option>
<option value="http://www.TestLink3.com/TestPage3.html">Test3</option>
</select>
<input type="submit" value="Check links" class="button" />
</form>
Thank-you in advance :-)