RE: Netscape is crashing

2001-12-14 Thread Gonzo Rock

Hey Joel,

The site is behind a firewall at present... however the .cfm source is available if 
you want to wade through it... or maybe I can cut and paste the html generated into a 
message for you directly ???  Let me know if that would work for you all.

Again, Thanks!

It turns out that a FORM element was the trouble in the .css file, though it may have 
been trouble only in combination with the html. 




At 12:03 PM 12/13/01 -0600, you wrote:
>If you can send us the URL we could help you out more.  Netscape is a
>bit harder to code for in html since it is really picky about the HTML.
>It has to be perfect to work.
>
>Send us the URL and we will be able to help you out better.
>
>Joel
>
>-Original Message-
>From: Gonzo Rock [mailto:[EMAIL PROTECTED]] 
>Sent: December 13, 2001 11:13 AM
>To: CF-Talk
>Subject: Re: Netscape is crashing
>
>
>Hey Dave, 
>
>Thanks for the ideas... have to say though... I'm very confused by the
>fact that the viewed source from IE loads into Netscape without
>incident. Does Apache feed slightly different code to a Netscape
>client?? I would think NOT.
>
>I have been using an incHeader.cfm and a incFooter.cfm file... they are
>only three tags;
>
>
>and
>
>
>by not including the header the file now loads properly giving clues
>that something with nesting is going on.
>
>I will continue looking...
>Thanks,
>Gonzo
>
>At 05:12 AM 12/13/01 -0800, you wrote:
>>Look for broken tables or tables nested more than 2 deep?  Also, if 
>>your page results rely on javascript in any way, you might want to look
>
>>there. No other ideas though without seeing the source code / html 
>>code.
>>
>>Dave
>>
>>
>>- Original Message -
>>From: "Gonzo Rock" <[EMAIL PROTECTED]>
>>To: "CF-Talk" <[EMAIL PROTECTED]>
>>Sent: Thursday, December 13, 2001 12:59 AM
>>Subject: Netscape is crashing
>>
>>
>>> I have some code that is crashing Netscape4.07 but not IE 5.5.
>>>
>>> Nothing to earth shattering... a query or two followed by two forms.
>>>
>>> Have spent 6 hours trying to isolate which pieces of code are causing
>>it... so far without luck.
>>>
>>> One of the things I tried was to view the source in IE... and then 
>>> save it
>>to a file called testing.html... I then loaded testing.html into 
>>Netscape without a problem... So odd!!  I would think that what is 
>>generated by CF would crash Netscape but...???
>>>
>>> Anyone ever have to chase down a problem like this before? If so, any
>>clues would be much appreciated.
>>>
>>> laters,
>>> Gonzo
>>> 
>>
>
>
~~
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Netscape is crashing

2001-12-13 Thread Gonzo Rock

Ben,

YES! Thanks, pulling out the .css include changed everything... Now my job is to chase 
down the Netscape specific .css problem... I have a netscape specific style sheet so 
should not be t hard.

Thanks again,
This list rocks!  now if I could just fix the 'ole it can't window.focus() problem...
Gonzo

At 10:58 AM 12/13/01 -0600, you wrote:
>If you're using css on the page, there could be a problem there.  I've done
>exactly as you describe:  save the source from IE as a .html file, then open
>that file in Netscape, and it works perfectly.  Because this test .html file
>wasn't including any of my .js or .css files, it didn't take long to figure
>out that the problem was in a class I had assigned to a . So check your
>included files (if you haven't already)
>
>hth.
>
>-Original Message-
>From: Gonzo Rock [mailto:[EMAIL PROTECTED]]
>Sent: Thursday, December 13, 2001 2:59 AM
>To: CF-Talk
>Subject: Netscape is crashing
>
>
>I have some code that is crashing Netscape4.07 but not IE 5.5.
>
>Nothing to earth shattering... a query or two followed by two forms.
>
>Have spent 6 hours trying to isolate which pieces of code are causing it...
>so far without luck. 
>
>One of the things I tried was to view the source in IE... and then save it
>to a file called testing.html... I then loaded testing.html into Netscape
>without a problem... So odd!!  I would think that what is generated by CF
>would crash Netscape but...???
>
>Anyone ever have to chase down a problem like this before? If so, any clues
>would be much appreciated.
>
>laters,
>Gonzo
>
>
~~
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Netscape is crashing

2001-12-13 Thread Joel Blanchette

If you can send us the URL we could help you out more.  Netscape is a
bit harder to code for in html since it is really picky about the HTML.
It has to be perfect to work.

Send us the URL and we will be able to help you out better.

Joel

-Original Message-
From: Gonzo Rock [mailto:[EMAIL PROTECTED]] 
Sent: December 13, 2001 11:13 AM
To: CF-Talk
Subject: Re: Netscape is crashing


Hey Dave, 

Thanks for the ideas... have to say though... I'm very confused by the
fact that the viewed source from IE loads into Netscape without
incident. Does Apache feed slightly different code to a Netscape
client?? I would think NOT.

I have been using an incHeader.cfm and a incFooter.cfm file... they are
only three tags;


and


by not including the header the file now loads properly giving clues
that something with nesting is going on.

I will continue looking...
Thanks,
Gonzo

At 05:12 AM 12/13/01 -0800, you wrote:
>Look for broken tables or tables nested more than 2 deep?  Also, if 
>your page results rely on javascript in any way, you might want to look

>there. No other ideas though without seeing the source code / html 
>code.
>
>Dave
>
>
>- Original Message -
>From: "Gonzo Rock" <[EMAIL PROTECTED]>
>To: "CF-Talk" <[EMAIL PROTECTED]>
>Sent: Thursday, December 13, 2001 12:59 AM
>Subject: Netscape is crashing
>
>
>> I have some code that is crashing Netscape4.07 but not IE 5.5.
>>
>> Nothing to earth shattering... a query or two followed by two forms.
>>
>> Have spent 6 hours trying to isolate which pieces of code are causing
>it... so far without luck.
>>
>> One of the things I tried was to view the source in IE... and then 
>> save it
>to a file called testing.html... I then loaded testing.html into 
>Netscape without a problem... So odd!!  I would think that what is 
>generated by CF would crash Netscape but...???
>>
>> Anyone ever have to chase down a problem like this before? If so, any
>clues would be much appreciated.
>>
>> laters,
>> Gonzo
>> 
>

~~
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: Netscape is crashing

2001-12-13 Thread Gonzo Rock

Hey Dave, 

Thanks for the ideas... have to say though... I'm very confused by the fact that the 
viewed source from IE loads into Netscape without incident. Does Apache feed slightly 
different code to a Netscape client?? I would think NOT.

I have been using an incHeader.cfm and a incFooter.cfm file... they are only three 
tags;


and


by not including the header the file now loads properly giving clues that something 
with nesting is going on.

I will continue looking...
Thanks,
Gonzo

At 05:12 AM 12/13/01 -0800, you wrote:
>Look for broken tables or tables nested more than 2 deep?  Also, if your
>page results rely on javascript in any way, you might want to look there.
>No other ideas though without seeing the source code / html code.
>
>Dave
>
>
>- Original Message -
>From: "Gonzo Rock" <[EMAIL PROTECTED]>
>To: "CF-Talk" <[EMAIL PROTECTED]>
>Sent: Thursday, December 13, 2001 12:59 AM
>Subject: Netscape is crashing
>
>
>> I have some code that is crashing Netscape4.07 but not IE 5.5.
>>
>> Nothing to earth shattering... a query or two followed by two forms.
>>
>> Have spent 6 hours trying to isolate which pieces of code are causing
>it... so far without luck.
>>
>> One of the things I tried was to view the source in IE... and then save it
>to a file called testing.html... I then loaded testing.html into Netscape
>without a problem... So odd!!  I would think that what is generated by CF
>would crash Netscape but...???
>>
>> Anyone ever have to chase down a problem like this before? If so, any
>clues would be much appreciated.
>>
>> laters,
>> Gonzo
>> 
>
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Netscape is crashing

2001-12-13 Thread Mueller, Ben

If you're using css on the page, there could be a problem there.  I've done
exactly as you describe:  save the source from IE as a .html file, then open
that file in Netscape, and it works perfectly.  Because this test .html file
wasn't including any of my .js or .css files, it didn't take long to figure
out that the problem was in a class I had assigned to a . So check your
included files (if you haven't already)

hth.

-Original Message-
From: Gonzo Rock [mailto:[EMAIL PROTECTED]]
Sent: Thursday, December 13, 2001 2:59 AM
To: CF-Talk
Subject: Netscape is crashing


I have some code that is crashing Netscape4.07 but not IE 5.5.

Nothing to earth shattering... a query or two followed by two forms.

Have spent 6 hours trying to isolate which pieces of code are causing it...
so far without luck. 

One of the things I tried was to view the source in IE... and then save it
to a file called testing.html... I then loaded testing.html into Netscape
without a problem... So odd!!  I would think that what is generated by CF
would crash Netscape but...???

Anyone ever have to chase down a problem like this before? If so, any clues
would be much appreciated.

laters,
Gonzo

~~
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Netscape is crashing

2001-12-13 Thread Joshua Miller

Type javascript: in the address bar and see if the JavaScript console has
any error output.

Joshua Miller
Web Development::Programming
Eagle Technologies Group, Inc.
www.eagletgi.com
[EMAIL PROTECTED]
(304) 622-4499 x320 (VMail)

CONFIDENTIALITY NOTICE
The information contained in this e-mail is intended only for the use of
the individual or entity to which it is addressed.
This e-mail may contain information that is privileged, confidential,
and/or personal. If the reader of this message is not the intended
recipient (or the employee or agent responsible to deliver it to the
intended recipient), you are hereby notified that any dissemination,
distribution, or copying of this communication is prohibited.
If you have received this communication in error, please notify us by
telephone call at the number listed above.


-Original Message-
From: David Schmidt [mailto:[EMAIL PROTECTED]]
Sent: Thursday, December 13, 2001 8:12 AM
To: CF-Talk
Subject: Re: Netscape is crashing


Look for broken tables or tables nested more than 2 deep?  Also, if your
page results rely on javascript in any way, you might want to look there.
No other ideas though without seeing the source code / html code.

Dave


- Original Message -
From: "Gonzo Rock" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Thursday, December 13, 2001 12:59 AM
Subject: Netscape is crashing


> I have some code that is crashing Netscape4.07 but not IE 5.5.
>
> Nothing to earth shattering... a query or two followed by two forms.
>
> Have spent 6 hours trying to isolate which pieces of code are causing
it... so far without luck.
>
> One of the things I tried was to view the source in IE... and then save
it
to a file called testing.html... I then loaded testing.html into Netscape
without a problem... So odd!!  I would think that what is generated by CF
would crash Netscape but...???
>
> Anyone ever have to chase down a problem like this before? If so, any
clues would be much appreciated.
>
> laters,
> Gonzo
>

~~
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: Netscape is crashing

2001-12-13 Thread David Schmidt

Look for broken tables or tables nested more than 2 deep?  Also, if your
page results rely on javascript in any way, you might want to look there.
No other ideas though without seeing the source code / html code.

Dave


- Original Message -
From: "Gonzo Rock" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Thursday, December 13, 2001 12:59 AM
Subject: Netscape is crashing


> I have some code that is crashing Netscape4.07 but not IE 5.5.
>
> Nothing to earth shattering... a query or two followed by two forms.
>
> Have spent 6 hours trying to isolate which pieces of code are causing
it... so far without luck.
>
> One of the things I tried was to view the source in IE... and then save it
to a file called testing.html... I then loaded testing.html into Netscape
without a problem... So odd!!  I would think that what is generated by CF
would crash Netscape but...???
>
> Anyone ever have to chase down a problem like this before? If so, any
clues would be much appreciated.
>
> laters,
> Gonzo
> 
~~
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists