Gossamer Forum
Home : Products : DBMan : Customization :

Web Browser Incompatibility Problems

Quote Reply
Web Browser Incompatibility Problems
I noticed a problem with the following codes I have in DBMAN:

Code:
if ($rec{'Logo'}=~ /^http:\/\/.+\./) {
print qq|<img src="$rec{'Logo'}" alt="$rec{'Organization'}" border="0">|;
}
else {
print qq| |;
}

If there is an image, it shows up fine in Microsoft Internet Explorer (2.7 and higher) just fine. Yet in Netscape 3.0 and higher, the image only shows as a broken image.

To see this in action, go to:

http://anthrotech.com/...n&ID=12&vr=1

Any ideas about how to clean up the codes to make them more universally accessible?

Smile

Thanks in advance.

Regards,

------------------
Eliot Lee
Founder and Editor
Anthro TECH, L.L.C
http://www.anthrotech.com/
info@anthrotech.com
==========================
Coconino Community College
http://www.coco.cc.az.us/
Web Technology
Coordinator
elee@coco.cc.az.us
Quote Reply
Re: Web Browser Incompatibility Problems In reply to
Showed up fine on Netscape 4.61. (I think that's what I have. Just upgraded last week.)


------------------
JPD





Quote Reply
Re: Web Browser Incompatibility Problems In reply to
Well, I have Netscape 3.0 and 4.05. It does not show up these browsers.

Hmm...very odd.

Regards,

------------------
Eliot Lee
Founder and Editor
Anthro TECH, L.L.C
http://www.anthrotech.com/
info@anthrotech.com
==========================
Coconino Community College
http://www.coco.cc.az.us/
Web Technology
Coordinator
elee@coco.cc.az.us
Quote Reply
Re: Web Browser Incompatibility Problems In reply to
I went to your link and the picture didn't show. It looks like its something with the HTML coding. I didn't have time to look too closely, but it looks like it may be one of those IE specific things created by FrontPage.
Quote Reply
Re: Web Browser Incompatibility Problems In reply to
Ah...I do not use Front Page with my DBMAN scripts. The codes posted in my first posting is what I am using for the images. Also, the problem is not with Internet Explorer browsers, but Netscape.

Smile

But, thanks for your suggestion.

Regards,

------------------
Eliot Lee
Founder and Editor
Anthro TECH, L.L.C
http://www.anthrotech.com/
info@anthrotech.com
==========================
Coconino Community College
http://www.coco.cc.az.us/
Web Technology
Coordinator
elee@coco.cc.az.us

[This message has been edited by Eliot (edited August 30, 1999).]
Quote Reply
Re: Web Browser Incompatibility Problems In reply to
Eliot

I just ran the page you linked to on validator. If you are using Frontpage to do the HTML, you will have nothing but problems. Here are some of the basic errors I found.
<table border="1" cellpadding="2" cellspacing="0" with="100%"> width

<td valign="top" bgcolor="DDDDDD"> "#DDDDDD"

I set it for 100 max errors and it just went halve way through the page and quit.

IE is very forgiving on a lot of HTML errors, but netscape and opera are not.
Get a copy of "Homesite". I use both 4.01 and 3.0. The older version is excellent for dbman for it works well with cgi/pl, and can validate the 3.2 HTML with out getting into the new 4.0 HTML.
Tom
Quote Reply
Re: Web Browser Incompatibility Problems In reply to
I am NOT using Front Page or any other Editor for DBMAN. I just stated that!

Smile

I appreciate your input though. I will look over the codes and see what I come up. Thanks for everyone's input. I appreciate it.

But don't you think it is weird that everything else in the page shows up correctly except for the image! Smile

Regards,



------------------
Eliot Lee
Founder and Editor
Anthro TECH, L.L.C
http://www.anthrotech.com/
info@anthrotech.com
==========================
Coconino Community College
http://www.coco.cc.az.us/
Web Technology
Coordinator
elee@coco.cc.az.us
Quote Reply
Re: Web Browser Incompatibility Problems In reply to
Eliot,
I guess the web bots and image map on top is what made me believe you where using FP. Sorry about that. You must be using an NT server with frontpage extensions.

Try this
|<img src="$rec{'Logo'} alt=$rec{'Organization'} border=0">|
tom
Quote Reply
Re: Web Browser Incompatibility Problems In reply to
Hi Elliot!

I run the following browsers:

IE5 and NS4.08.

The image did not show up under either browser.


------------------
www.nzcid.godzone.net.nz
New Zealand Christian Internet Directory




[This message has been edited by Ian Conza (edited August 30, 1999).]
Quote Reply
Re: Web Browser Incompatibility Problems In reply to
Ah...No, again! I use MapEdit, which creates webbots for Client Side Image Maps that can run on UNIX servers, not only NT. So, your assumptions are incorrect, stumbles.

Hello, Ian...again, the problem is not Internet Explorer, but lower beta versions of Netscape. Thanks for testing it though, I really appreciate it.

Smile

This is really odd.

Regards,

------------------
Eliot Lee
Founder and Editor
Anthro TECH, L.L.C
http://www.anthrotech.com/
info@anthrotech.com
==========================
Coconino Community College
http://www.coco.cc.az.us/
Web Technology
Coordinator
elee@coco.cc.az.us

[This message has been edited by Eliot (edited August 30, 1999).]
Quote Reply
Re: Web Browser Incompatibility Problems In reply to
Eliot,

Those web bot image maps don't work on the servers I use. I just tested it.
O well... I must be to anti-bill.
Quote Reply
Re: Web Browser Incompatibility Problems In reply to
They work on my UNIX-Apache1.2.4.

But the topic is not the Image Map, the Topic is the broken image from the database that is not showing up on all browsers.

Regards,

------------------
Eliot Lee
Founder and Editor
Anthro TECH, L.L.C
http://www.anthrotech.com/
info@anthrotech.com
==========================
Coconino Community College
http://www.coco.cc.az.us/
Web Technology
Coordinator
elee@coco.cc.az.us