Re: Internet Explorer 6 Form problems
This WebDNA talk-list message is from 2005
It keeps the original formatting.
numero = 62626
interpreted = N
texte = The server is Apache. I have increased the timeout (KeepAliveTimeout) on it.I do not think it is a timeout issue, because it happens immediately aftersubmission. Thanks for your thoughts.-----Original Message-----From: WebDNA Talk [mailto:WebDNA-Talk@talk.smithmicro.com] On Behalf Of BessHoSent: Monday, July 18, 2005 2:45 PMTo: WebDNA TalkSubject: Re: Internet Explorer 6 Form problemsYou are probably have the right info. I am referring to normal html page onPOST and GET. If you are having timeout issue, you can add the code toincrease the timeout session. Or see if you can increase the timeout sessionon admin setting. Or change the timeout session on your server IIS.Hopefully I can give you enough insight so you can do some troubleshooting.-----Original Message-----From: WebDna @ Inkblot Media [mailto:webdna@inkblotmedia.com]Sent: Monday, July 18, 2005 2:38 PMTo: WebDNA TalkSubject: Re: Internet Explorer 6 Form problemsI agree with almost everything you say. Except the point about having tochange the processing page to handle the form. That is one of the joys ofWebCat. You do not.I have been developing for at least a few days now and I have at least a dayof WebCat under my belt. :)The issue at hand is not whether or not I can process the form data oncepassed over to the handling page, but more the timing out (Page cannot bedisplayed) when using the method POST. This is starting to break on sitesthat have worked for years.-----Original Message-----From: WebDNA Talk [mailto:WebDNA-Talk@talk.smithmicro.com] On Behalf Of BessHoSent: Monday, July 18, 2005 2:31 PMTo: WebDNA TalkSubject: Re: Internet Explorer 6 Form problemsMany use POST because GET is not very secure in terms of security. GET iswild open that everyone with some IT knowledge can read all the parametersand hidden fields on GET form. It showed up on the URL, showing all the nameand values including the hidden fields. Therefore it is easy for releasesensitive information that provider or user didn't want to reveal. GET willshow those parameters on URL even on a secured SSL website.It is not as simple as changing in between GET and POST. The method to passthe form field is different. If you change the form from GET to POST, youwould have to change the processing page that handle the form fields.Bess HoBusiness Analyst/WebmasterDept of MarketingUS Merchant Systerms3125 Skyway CourtFremont CA 94539Direct 510-771-2100 Ext 119Fax 800-329-0961bessh@usms.comwww.usms.com-----Original Message-----From: Donovan Brooke [mailto:dbrooke@euca.us]Sent: Monday, July 18, 2005 1:43 PMTo: WebDNA TalkSubject: Re: Internet Explorer 6 Form problemsWebDna @ Inkblot Media wrote:> Let me clarify that ... It works ALL THE TIME if I change the form method> from Post to Get. It works all the time in my IE, but never in my Wife'sand> some clients'.Thats what I'm talking about... POST method was originally design to sendsecured info (from what I can tell). If you read about it at w3 it talksabout that.Basically, one should not be able to access a page that has expired viapost method... (according to *an* interpretation of the standards). Also,P3Pwill utilize some rules for the POST method as well. It will probably haveto do with the security level settings of IE, MimeHeaders, and could havesomething to do with P3P... but if there are no Cookies, my guess is thatthis is not the issue.POST *IS* different from GET.. an easy way to verify the Mimeheaders isby an outside website with that tool.. don't have time to look for one.Donovan-- =o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o DONOVAN D. BROOKE Euca Design Center <-Web Development (specializing in eCommerce), -> <- Graphic Design, Custom Tags and Labels -> ADDRESS:> Donovan Brooke Euca Design Center 1871 HWY MM Fitchburg, WI 53575 PH:> 1.608.835.2476 Web:> http://www.egg.bz http://www.euca.us =o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o-------------------------------------------------------------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 toWeb 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 toWeb 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 toWeb 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 toWeb 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:
The server is Apache. I have increased the timeout (KeepAliveTimeout) on it.I do not think it is a timeout issue, because it happens immediately aftersubmission. Thanks for your thoughts.-----Original Message-----From: WebDNA Talk [mailto:WebDNA-Talk@talk.smithmicro.com] On Behalf Of BessHoSent: Monday, July 18, 2005 2:45 PMTo: WebDNA TalkSubject: Re: Internet Explorer 6 Form problemsYou are probably have the right info. I am referring to normal html page onPOST and GET. If you are having timeout issue, you can add the code toincrease the timeout session. Or see if you can increase the timeout sessionon admin setting. Or change the timeout session on your server IIS.Hopefully I can give you enough insight so you can do some troubleshooting.-----Original Message-----From: WebDna @ Inkblot Media [mailto:webdna@inkblotmedia.com]Sent: Monday, July 18, 2005 2:38 PMTo: WebDNA TalkSubject: Re: Internet Explorer 6 Form problemsI agree with almost everything you say. Except the point about having tochange the processing page to handle the form. That is one of the joys ofWebCat. You do not.I have been developing for at least a few days now and I have at least a dayof WebCat under my belt. :)The issue at hand is not whether or not I can process the form data oncepassed over to the handling page, but more the timing out (Page cannot bedisplayed) when using the method POST. This is starting to break on sitesthat have worked for years.-----Original Message-----From: WebDNA Talk [mailto:WebDNA-Talk@talk.smithmicro.com] On Behalf Of BessHoSent: Monday, July 18, 2005 2:31 PMTo: WebDNA TalkSubject: Re: Internet Explorer 6 Form problemsMany use POST because GET is not very secure in terms of security. GET iswild open that everyone with some IT knowledge can read all the parametersand hidden fields on GET form. It showed up on the URL, showing all the nameand values including the hidden fields. Therefore it is easy for releasesensitive information that provider or user didn't want to reveal. GET willshow those parameters on URL even on a secured SSL website.It is not as simple as changing in between GET and POST. The method to passthe form field is different. If you change the form from GET to POST, youwould have to change the processing page that handle the form fields.Bess HoBusiness Analyst/WebmasterDept of MarketingUS Merchant Systerms3125 Skyway CourtFremont CA 94539Direct 510-771-2100 Ext 119Fax 800-329-0961bessh@usms.comwww.usms.com-----Original Message-----From: Donovan Brooke [mailto:dbrooke@euca.us]Sent: Monday, July 18, 2005 1:43 PMTo: WebDNA TalkSubject: Re: Internet Explorer 6 Form problemsWebDna @ Inkblot Media wrote:> Let me clarify that ... It works ALL THE TIME if I change the form method> from Post to Get. It works all the time in my IE, but never in my Wife'sand> some clients'.Thats what I'm talking about... POST method was originally design to sendsecured info (from what I can tell). If you read about it at w3 it talksabout that.Basically, one should not be able to access a page that has expired viapost method... (according to *an* interpretation of the standards). Also,P3Pwill utilize some rules for the POST method as well. It will probably haveto do with the security level settings of IE, MimeHeaders, and could havesomething to do with P3P... but if there are no Cookies, my guess is thatthis is not the issue.POST *IS* different from GET.. an easy way to verify the Mimeheaders isby an outside website with that tool.. don't have time to look for one.Donovan-- =o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o DONOVAN D. BROOKE Euca Design Center <-Web Development (specializing in eCommerce), -> <- Graphic Design, Custom Tags and Labels -> ADDRESS:> Donovan Brooke Euca Design Center 1871 HWY MM Fitchburg, WI 53575 PH:> 1.608.835.2476 Web:> http://www.egg.bz http://www.euca.us =o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o=o-------------------------------------------------------------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 toWeb 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 toWeb 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 toWeb 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 toWeb 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:
RE: OK, here goes... (1997)
calculate age (2003)
[WebDNA] macOS 10.13.3 and WebDNA Mac Server 8.5.1 - hick-up (2019)
[WebDNA] directory protection questions (2008)
Forcing a NEWCART (1997)
Weird cart problem (webcat 2.x) (2000)
OT: Limit on # of Pulldown entries (1997)
We have a client who is trying buy WebDNA (2006)
PIXO support (1997)
$Replace with [founditems] (1997)
[WebDNA] maybe silly suggestion? [founditems] (2015)
Sku numbers (1997)
space at start of menu (2000)
Help Please WebDNA 6 Secure Forms Problem (2004)
Install Webcatalog under NT4.0 and Microsoft IIS 2.0 (1997)
WebCatalog/Mac 2.1b2 - PIXO (1997)
Major bug report on rootbeer (1997)
Extended [ConvertChars] (1997)
[LOOKUP] (1997)
[WebDNA] Server load (2008)