NXArmada
04-10-2006, 02:16 PM
Is there a way to get Dynamic AJAX Content (http://www.dynamicdrive.com/dynamicindex17/ajaxcontent.htm) to work with a form like this:
<form name="form" action="search.php" method="get">
<input type="text" name="q" />
<input type="image" name="submit" value="Search" id="submit" src="_img/Search.png">
</form>
<form name="form" action="search.php" method="get">
<input type="text" name="q" />
<input type="image" name="submit" value="Search" id="submit" src="_img/Search.png">
</form>