|
Posted by Rik Wasmus on 01/13/08 02:12
On Sun, 13 Jan 2008 02:59:06 +0100, <ktstone2678@gmail.com> wrote:
> On Jan 12, 8:20 pm, ktstone2...@gmail.com wrote:
>> On Jan 12, 1:31 pm, a...@spamcop.net (axlq) wrote:
> <form name=3D"theform" action=3D"oops.htm" method=3D"get">
> <input name=3D"one" value=3D"type something here...">
> <input type=3D"submit" name=3D"submit" value=3D"first"
> onClick=3D"document.theform.action=3D'first.htm';">
> <input type=3D"submit" name=3D"submit" value=3D"second"
> onClick=3D"document.theform.action=3D'second.htm';">
> </form>
Which, depending on which statistic one believes, would not work for 5% =
- =
15% of your visitors. Also, If you're going to use javascript, ask in =
comp.lang.javascript for best practises.
-- =
Rik Wasmus
[Back to original message]
|