Flasher Archive

[Previous] [Next] - [Index] [Thread Index] - [Previous in Thread] [Next in Thread]


Subject: Re: FLASH: Frames & Netscape sucks!!!
From: David Tam
Date: Sat, 20 Mar 1999 17:50:45 GMT

could you tell me more about the script? I'm confused about what it does
specifically...

my solution is that I use a perl script that redirects the user..... for
example MSIE users go one place and netscape users go another....

but that's sometimes a lot of extra work though, which I hate...

thanx
david

----- Original Message -----
From: Jan van Boesschoten <jvboesatxs4all [dot] nl>
To: <flasheratshocker [dot] com>
Sent: Saturday, March 20, 1999 5:11 AM
Subject: RE: FLASH: Frames & Netscape sucks!!!


> Hi,
>
> The solution is javascript. It's not the only difference between IE and
NN.
> What you do is something like this:
>
> if ((navigator.appName && navigator.appName.indexOf("Netscape") != - 1 &&
> navigator.appVersion.indexOf("4.") != -
> 1)||(navigator.appVersion.indexOf("Mac") != - 1)){
> document.write('<tr><td colspan=8><img src="gfx/trans.gif" height=7
width=8
> align=left></td></tr>');
> }
>
> If the browser is NN 4.0 or the operating system is Mac there had to be an
> extra row
>
> I used this for a table layout problem in NN, IE and IE on a Mac, that is
> also a problem. Put something like that in your frames set. In the code
give
> different display, let's say 100 pixels for IE and 105 or 95 for NN. I
think
> the difference was 5 pixels less or more.
>
> The advantage of doing it like this is that you only have to change
> something in your frame.html and not in you graphics.
>
> Good Luck
>
> Jan
>
>
> ------------------------------------------------------------------------
> To UNSUBSCRIBE send: unsubscribe flasher in the body of an
> email to list-manageratshocker [dot] com. Problems to: owneratshocker [dot] com
> N.B. Email address must be the same as the one you used to subscribe.
> For info on digest mode send: info flasher to list-manageratshocker [dot] com
>


------------------------------------------------------------------------
To UNSUBSCRIBE send: unsubscribe flasher in the body of an
email to list-manageratshocker [dot] com. Problems to: owneratshocker [dot] com
N.B. Email address must be the same as the one you used to subscribe.
For info on digest mode send: info flasher to list-manageratshocker [dot] com


Replies
  RE: FLASH: Frames & Netscape sucks!!!, Jan van Boesschoten

[Previous] [Next] - [Index] [Thread Index] - [Next in Thread] [Previous in Thread]