try this:-

in doesnot work code, put type="hidden" instead of "textbox"

nagesh

-----Original Message-----
From: aslam bajaria [mailto:[EMAIL PROTECTED]]
Sent: Monday, May 01, 2000 11:03 PM
To: [EMAIL PROTECTED]
Subject: Very basic question on formsII


Sorry, that was a typing mistake in the email. I am
doing it right in the code. Still, the problem exists.

Appreciate
A.B.
--- "Fred T. Sanders" <[EMAIL PROTECTED]>
wrote:
> because of the quotes  your closing it before you
> define the fuseaction,
> then your starting a new one after the
> AuthenticateUser  one quote block =
> "index.cfm?fuseaction=" if it doesn't throw an error
> it'll just submit to
> the default fuseaction.
> 
> Fred
> 
> ----- Original Message -----
> From: "aslam bajaria" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Friday, April 28, 2000 3:56 PM
> Subject: Very basic question on forms
> 
> 
> > Can someone tell me why the following code works
> and
> > the code following it does not.
> >
> > ********works*******************************
> > <form
> action="Index.cfm?fuseaction=AuthenticateUser"
> > ...
> > </form>
> >
> > and
> > <form
> action="index.cfm?fuseaction="ProcessNewUser"
> > ...
> > </form>
> >
> > It works fine the way above.
> > *********does not work***********************
> > What I am trying to do is the following and it
> keeps
> > going to the same fuseaction:
> >
> > <form action="Index.cfm" method="post">
> > <input type="text" name="fuseaction"
> > value="AuthenticateUser">
> >
> > ...
> >
> > </form>
> > <form action="Index.cfm" method="post">
> > <input type="text" name="fuseaction"
> > value="ProcessNewUser">
> >
> > ...
> >
> > </form>
> > Can someone tell me why?
> > Appreciate
> > A.B.
> >
> > __________________________________________________
> > Do You Yahoo!?
> > Talk to your friends online and get email alerts
> with Yahoo! Messenger.
> > http://im.yahoo.com/
> >
>
--------------------------------------------------------------------------
> ----
> > Archives: http://www.eGroups.com/list/cf-talk
> > To Unsubscribe visit
>
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk
> or
> send a message to [EMAIL PROTECTED]
> with 'unsubscribe' in
> the body.
> 
>
----------------------------------------------------------------------------
--
> Archives: http://www.eGroups.com/list/cf-talk
> To Unsubscribe visit
>
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk
> or send a message to
> [EMAIL PROTECTED] with 'unsubscribe'
> in the body.
> 

__________________________________________________
Do You Yahoo!?
Talk to your friends online and get email alerts with Yahoo! Messenger.
http://im.yahoo.com/
----------------------------------------------------------------------------
--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.
------------------------------------------------------------------------------
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to