Believe it or not Roland you can do it this way too (:

<input type="submit" value="Click Me"
onclick="this.style.visility='hidden';this.style.display='none';">



On 2/10/07, Roland Dumas <[EMAIL PROTECTED]> wrote:

On Feb 10, 2007, at 1:40 PM, Dan Stein wrote:

> More investigation seems like what happens is since I don't go
> through the
> DB and mark those cart items as having been inserted into our FMP
> database
> right away it is possible for them if the hit the button that close
> together
> that it will see the items in the cart again and I guess add them
> to the
> request scope cart. I am still a little fuzzy on this.
>
> But if I make the submit button go away will that take care of
> this? Can you
> point me to a place where I can get that code?
<div id=submitWrapper style="display: block;"><input type=submit
value=submit onClick="document.getElementById
('submitWrapper').style.display = 'none'"></div>
>
> It looks like I could move the cleanup cart routine to right under
> insert
> order items or maybe even above it. Would that work and could it
> have any
> other effect we did not want?
>
> --
________________________________________________________________________
TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf


________________________________________________________________________
TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf

Reply via email to