Alaska Software Inc. - stop submit button
Username: Password:
AuthorTopic: stop submit button
Jeremy Suiterstop submit button
on Thu, 07 Apr 2005 13:33:50 +0100
Hi,

I have a submit button that opens up a new window and that's all I want it 
to do, but WAA picks up the submit request and returns an error.

Is there any way of stoping WAA from detecting the submission?

TIA

Jeremy
Phil Ide
Re: stop submit button
on Thu, 07 Apr 2005 14:56:39 +0100
Jeremy,

> I have a submit button that opens up a new window and that's all I want it 
> to do, but WAA picks up the submit request and returns an error.
> 
> Is there any way of stoping WAA from detecting the submission?

Try this:

  <button onClick="window.open()">Open Window</button>

Regards,

Phil Ide

***************************************
* Xbase++ FAQ, Libraries and Sources: *
* goto: http://www.idep.org.uk/xbase  *
***************************************

My Twit Filter just put me on its Twit List!
Jeremy SuiterRe: stop submit button
on Thu, 07 Apr 2005 15:29:34 +0100
Thanks Phil it works like a charm.

Jeremy


"Phil Ide" <phil@idep.org.uk> wrote in message 
news:1dui0bzk7sio8$.dlg@idep.org.uk...
> Jeremy,
>
>> I have a submit button that opens up a new window and that's all I want 
>> it
>> to do, but WAA picks up the submit request and returns an error.
>>
>> Is there any way of stoping WAA from detecting the submission?
>
> Try this:
>
>  <button onClick="window.open()">Open Window</button>
>
> Regards,
> -- 
> Phil Ide
>
> ***************************************
> * Xbase++ FAQ, Libraries and Sources: *
> * goto: http://www.idep.org.uk/xbase  *
> ***************************************
>
> My Twit Filter just put me on its Twit List!
Thomas Braun Re: stop submit button
on Thu, 07 Apr 2005 17:01:01 +0200
Jeremy Suiter wrote:

> I have a submit button that opens up a new window and that's all I want it 
> to do, but WAA picks up the submit request and returns an error.
> 
> Is there any way of stoping WAA from detecting the submission?

Don't submit anything to it? 

You could use a button to call a javascript function that opens a new
browser window instead.

Or maybe I don't understand what you are trying to do...

Thomas Braun