Re: Macs, PC's, and Cold Fusion

2000-05-11 Thread Joel Firestone

Everyone:

I found the solution to this problem. IE cannot handle the
enctype="multipart/form-date" in the form tag. It just completely stops.
If you take that line out, the form works fine. Netscape has no problem
with it.

Just an FYI.

===
Joel Firestone - Developer
Delmarva Online
http://www.dmv.com/

 Does anyone have problems with pages working differently from PC to Mac?
 I'm having problems with a site I did. All the pages do is simply perform
 and
 addition or update to the database. In IE and Netscape on the PC, it works
 fine. It pops up an alert box and redirects. On the Mac, when the form is
 submitted, it just prints a blank html page. It never writes the data, or
 redirects.
 It does nothing.

 Can anyone help me figure this out? I'm losing more and more hair and
brain
 cells. It's IE 4.5, if that helps. I don't wanna bash Macs, but...

 Thanks.

 ===
 Joel Firestone - Developer
 Delmarva Online
 http://www.dmv.com/




--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



Re: Macs, PC's, and Cold Fusion

2000-05-11 Thread Jennifer

And just so you know, IE for Mac has a 4k limit for all form fields passed 
to a template. I mean 4k total, not 4k each. At least this is the case with 
Mac IE 4.x.

At 10:24 AM 5/11/00 -0400, you wrote:
Everyone:

I found the solution to this problem. IE cannot handle the
enctype="multipart/form-date" in the form tag. It just completely stops.
If you take that line out, the form works fine. Netscape has no problem
with it.

Just an FYI.

===
Joel Firestone - Developer
Delmarva Online
http://www.dmv.com/

  Does anyone have problems with pages working differently from PC to Mac?
  I'm having problems with a site I did. All the pages do is simply perform
  and
  addition or update to the database. In IE and Netscape on the PC, it works
  fine. It pops up an alert box and redirects. On the Mac, when the form is
  submitted, it just prints a blank html page. It never writes the data, or
  redirects.
  It does nothing.
 
  Can anyone help me figure this out? I'm losing more and more hair and
brain
  cells. It's IE 4.5, if that helps. I don't wanna bash Macs, but...
 
  Thanks.
 
  ===
  Joel Firestone - Developer
  Delmarva Online
  http://www.dmv.com/
 
 


--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or 
send a message to [EMAIL PROTECTED] with 'unsubscribe' in 
the body.

--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



Re: Macs, PC's, and Cold Fusion

2000-05-11 Thread Larry W. Virden

It's IE 4.5, if that helps. I don't wanna bash Macs, but...

If you don't wanna, then don't.  Instead bash the people who make IE 4.5...
Oh wait - that's microsoft and everyone is already bashing them...
-- 
Larry W. Virden mailto:[EMAIL PROTECTED]
URL: http://www.purl.org/NET/lvirden/
Unless explicitly stated to the contrary, nothing in this posting should 
be construed as representing my employer's opinions.
--
--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



Re: Macs, PC's, and Cold Fusion

2000-05-10 Thread Joel Firestone

OK. I narrowed it down to IE. It works fine in Netscape. Any help, again,
would be greatly appreciated.

 Does anyone have problems with pages working differently from PC to Mac?
 I'm having problems with a site I did. All the pages do is simply perform
 and
 addition or update to the database. In IE and Netscape on the PC, it works
 fine. It pops up an alert box and redirects. On the Mac, when the form is
 submitted, it just prints a blank html page. It never writes the data, or
 redirects.
 It does nothing.

 Can anyone help me figure this out? I'm losing more and more hair and
brain
 cells. It's IE 4.5, if that helps. I don't wanna bash Macs, but...

 Thanks.

 ===
 Joel Firestone - Developer
 Delmarva Online
 http://www.dmv.com/




--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



Macs, PC's, and Cold Fusion

2000-05-10 Thread Joel Firestone

Everyone:

Does anyone have problems with pages working differently from PC to Mac?
I'm having problems with a site I did. All the pages do is simply perform
and
addition or update to the database. In IE and Netscape on the PC, it works
fine. It pops up an alert box and redirects. On the Mac, when the form is
submitted, it just prints a blank html page. It never writes the data, or
redirects.
It does nothing.

Can anyone help me figure this out? I'm losing more and more hair and brain
cells. It's IE 4.5, if that helps. I don't wanna bash Macs, but...

Thanks.

===
Joel Firestone - Developer
Delmarva Online
http://www.dmv.com/


--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



Re: Macs, PC's, and Cold Fusion

2000-05-10 Thread Xing Li

Joel,

There is an undocumentated bug with Mac IE in conjunction with CF's
cflocation tag. I have found the problem to only exist when you are
submitting a form and attemp to cflocate after some action. It does not
happen with all forms but only the critical ones you need to have working by
some deadline. ;-) In almost all cases when this happens, the script IS
executed properly. The Mac IE browser just chokes on the http redirection
headers. I haven't isolated the bug and that's the extent to what I can give
you in terms of info. Good luck!

Xing

p.s. Macs rule!

 Does anyone have problems with pages working differently from PC to Mac?
 I'm having problems with a site I did. All the pages do is simply perform
 and
 addition or update to the database. In IE and Netscape on the PC, it works
 fine. It pops up an alert box and redirects. On the Mac, when the form is
 submitted, it just prints a blank html page. It never writes the data, or
 redirects.
 It does nothing.
 
 Can anyone help me figure this out? I'm losing more and more hair and
 brain
 cells. It's IE 4.5, if that helps. I don't wanna bash Macs, but...
 
 Thanks.
 
 ===
 Joel Firestone - Developer
 Delmarva Online
 http://www.dmv.com/
 
 
 
 
 --
 Archives: http://www.eGroups.com/list/cf-talk
 To Unsubscribe visit
 http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or
 send a message to [EMAIL PROTECTED] with 'unsubscribe' in the
 body.

--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.