|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Stop making mediocre tutorials.The best tutorials are video! Camtasia Studio makes it easy to create engaging, buzz-building screen videos at any size, in any popular format. Download the free trial!
|
|
#1
|
|||
|
|||
|
Cold Fusion forms not working IE Mac
Hello,
I have a page with cold fusion forms that do not work for IE Mac 6.0. They work in Netscape 7.0 for Mac, and in IE for PC. Any suggestions? RB |
|
#2
|
|||
|
|||
|
Are you using normal forms, or generating forms using CFFORM?
I despise CFFORM, don't use it if you can help it at all. But if you are using normal HTML forms, then there must be something wrong with your form. CF doesn't do anything to the markup you send to the browser, it just pushes out whatever you tell it to. |
|
#3
|
|||
|
|||
|
Here's something I ran into:
Form fields on the MAC were automatically adding a couple spaces to the end of each field. This caused a problems for a userid field when it didn't exactly match the the userid entry in the database. The fix was to simply use a #TRIM(FORM.userid)# to remove spaces from the beginning and end of the string. Not sure it that will help. |
![]() |
| Viewing: Dev Shed Forums > Programming Languages - More > ColdFusion Development > Cold Fusion forms not working IE Mac |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|