473,473 Members | 2,061 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

Why do MAC browsers don't work here?

Hi all,

http://www.gurmatps.org works fine in MSIE6, Opera7, NS7 (for windows)
Could someone do me the favor and check what may be wrong that it
doesn't display right in MAC browsers?

Thanks

Ranbir
Jul 23 '05 #1
3 1258
Ranbir Kaur wrote:
Hi all,

http://www.gurmatps.org works fine in MSIE6, Opera7, NS7 (for windows)
Could someone do me the favor and check what may be wrong that it
doesn't display right in MAC browsers?

Thanks

Ranbir


You're kidding, right? Several hundred (thousand?) lines of HTML and
JavaScript, spread across 5 files?

Unless you are prepared to find roughly where the error is and trim your
code to a concise example of the issue, no one here is going to waste
hours debugging your code.

If it helps, your feature-based browser detection results in Safari
getting dom = 1 and ns6 = 1.

Given that the page does display briefly the first time, I'd concentrate
on this bit:
//Toggle Layer Visibility
function toggleVisibility(id, NNtype, IEtype, W3Ctype) {
if (document.getElementById) {
eval("document.getElementById(id).style.visibility = \"" + W3Ctype + "\"");
} else {
if (document.layers) {
document.layers[id].visibility = NNtype;
} else {
if (document.all) {
eval("document.all." + id + ".style.visibility = \"" + IEtype + "\"");
}
}
}
}

Have fun.
Jul 23 '05 #2
Thanks. I was actually looking for javascript error messages. The small
fraction of code you quote is only for an 'onmouseover' effect, since NS
doesn't support that for <div>, and has nothing at all to do with the actual
page.

Is there any incompatibility for IFRAMEs in MAC? I'm putting it together
piece by piece again, maybe I'll figure it out by myself what may be wrong.

Thanks again for your effort,

Ranbir

In article <41**********************@per-qv1-newsreader-01.iinet.net.au>,
Fred Oz wrote:
Ranbir Kaur wrote:
Hi all,

http://www.gurmatps.org works fine in MSIE6, Opera7, NS7 (for windows)
Could someone do me the favor and check what may be wrong that it
doesn't display right in MAC browsers?


You're kidding, right? Several hundred (thousand?) lines of HTML and
JavaScript, spread across 5 files?

Unless you are prepared to find roughly where the error is and trim your
code to a concise example of the issue, no one here is going to waste
hours debugging your code.

If it helps, your feature-based browser detection results in Safari
getting dom = 1 and ns6 = 1.



Jul 23 '05 #3
Ranbir Kaur wrote:
Thanks. I was actually looking for javascript error messages. The small

[snip]

I didn't get any JavaScript error messages. Are you logging
errors? To turn on Safari's debuuger, look here:

http://developer.apple.com/internet/....html#anchor14

There are a number of other developer tools available too
once the debug menu is enabled (including a DOM viewer).

Cheers, Fred.
Jul 23 '05 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

53
by: Cardman | last post by:
Greetings, I am trying to solve a problem that has been inflicting my self created Order Forms for a long time, where the problem is that as I cannot reproduce this error myself, then it is...
12
by: confused | last post by:
After expressing my interest in expanding my new knowledge of HTML and CSS into the wild realm of JavaScript, I was advised that it is wiser to avoid it, since not all browsers are use it or are...
12
by: code_wrong | last post by:
Hi, as the subject says How many browsers must we support? How many are there exactly? When I run this JavaScript in Firefox and IE6: function init(){ if(document.getElementById) alert("W3C...
6
by: Richie | last post by:
I went through the past six months or so of entries in c.l.javascript, and found a couple where people had expressed opinions about the value of supporting much older versions of Netscape and IE. ...
4
by: metoikos | last post by:
I've scoured the web (clumsily, I'm sure) for information on the difficulties I am having, checked my markup in validators, and had a friend with more CSS clue look over it, but I haven't had any...
4
by: Daniel Kaplan | last post by:
Sorry, I posted this in ...authoring.html newgroup, and only just found this newsgroup. Sorry for the double post: Morning, I just added the CSS style below* to my CSS page and then used the...
133
by: Alan Silver | last post by:
Hello, Just wondered what range of browsers, versions and OSs people are using to test pages. Also, since I don't have access to a Mac, will I have problems not being able to test on any Mac...
77
by: VK | last post by:
Randy Webb wrote: > VK said the following on 5/2/2006 9:48 AM: > > If you mean "trying to render it" then FF behavior is the same as for > > all other UA's willing to be in use (and not W3C...
5
by: Peter Michaux | last post by:
Hi, I just did a bunch of testing and was surprised with the results. If anyone doesn't know this stuff here is what I found about event.clientX. The event.clientX property in Safari is in...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
1
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
muto222
php
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.