Okay, I fixed it.  Here is the fix.

<Input type="submit" Name="action" Value="Search">
<Input type="submit" Name="action" Value="Add">

Instead of:
<button type="submit" name="action">Search</button>
<button type="submit" name="action">Add</button>

But what I don't understand is that the latter works both in IE and Netscape
on the Linux setup, but only the fix works on the windows setup.  Any ideas?




-- 
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to