close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

rating

Login Not Working in IE

Thread began 10/06/2010 7:31 am by president310264 | Last modified 10/08/2010 12:27 pm by Jason Byrnes | 1946 views | 6 replies |

president310264

Login Not Working in IE

I am running into some odd behavior with SecurityAssist. For some reason, my login works perfectly in all browsers except IE. When I am in IE and attempt to login, it simply refreshes the page. I am stumped as to what would cause this.

Thoughts?

~Clay

Sign in to reply to this post

Jason ByrnesWebAssist

make sure the login page form fields all have a value attribute


if you continue to have problems, please send a copy of the login page so i can investigate the code.

Sign in to reply to this post

president310264

They have value attributes. login page code is attached...

Attached Files
users_LogIn.cfm.zip
Sign in to reply to this post

president310264

Discover anything yet?

Sign in to reply to this post

president310264

Bump...anything yet?

Sign in to reply to this post

president310264

Fixed!

Ok...I found the issue. It was something with the way IE handles the input form tag with the type of image. It was not processing that correctly. What I had to do to fix was change it to a submit type and all worked well. So if anyone has form submission issues with WA forms...one thing to check would be the submission input button type.

Sign in to reply to this post

Jason ByrnesWebAssist

ahhh, yes, image input would make a bit of sense, in IE an image input will not pass a value, only the x and y coordinates.


another fix would have been to modify the login trigger code:
<cfif (isDefined("Form.LogIn"))>

to:
<cfif (isDefined("Form.LogIn.x"))>

Sign in to reply to this post

Build websites with a little help from your friends

Your friends over here at WebAssist! These Dreamweaver extensions will assist you in building unlimited, custom websites.

Build websites from already-built web applications

These out-of-the-box solutions provide you proven, tested applications that can be up and running now.  Build a store, a gallery, or a web-based email solution.

Want your website pre-built and hosted?

Close Windowclose

Rate your experience or provide feedback on this page

Account or customer service questions?
Please user our contact form.

Need technical support?
Please visit support to ask a question

Content

rating

Layout

rating

Ease of use

rating

security code refresh image

We do not respond to comments submitted from this page directly, but we do read and analyze any feedback and will use it to help make your experience better in the future.

Close Windowclose

We were unable to retrieve the attached file

Close Windowclose

Attach and remove files

add attachmentAdd attachment
Close Windowclose

Enter the URL you would like to link to in your post

Close Windowclose

This is how you use right click RTF editing

Enable right click RTF editing option allows you to add html markup into your tutorial such as images, bulleted lists, files and more...

-- click to close --

Uploading file...