HighDots Forums  

Check browser not working

Macromedia Dreamweaver Macromedia Dreamweaver Discussions (macromedia.dreamweaver)


Discuss Check browser not working in the Macromedia Dreamweaver forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
@ndyB
 
Posts: n/a

Default Check browser not working - 09-01-2003 , 04:35 AM






Hi there all,

Having problems with the Dreamweaver MX check browser behaviour.
All I want to do is forward all but IE5.5 or better browsers onto another
page.

IE5.5 or better should remain on the current page.

I'm using IE6, and if I check for IE5.5 it seems to think I'm an older
browser and forwards me on. If I check for IE5.0 it seems to work ok.

Any ideas please?

Cheers,

@ndyB



Reply With Quote
  #2  
Old   
Kevin Scholl
 
Posts: n/a

Default Re: Check browser not working - 09-01-2003 , 11:25 AM






@ndyB wrote:

Quote:
Hi there all,

Having problems with the Dreamweaver MX check browser behaviour.
All I want to do is forward all but IE5.5 or better browsers onto another
page.

IE5.5 or better should remain on the current page.
Pretty broad, seeing as Mozilla, Opera, Netscape 7, and several others
are all "better" than IE5.5 in most regards.

Quote:
I'm using IE6, and if I check for IE5.5 it seems to think I'm an older
browser and forwards me on. If I check for IE5.0 it seems to work ok.

Any ideas please?
Better to check for the functionality you need, than a browser type and
version.

--

*** Remove the DELETE from my address to reply ***

==================================================
Kevin Scholl
kscholl (AT) comcast (DOT) DELETE.net
--------------------------------------------------
Web Development and Graphic Design
http://www.interimag.com/~kscholl/professional/
--------------------------------------------------
We are the music makers, and we are the dreamers
of the dreams...
==================================================



Reply With Quote
  #3  
Old   
@ndyB
 
Posts: n/a

Default Re: Check browser not working - 09-03-2003 , 07:50 AM



Thanks.
That was .....er .... real helpful.

@

"Kevin Scholl" <kscholl (AT) comcast (DOT) net> wrote

Quote:
@ndyB wrote:

Hi there all,

Having problems with the Dreamweaver MX check browser behaviour.
All I want to do is forward all but IE5.5 or better browsers onto
another
page.

IE5.5 or better should remain on the current page.

Pretty broad, seeing as Mozilla, Opera, Netscape 7, and several others
are all "better" than IE5.5 in most regards.

I'm using IE6, and if I check for IE5.5 it seems to think I'm an older
browser and forwards me on. If I check for IE5.0 it seems to work ok.

Any ideas please?

Better to check for the functionality you need, than a browser type and
version.

--

*** Remove the DELETE from my address to reply ***

==================================================
Kevin Scholl
kscholl (AT) comcast (DOT) DELETE.net
--------------------------------------------------
Web Development and Graphic Design
http://www.interimag.com/~kscholl/professional/
--------------------------------------------------
We are the music makers, and we are the dreamers
of the dreams...
==================================================




Reply With Quote
  #4  
Old   
mick_white
 
Posts: n/a

Default Re: Check browser not working - 09-03-2003 , 02:29 PM



What he means is checking the browser type is probably not the way to go. Use
object detection instead.

if(document.layers) {NN4 stuff}
if(document.all){ IE4+ stuff}
if(!document.all && document.getElementById){NN6+ and Moz and Opera4+ stuff}

Mick

"@ndyB" wrote:

Quote:
Thanks.
That was .....er .... real helpful.

@

"Kevin Scholl" <kscholl (AT) comcast (DOT) net> wrote in message
news:bivoc4$lt1$1 (AT) forums (DOT) macromedia.com...
@ndyB wrote:

Hi there all,

Having problems with the Dreamweaver MX check browser behaviour.
All I want to do is forward all but IE5.5 or better browsers onto
another
page.

IE5.5 or better should remain on the current page.

Pretty broad, seeing as Mozilla, Opera, Netscape 7, and several others
are all "better" than IE5.5 in most regards.

I'm using IE6, and if I check for IE5.5 it seems to think I'm an older
browser and forwards me on. If I check for IE5.0 it seems to work ok.

Any ideas please?

Better to check for the functionality you need, than a browser type and
version.

--

*** Remove the DELETE from my address to reply ***

==================================================
Kevin Scholl
kscholl (AT) comcast (DOT) DELETE.net
--------------------------------------------------
Web Development and Graphic Design
http://www.interimag.com/~kscholl/professional/
--------------------------------------------------
We are the music makers, and we are the dreamers
of the dreams...
==================================================



Reply With 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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.