Have you tried putting method="post" on the form (and an action of
it's supposed to go somewhere else)?

<form id="dialog-form" title="Login" method="post" action="login_page_here.cfm">
--
WSS4CF - WS-Security framework for CF
http://wss4cf.riaforge.org/



On 14 November 2010 10:58, fun and learning <funandlrnn...@gmail.com> wrote:
>
> HI All -
>
> I am trying to create a login popup form using Jquery UI Dialog plugin and 
> coldfusion. I am not able to understand how to authenticate the user on the 
> popup. Whenever I say login, the form is submitted with form variables 
> appended to the url. Can anyone let me know the flow that has to be followed? 
> Below is the code
>
> <form id="dialog-form" title="Login">
>        <h3>Login</h3>
>
>
>        <!--- <form> --->
>        <fieldset>
>
>                <input type="text" name="username" id="username" 
> value="username"/>
>
>                <input type="password" name="password" id="password" 
> value="Password" />
>
>                <input type="submit" name="btn_login" id="btn_login" 
> value="Login"

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:339190
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

Reply via email to