Southern Maryland Online - Serving Calvert, Charles, & St. Mary's Counties.  Click here to go to the Front Page of somd.com.
 
| Write Us | Help | Sponsors | Classifieds | Employment | Forums | MarketPlace | Calendar | Headlines | Announcements | Weather | More... |


Go Back   Southern Maryland Community Forums > General Interest > Computers, Technology, & the Internet

Computers, Technology, & the Internet Talk about computers, the net and the latest technology, e.g. music, video, wireless, you name it. Who do you love more? Your wife or your Tivo?

Reply
 
LinkBack Thread Tools Display Modes
Old 11-19-2004, 02:37 PM   #1
Rocky Mountain High!!
 
happyappygirl's Avatar
 
Member Since: May 2004
Location: Quiet Valley Farm
Posts: 4,955
Netscape 4.8 - blank page - Anyone?

Ok technos

I wrote some php script which shows up in every browser known to man EXCEPT N 4.8, the page comes up blank. Yes there is a beginning/end html tag.

When i run debugger it gives me this:

# Performing a garbage collection...

# GC complete: memory: 557080 free: 162848 (29%)

# Breaking into debugger.

java.io.IOException: CreateProcess: vcafe -netscape error=2

at java.lang.Win32Process.(Compiled Code)

at java.lang.Runtime.exec(Compiled Code)

* at java.lang.Runtime.exec(Compiled Code)

at netscape.debug.Debugger.launchDebugger(Compiled Code)

at netscape.debug.Debugger.debugBreak(Compiled Code)

at netscape.applet.ConsoleFrame.keyDown(Compiled Code)

at java.awt.Component.handleEvent(Compiled Code)

at netscape.applet.ConsoleFrame.handleEvent(Compiled Code)

at java.awt.Window.postEvent(Compiled Code)

at java.awt.Component.postEvent(Compiled Code)

at java.awt.Component.dispatchEventImpl(Compiled Code)

at java.awt.Component.dispatchEvent(Compiled Code)

at java.awt.EventDispatchThread$EventPump.dispatchEvents(Compiled Code)

at java.awt.EventDispatchThread.run(Compiled Code)

# Memory: 557080 free: 78104 (13%)

# Memory: 557080 free: 62244 (11%)
__________________
The gentle touch of "Just a Horse" gives me comfort and a reason to overcome the day.
http://www.qvmountainhorses.com
happyappygirl is offline   [ Reply w/Quote ]
Old 11-19-2004, 02:57 PM   #2
Rocky Mountain High!!
 
happyappygirl's Avatar
 
Member Since: May 2004
Location: Quiet Valley Farm
Posts: 4,955
What is the difference between Frameset vs Transitional in doctype?
writing the php in a Frame?
__________________
The gentle touch of "Just a Horse" gives me comfort and a reason to overcome the day.
http://www.qvmountainhorses.com
happyappygirl is offline   [ Reply w/Quote ]
Old 11-20-2004, 12:01 AM   #3
Just a forgiven sinner
 
2ndAmendment's Avatar
 
Member Since: Sep 2002
Posts: 14,190
Netscape 4.8 is rather old. Maybe some of the tags produced are not parsed correctly. Try running the produced page html through the validation at W3C. I did that to Microsoft's home page last year and it had over 200 errors.
__________________
Three most important documents to me:
Bible
Marriage license to Sharon.
U.S. Constitution
2ndAmendment is offline   [ Reply w/Quote ]
Old 12-01-2004, 09:46 AM   #4
staring into the abyss
 
tirdun's Avatar
 
Member Since: Apr 2004
Location: Southern Maryland. Eh?
Posts: 346
Pre-6 Netscape had issues with tables not having end tags. So if you have missing td, tr or table tags, they might be holding things up.
__________________
Tirdun
tirdun is offline   [ Reply w/Quote ]
Old 12-01-2004, 09:57 AM   #5
Asperger's Poster Child
 
Tonio's Avatar
 
Member Since: Aug 2001
Posts: 6,451
Is there a compelling reason to design for a pre-6 version of Netscape? How many people use the old verisons anymore? I tried making alternate DHTML code for Netscape 4.x for a while, until I read the stats on the Web sites I worked on and said the hell with it. I use an all-browser DHTML object library that I found on www.dhtmlcentral.com. From my standpoint, if my sites work on IE 5 and 6, and the Gecko browsers (Nescape 6 and 7, Mozilla and Mozilla Firefox), I cover 98 percent of the people viewing the sites.

BTW, I've been using Firefox for a couple of weeks and I give it my highest recommendation. The interface is more like IE than Netscape, but it has none of IE's security headaches.
__________________
The power of Vrai compels you! The power of Vrai compels you!
Tonio is offline   [ Reply w/Quote ]
Old 12-01-2004, 10:01 AM   #6
Rocky Mountain High!!
 
happyappygirl's Avatar
 
Member Since: May 2004
Location: Quiet Valley Farm
Posts: 4,955
Quote:
Originally Posted by 2ndAmendment
Netscape 4.8 is rather old. Maybe some of the tags produced are not parsed correctly. Try running the produced page html through the validation at W3C. I did that to Microsoft's home page last year and it had over 200 errors.
OK it's definately the .php page that's coming up as blank (view source shows the html). What is W3C?
__________________
The gentle touch of "Just a Horse" gives me comfort and a reason to overcome the day.
http://www.qvmountainhorses.com
happyappygirl is offline   [ Reply w/Quote ]
Old 12-01-2004, 10:02 AM   #7
Rocky Mountain High!!
 
happyappygirl's Avatar
 
Member Since: May 2004
Location: Quiet Valley Farm
Posts: 4,955
Quote:
Originally Posted by Tonio
Is there a compelling reason to design for a pre-6 version of Netscape? How many people use the old verisons anymore? I tried making alternate DHTML code for Netscape 4.x for a while, until I read the stats on the Web sites I worked on and said the hell with it. I use an all-browser DHTML object library that I found on www.dhtmlcentral.com. From my standpoint, if my sites work on IE 5 and 6, and the Gecko browsers (Nescape 6 and 7, Mozilla and Mozilla Firefox), I cover 98 percent of the people viewing the sites.

BTW, I've been using Firefox for a couple of weeks and I give it my highest recommendation. The interface is more like IE than Netscape, but it has none of IE's security headaches.
We have to design to the LOWEST standard here (USNA) which unfortunately is Net 4.8. Also have an issue with bookmarks not working in this version, any ideas?
__________________
The gentle touch of "Just a Horse" gives me comfort and a reason to overcome the day.
http://www.qvmountainhorses.com
happyappygirl is offline   [ Reply w/Quote ]
Old 12-01-2004, 10:21 AM   #8
Asperger's Poster Child
 
Tonio's Avatar
 
Member Since: Aug 2001
Posts: 6,451
Quote:
Originally Posted by happyappygirl
We have to design to the LOWEST standard here (USNA) which unfortunately is Net 4.8.
What is the reasoning for the policy? To be compatible with the lowest standard in any browser, you almost have to leave out any dynamic content.
__________________
The power of Vrai compels you! The power of Vrai compels you!
Tonio is offline   [ Reply w/Quote ]
Old 12-01-2004, 10:35 AM   #9
Rocky Mountain High!!
 
happyappygirl's Avatar
 
Member Since: May 2004
Location: Quiet Valley Farm
Posts: 4,955
Another person's php is working in 4.8 but mine's NOT not my call as to which browser standard we develop too.
I'm thinking it may be an image source mistake....am checking that. it's weird the page is there, just not showing up in the browser.
__________________
The gentle touch of "Just a Horse" gives me comfort and a reason to overcome the day.
http://www.qvmountainhorses.com
happyappygirl is offline   [ Reply w/Quote ]
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is On
Trackbacks are Off
Pingbacks are Off
Refbacks are Off


All times are GMT -4. The time now is 02:09 AM.

SEO by vBSEO 3.6.0 ©2011, Crawlability, Inc.