Re: Internet Explorer 6 Form problems

This WebDNA talk-list message is from

2005


It keeps the original formatting.
numero = 62634
interpreted = N
texte = First I want to thank all that have attempted to help. I am going to say that I am in no way perfect. I do make mistakes, though this is not one of those times. This is old code that was working, nothing changed (server-side), and now it is not working. I am going to attempt to make this as clear as I can. 1. The form works on all browsers and platforms except IE6 sp2 on Windows XP. This is not an absolute though because I am running the same browser and it is working for me. (Granted I cannot find someone with SP1 to test this on, but firefox, ie on mac, etc. all work) 2. The forms have been working for years. 3. No change in the data type being collected. 4. I too have run forms on all OSes, using such languages as PHP, ColdFusion, Asp, .NET, PERL, Python, WebDna, and good ol'javascript. Now what I have not mentioned is that sometimes the data is actually captured once the form is submitted, but the page still loads the Cannot be displayed. Which means at least on occasion the form actually does post back to the page. This is happening on more than one domain. Some forms are submitting orders, some updating products, some logging in to an account, some adding to a store locator db. This is an ACTUAL form that is failing.
Name:
City:
State:
Zip:
Phone:
It submits back to the same page it is on and does the append and move to the view section of the page. Again this HAS BEEN WORKING FOR YEARS. -----Original Message----- From: WebDNA Talk [mailto:WebDNA-Talk@talk.smithmicro.com] On Behalf Of Jim Lanford Sent: Wednesday, July 20, 2005 11:35 AM To: WebDNA Talk Subject: Re: Internet Explorer 6 Form problems Some thoughts: 1) Check with http://validator.w3.org/ Clean HTML can stop all kind of form problems. 2) Sometimes it works and sometimes not? Can you capture the form data with a simple AppendFile? You can see if people are putting in garbage, html in forms, & etc. 3) write a simple form to get a simple fail case with stuff you don't care about 4) put that form / source here so we can see it. I run hundreds of forms for SSL and plain on WebDNA / Apache / Linux and have not seen the problem. - Jim On Jul 18, 2005, at 1:38 PM, WebDna @ Inkblot Media wrote: > Hello All, > > Over the last 2 months my clients have started having issues with > IE6. When > they submit a form they are getting an error cannot be displayed. My > research led me to this: > > http://support.microsoft.com/kb/813827/ > > This does not help me since the IE in question is Service Pack 2 > and this > fix is for SP1. Though it does suggest to me that this is an IE > issue and > not a server issue. What concerns me is that I am running the same > exact IE > and cannot get the issue to occur, though my wife is having the > issue at her > office. > > I am pulling my hair out over this one. Here is to hoping someone > here can > assist! > ------------------------------------------------------------- This message is sent to you because you are subscribed to the mailing list . To unsubscribe, E-mail to: To switch to the DIGEST mode, E-mail to Web Archive of this list is at: http://webdna.smithmicro.com/ ------------------------------------------------------------- This message is sent to you because you are subscribed to the mailing list . To unsubscribe, E-mail to: To switch to the DIGEST mode, E-mail to Web Archive of this list is at: http://webdna.smithmicro.com/ Associated Messages, from the most recent to the oldest:

    
  1. Re: Internet Explorer 6 Form problems ( Donovan Brooke 2005)
  2. Re: Internet Explorer 6 Form problems ( Donovan Brooke 2005)
  3. Re: Internet Explorer 6 Form problems ( Gary Krockover 2005)
  4. Re: Internet Explorer 6 Form problems ( "WebDna @ Inkblot Media" 2005)
  5. Re: Internet Explorer 6 Form problems ( Jim Lanford 2005)
  6. Re: Internet Explorer 6 Form problems ( "WebDna @ Inkblot Media" 2005)
  7. Re: Internet Explorer 6 Form problems ( Donovan Brooke 2005)
  8. Re: Internet Explorer 6 Form problems ( "WebDna @ Inkblot Media" 2005)
  9. Re: Internet Explorer 6 Form problems ( Bess Ho 2005)
  10. Re: Internet Explorer 6 Form problems ( Bess Ho 2005)
  11. Re: Internet Explorer 6 Form problems ( "WebDna @ Inkblot Media" 2005)
  12. Re: Internet Explorer 6 Form problems ( "WebDna @ Inkblot Media" 2005)
  13. Re: Internet Explorer 6 Form problems ( Bess Ho 2005)
  14. Re: Internet Explorer 6 Form problems ( Donovan Brooke 2005)
  15. Re: Internet Explorer 6 Form problems ( "WebDna @ Inkblot Media" 2005)
  16. Re: Internet Explorer 6 Form problems ( "WebDna @ Inkblot Media" 2005)
  17. Re: Internet Explorer 6 Form problems ( Donovan Brooke 2005)
  18. Re: Internet Explorer 6 Form problems ( "WebDna @ Inkblot Media" 2005)
  19. Re: Internet Explorer 6 Form problems ( Donovan Brooke 2005)
  20. Internet Explorer 6 Form problems ( "WebDna @ Inkblot Media" 2005)
First I want to thank all that have attempted to help. I am going to say that I am in no way perfect. I do make mistakes, though this is not one of those times. This is old code that was working, nothing changed (server-side), and now it is not working. I am going to attempt to make this as clear as I can. 1. The form works on all browsers and platforms except IE6 sp2 on Windows XP. This is not an absolute though because I am running the same browser and it is working for me. (Granted I cannot find someone with SP1 to test this on, but firefox, ie on mac, etc. all work) 2. The forms have been working for years. 3. No change in the data type being collected. 4. I too have run forms on all OSes, using such languages as PHP, ColdFusion, Asp, .NET, PERL, Python, WebDna, and good ol'javascript. Now what I have not mentioned is that sometimes the data is actually captured once the form is submitted, but the page still loads the Cannot be displayed. Which means at least on occasion the form actually does post back to the page. This is happening on more than one domain. Some forms are submitting orders, some updating products, some logging in to an account, some adding to a store locator db. This is an ACTUAL form that is failing.
Name:
City:
State:
Zip:
Phone:
It submits back to the same page it is on and does the append and move to the view section of the page. Again this HAS BEEN WORKING FOR YEARS. -----Original Message----- From: WebDNA Talk [mailto:WebDNA-Talk@talk.smithmicro.com] On Behalf Of Jim Lanford Sent: Wednesday, July 20, 2005 11:35 AM To: WebDNA Talk Subject: Re: Internet Explorer 6 Form problems Some thoughts: 1) Check with http://validator.w3.org/ Clean HTML can stop all kind of form problems. 2) Sometimes it works and sometimes not? Can you capture the form data with a simple AppendFile? You can see if people are putting in garbage, html in forms, & etc. 3) write a simple form to get a simple fail case with stuff you don't care about 4) put that form / source here so we can see it. I run hundreds of forms for SSL and plain on WebDNA / Apache / Linux and have not seen the problem. - Jim On Jul 18, 2005, at 1:38 PM, WebDna @ Inkblot Media wrote: > Hello All, > > Over the last 2 months my clients have started having issues with > IE6. When > they submit a form they are getting an error cannot be displayed. My > research led me to this: > > http://support.microsoft.com/kb/813827/ > > This does not help me since the IE in question is Service Pack 2 > and this > fix is for SP1. Though it does suggest to me that this is an IE > issue and > not a server issue. What concerns me is that I am running the same > exact IE > and cannot get the issue to occur, though my wife is having the > issue at her > office. > > I am pulling my hair out over this one. Here is to hoping someone > here can > assist! > ------------------------------------------------------------- This message is sent to you because you are subscribed to the mailing list . To unsubscribe, E-mail to: To switch to the DIGEST mode, E-mail to Web Archive of this list is at: http://webdna.smithmicro.com/ ------------------------------------------------------------- This message is sent to you because you are subscribed to the mailing list . To unsubscribe, E-mail to: To switch to the DIGEST mode, E-mail to Web Archive of this list is at: http://webdna.smithmicro.com/ "WebDna @ Inkblot Media"

DOWNLOAD WEBDNA NOW!

Top Articles:

Talk List

The WebDNA community talk-list is the best place to get some help: several hundred extremely proficient programmers with an excellent knowledge of WebDNA and an excellent spirit will deliver all the tips and tricks you can imagine...

Related Readings:

SMSI - MacWorld (2005) emailer setup (1997) Shipping formula problem (1997) Pre-flight public flag (1997) Webmerchant confirmation hooks? (1997) Emailer errors - repost (2000) Smart caching problems with 2.1b3? (1997) [OT] Mom's gift (2006) Emailer [cart] file names (1997) can you take a look (2003) Email Formatting and Encryption (1998) [AppendFile] problem (WebCat2b13 Mac .acgi) (1997) Spreadsheet Interface. (1998) WebCat2 several catalogs? (1997) WebCat for mass emailings (1997) Cookie Crumble (1998) Webcatalog, Webstar and Crasharama (1999) [WebDNA] small bug when searching tables in functions (2011) maybe even an easier plan to satisfy need for solid tech support? (2000) [platform] tag? (1998)