G
geegee
-- I need it to look the same in all three browsers,
I'm using FP2003, the website is: http://www.originalchicano.com
I had a friend look at the code and she said that I'm specifying to use
Internet Explorer and netscape only.
I cannot see anywhere in the "split" view where this is specified, and if it
is, how can I change it?
When I look at the "source" page in Firefox, just opening the website, it is
there:
(((navigator.appName == "Netscape") &&
(parseInt(navigator.appVersion) >= 3 )) ||
((navigator.appName == "Microsoft Internet Explorer") &&
(parseInt(navigator.appVersion) >= 4 ))); tell me how I can change this In
FrontPage 2003. I'm on a PC with Windows XP.thanks so much!
I'm using FP2003, the website is: http://www.originalchicano.com
I had a friend look at the code and she said that I'm specifying to use
Internet Explorer and netscape only.
I cannot see anywhere in the "split" view where this is specified, and if it
is, how can I change it?
When I look at the "source" page in Firefox, just opening the website, it is
there:
(((navigator.appName == "Netscape") &&
(parseInt(navigator.appVersion) >= 3 )) ||
((navigator.appName == "Microsoft Internet Explorer") &&
(parseInt(navigator.appVersion) >= 4 ))); tell me how I can change this In
FrontPage 2003. I'm on a PC with Windows XP.thanks so much!