|
 |
asp_web_howto thread: IE6 shows blank page
Message #1 by "Alex Shiell, ITS, EB, SE" <alex.shiell@s...> on Tue, 26 Mar 2002 14:52:29 -0000
|
|
Does anyone know why a page which works fine in IE5, and IE5.5 would show up
blank in IE6?
Doing view source just shows
<HTML>
<HEAD>...</HEAD>
<BODY></BODY>
</HTML>
This is an xml page anyway, so I don't know where this source is coming
from. The server is moset definately providing the right source, so how is
it not reaching IE6?
________________________________________________________________________
Scottish Enterprise Network
http://www.scottish-enterprise.com
Headquarters Address & Contact Numbers
150 Broomielaw
5 Atlantic Quay
Glasgow
G2 8LU.
Tel: +44 (0) 141 248 2700.
Fax: +44 (0)141 221 3217
This message is sent in confidence for the addressee only.
It may contain legally privileged information. The contents are not to
be disclosed to anyone other than the addressee. Unauthorised recipients
are requested to preserve this confidentiality and to advise the sender
immediately of any error in transmission.
Message #2 by "TomMallard" <mallard@s...> on Tue, 26 Mar 2002 07:13:32 -0800
|
|
Check that the xml stream has a mime type of text/xml...seems it's trying to
interpret it as html so isn't recognizing any tags and defaults the basic
tags to the client.
tom mallard
seattle
-----Original Message-----
From: Alex Shiell, ITS, EB, SE [mailto:alex.shiell@s...]
Sent: Tuesday, March 26, 2002 6:52 AM
To: ASP Web HowTo
Subject: [asp_web_howto] IE6 shows blank page
Does anyone know why a page which works fine in IE5, and IE5.5 would show up
blank in IE6?
Doing view source just shows
<HTML>
<HEAD>...</HEAD>
<BODY></BODY>
</HTML>
This is an xml page anyway, so I don't know where this source is coming
from. The server is moset definately providing the right source, so how is
it not reaching IE6?
________________________________________________________________________
Scottish Enterprise Network
http://www.scottish-enterprise.com
Headquarters Address & Contact Numbers
150 Broomielaw
5 Atlantic Quay
Glasgow
G2 8LU.
Tel: +44 (0) 141 248 2700.
Fax: +44 (0)141 221 3217
This message is sent in confidence for the addressee only.
It may contain legally privileged information. The contents are not to
be disclosed to anyone other than the addressee. Unauthorised recipients
are requested to preserve this confidentiality and to advise the sender
immediately of any error in transmission.
---
Improve your web design skills with these new books from Glasshaus.
Usable Web Menus
http://www.amazon.com/exec/obidos/ASIN/1904151027/ref=nosim/theprogramme
r-20
Constructing Accessible Web Sites
http://www.amazon.com/exec/obidos/ASIN/1904151000/ref=nosim/theprogramme
r-20
Practical JavaScript for the Usable Web
http://www.amazon.com/exec/obidos/ASIN/1904151051/ref=nosim/theprogramme
r-20
Message #3 by "phil griffiths" <pgtips@m...> on Tue, 26 Mar 2002 15:19:12
|
|
Hi Alex,
I don't know about IE6, but IE5 and 5.5 do a behind-the-scenes XSLT to
give that collapsible xml view (which is actually HTML and JS) - maybe
something is going wrong with that transform? Can you give us any more to
go on?
rgds
Phil
> Does anyone know why a page which works fine in IE5, and IE5.5 would
show up
blank in IE6?
Doing view source just shows
<HTML>
<HEAD>...</HEAD>
<BODY></BODY>
</HTML>
This is an xml page anyway, so I don't know where this source is coming
from. The server is moset definately providing the right source, so how is
it not reaching IE6?
________________________________________________________________________
Scottish Enterprise Network
http://www.scottish-enterprise.com
Headquarters Address & Contact Numbers
150 Broomielaw
5 Atlantic Quay
Glasgow
G2 8LU.
Tel: +44 (0) 141 248 2700.
Fax: +44 (0)141 221 3217
This message is sent in confidence for the addressee only.
It may contain legally privileged information. The contents are not to
be disclosed to anyone other than the addressee. Unauthorised recipients
are requested to preserve this confidentiality and to advise the sender
immediately of any error in transmission.
Message #4 by "Alex Shiell, ITS, EB, SE" <alex.shiell@s...> on Tue, 26 Mar 2002 16:20:56 -0000
|
|
Yes, I've got response.contenttype = "text/xml"
-----Original Message-----
From: TomMallard [mailto:mallard@s...]
Sent: 26 March 2002 15:14
To: ASP Web HowTo
Subject: [asp_web_howto] RE: IE6 shows blank page
Check that the xml stream has a mime type of text/xml...seems it's trying to
interpret it as html so isn't recognizing any tags and defaults the basic
tags to the client.
tom mallard
seattle
-----Original Message-----
From: Alex Shiell, ITS, EB, SE [mailto:alex.shiell@s...]
Sent: Tuesday, March 26, 2002 6:52 AM
To: ASP Web HowTo
Subject: [asp_web_howto] IE6 shows blank page
Does anyone know why a page which works fine in IE5, and IE5.5 would show up
blank in IE6?
Doing view source just shows
<HTML>
<HEAD>...</HEAD>
<BODY></BODY>
</HTML>
This is an xml page anyway, so I don't know where this source is coming
from. The server is moset definately providing the right source, so how is
it not reaching IE6?
________________________________________________________________________
Scottish Enterprise Network
http://www.scottish-enterprise.com
Headquarters Address & Contact Numbers
150 Broomielaw
5 Atlantic Quay
Glasgow
G2 8LU.
Tel: +44 (0) 141 248 2700.
Fax: +44 (0)141 221 3217
This message is sent in confidence for the addressee only.
It may contain legally privileged information. The contents are not to
be disclosed to anyone other than the addressee. Unauthorised recipients
are requested to preserve this confidentiality and to advise the sender
immediately of any error in transmission.
---
Improve your web design skills with these new books from Glasshaus.
Usable Web Menus
http://www.amazon.com/exec/obidos/ASIN/1904151027/ref=nosim/theprogramme
r-20
Constructing Accessible Web Sites
http://www.amazon.com/exec/obidos/ASIN/1904151000/ref=nosim/theprogramme
r-20
Practical JavaScript for the Usable Web
http://www.amazon.com/exec/obidos/ASIN/1904151051/ref=nosim/theprogramme
r-20
---
Improve your web design skills with these new books from Glasshaus.
Usable Web Menus
http://www.amazon.com/exec/obidos/ASIN/1904151027/ref=nosim/theprogramme
r-20
Constructing Accessible Web Sites
http://www.amazon.com/exec/obidos/ASIN/1904151000/ref=nosim/theprogramme
r-20
Practical JavaScript for the Usable Web
http://www.amazon.com/exec/obidos/ASIN/1904151051/ref=nosim/theprogramme
r-20
________________________________________________________________________
Scottish Enterprise Network
http://www.scottish-enterprise.com
Headquarters Address & Contact Numbers
150 Broomielaw
5 Atlantic Quay
Glasgow
G2 8LU.
Tel: +44 (0) 141 248 2700.
Fax: +44 (0)141 221 3217
This message is sent in confidence for the addressee only.
It may contain legally privileged information. The contents are not to
be disclosed to anyone other than the addressee. Unauthorised recipients
are requested to preserve this confidentiality and to advise the sender
immediately of any error in transmission.
Message #5 by "TomMallard" <mallard@s...> on Tue, 26 Mar 2002 08:29:00 -0800
|
|
Then, basically, I'd suspect that the stream is empty although the source is
OK, look for something using...
response.write "typename xmlObject: " & typename(xmlObject)
response.end
tom
-----Original Message-----
From: Alex Shiell, ITS, EB, SE [mailto:alex.shiell@s...]
Sent: Tuesday, March 26, 2002 8:21 AM
To: ASP Web HowTo
Subject: [asp_web_howto] RE: IE6 shows blank page
Yes, I've got response.contenttype = "text/xml"
-----Original Message-----
From: TomMallard [mailto:mallard@s...]
Sent: 26 March 2002 15:14
To: ASP Web HowTo
Subject: [asp_web_howto] RE: IE6 shows blank page
Check that the xml stream has a mime type of text/xml...seems it's trying to
interpret it as html so isn't recognizing any tags and defaults the basic
tags to the client.
tom mallard
seattle
-----Original Message-----
From: Alex Shiell, ITS, EB, SE [mailto:alex.shiell@s...]
Sent: Tuesday, March 26, 2002 6:52 AM
To: ASP Web HowTo
Subject: [asp_web_howto] IE6 shows blank page
Does anyone know why a page which works fine in IE5, and IE5.5 would show up
blank in IE6?
Doing view source just shows
<HTML>
<HEAD>...</HEAD>
<BODY></BODY>
</HTML>
This is an xml page anyway, so I don't know where this source is coming
from. The server is moset definately providing the right source, so how is
it not reaching IE6?
________________________________________________________________________
Scottish Enterprise Network
http://www.scottish-enterprise.com
Headquarters Address & Contact Numbers
150 Broomielaw
5 Atlantic Quay
Glasgow
G2 8LU.
Tel: +44 (0) 141 248 2700.
Fax: +44 (0)141 221 3217
This message is sent in confidence for the addressee only.
It may contain legally privileged information. The contents are not to
be disclosed to anyone other than the addressee. Unauthorised recipients
are requested to preserve this confidentiality and to advise the sender
immediately of any error in transmission.
---
Improve your web design skills with these new books from Glasshaus.
Usable Web Menus
http://www.amazon.com/exec/obidos/ASIN/1904151027/ref=nosim/theprogramme
r-20
Constructing Accessible Web Sites
http://www.amazon.com/exec/obidos/ASIN/1904151000/ref=nosim/theprogramme
r-20
Practical JavaScript for the Usable Web
http://www.amazon.com/exec/obidos/ASIN/1904151051/ref=nosim/theprogramme
r-20
---
Improve your web design skills with these new books from Glasshaus.
Usable Web Menus
http://www.amazon.com/exec/obidos/ASIN/1904151027/ref=nosim/theprogramme
r-20
Constructing Accessible Web Sites
http://www.amazon.com/exec/obidos/ASIN/1904151000/ref=nosim/theprogramme
r-20
Practical JavaScript for the Usable Web
http://www.amazon.com/exec/obidos/ASIN/1904151051/ref=nosim/theprogramme
r-20
________________________________________________________________________
Scottish Enterprise Network
http://www.scottish-enterprise.com
Headquarters Address & Contact Numbers
150 Broomielaw
5 Atlantic Quay
Glasgow
G2 8LU.
Tel: +44 (0) 141 248 2700.
Fax: +44 (0)141 221 3217
This message is sent in confidence for the addressee only.
It may contain legally privileged information. The contents are not to
be disclosed to anyone other than the addressee. Unauthorised recipients
are requested to preserve this confidentiality and to advise the sender
immediately of any error in transmission.
---
Improve your web design skills with these new books from Glasshaus.
Usable Web Menus
http://www.amazon.com/exec/obidos/ASIN/1904151027/ref=nosim/theprogramme
r-20
Constructing Accessible Web Sites
http://www.amazon.com/exec/obidos/ASIN/1904151000/ref=nosim/theprogramme
r-20
Practical JavaScript for the Usable Web
http://www.amazon.com/exec/obidos/ASIN/1904151051/ref=nosim/theprogramme
r-20
Message #6 by "Alex Shiell, ITS, EB, SE" <alex.shiell@s...> on Tue, 26 Mar 2002 16:31:25 -0000
|
|
OK, I've narrowed it down - it is a problem with the XSL stylesheet.
Unfortunately IE6 does not give you an error notification when there is a
problem with a stylesheet, it just gives you a blank page... does anyone
know how to turn on stylesheet error reporting in IE6? theres nothing
obvious in the options.
Furthermore, it can't be that its not well-formed or whatever, as it works
fine in IE5. Is there anything in WD-XSL that does not work in IE6?
(By the way, thanks for your responses guys)
-----Original Message-----
From: phil griffiths [mailto:pgtips@m...]
Sent: 26 March 2002 15:19
To: ASP Web HowTo
Subject: [asp_web_howto] Re: IE6 shows blank page
Hi Alex,
I don't know about IE6, but IE5 and 5.5 do a behind-the-scenes XSLT to
give that collapsible xml view (which is actually HTML and JS) - maybe
something is going wrong with that transform? Can you give us any more to
go on?
rgds
Phil
> Does anyone know why a page which works fine in IE5, and IE5.5 would
show up
blank in IE6?
Doing view source just shows
<HTML>
<HEAD>...</HEAD>
<BODY></BODY>
</HTML>
This is an xml page anyway, so I don't know where this source is coming
from. The server is moset definately providing the right source, so how is
it not reaching IE6?
________________________________________________________________________
Scottish Enterprise Network
http://www.scottish-enterprise.com
Headquarters Address & Contact Numbers
150 Broomielaw
5 Atlantic Quay
Glasgow
G2 8LU.
Tel: +44 (0) 141 248 2700.
Fax: +44 (0)141 221 3217
This message is sent in confidence for the addressee only.
It may contain legally privileged information. The contents are not to
be disclosed to anyone other than the addressee. Unauthorised recipients
are requested to preserve this confidentiality and to advise the sender
immediately of any error in transmission.
---
Improve your web design skills with these new books from Glasshaus.
Usable Web Menus
http://www.amazon.com/exec/obidos/ASIN/1904151027/ref=nosim/theprogramme
r-20
Constructing Accessible Web Sites
http://www.amazon.com/exec/obidos/ASIN/1904151000/ref=nosim/theprogramme
r-20
Practical JavaScript for the Usable Web
http://www.amazon.com/exec/obidos/ASIN/1904151051/ref=nosim/theprogramme
r-20
________________________________________________________________________
Scottish Enterprise Network
http://www.scottish-enterprise.com
Headquarters Address & Contact Numbers
150 Broomielaw
5 Atlantic Quay
Glasgow
G2 8LU.
Tel: +44 (0) 141 248 2700.
Fax: +44 (0)141 221 3217
This message is sent in confidence for the addressee only.
It may contain legally privileged information. The contents are not to
be disclosed to anyone other than the addressee. Unauthorised recipients
are requested to preserve this confidentiality and to advise the sender
immediately of any error in transmission.
Message #7 by "TomMallard" <mallard@s...> on Tue, 26 Mar 2002 08:36:44 -0800
|
|
If the stylesheet is calling for a style object not supported by IE6, it'll
bomb like this...check what attributes might be causing trouble, like
display, etc.
tom
-----Original Message-----
From: Alex Shiell, ITS, EB, SE [mailto:alex.shiell@s...]
Sent: Tuesday, March 26, 2002 8:31 AM
To: ASP Web HowTo
Subject: [asp_web_howto] Re: IE6 shows blank page
OK, I've narrowed it down - it is a problem with the XSL stylesheet.
Unfortunately IE6 does not give you an error notification when there is a
problem with a stylesheet, it just gives you a blank page... does anyone
know how to turn on stylesheet error reporting in IE6? theres nothing
obvious in the options.
Furthermore, it can't be that its not well-formed or whatever, as it works
fine in IE5. Is there anything in WD-XSL that does not work in IE6?
(By the way, thanks for your responses guys)
-----Original Message-----
From: phil griffiths [mailto:pgtips@m...]
Sent: 26 March 2002 15:19
To: ASP Web HowTo
Subject: [asp_web_howto] Re: IE6 shows blank page
Hi Alex,
I don't know about IE6, but IE5 and 5.5 do a behind-the-scenes XSLT to
give that collapsible xml view (which is actually HTML and JS) - maybe
something is going wrong with that transform? Can you give us any more to
go on?
rgds
Phil
> Does anyone know why a page which works fine in IE5, and IE5.5 would
show up
blank in IE6?
Doing view source just shows
<HTML>
<HEAD>...</HEAD>
<BODY></BODY>
</HTML>
This is an xml page anyway, so I don't know where this source is coming
from. The server is moset definately providing the right source, so how is
it not reaching IE6?
________________________________________________________________________
Scottish Enterprise Network
http://www.scottish-enterprise.com
Headquarters Address & Contact Numbers
150 Broomielaw
5 Atlantic Quay
Glasgow
G2 8LU.
Tel: +44 (0) 141 248 2700.
Fax: +44 (0)141 221 3217
This message is sent in confidence for the addressee only.
It may contain legally privileged information. The contents are not to
be disclosed to anyone other than the addressee. Unauthorised recipients
are requested to preserve this confidentiality and to advise the sender
immediately of any error in transmission.
---
Improve your web design skills with these new books from Glasshaus.
Usable Web Menus
http://www.amazon.com/exec/obidos/ASIN/1904151027/ref=nosim/theprogramme
r-20
Constructing Accessible Web Sites
http://www.amazon.com/exec/obidos/ASIN/1904151000/ref=nosim/theprogramme
r-20
Practical JavaScript for the Usable Web
http://www.amazon.com/exec/obidos/ASIN/1904151051/ref=nosim/theprogramme
r-20
________________________________________________________________________
Scottish Enterprise Network
http://www.scottish-enterprise.com
Headquarters Address & Contact Numbers
150 Broomielaw
5 Atlantic Quay
Glasgow
G2 8LU.
Tel: +44 (0) 141 248 2700.
Fax: +44 (0)141 221 3217
This message is sent in confidence for the addressee only.
It may contain legally privileged information. The contents are not to
be disclosed to anyone other than the addressee. Unauthorised recipients
are requested to preserve this confidentiality and to advise the sender
immediately of any error in transmission.
---
Improve your web design skills with these new books from Glasshaus.
Usable Web Menus
http://www.amazon.com/exec/obidos/ASIN/1904151027/ref=nosim/theprogramme
r-20
Constructing Accessible Web Sites
http://www.amazon.com/exec/obidos/ASIN/1904151000/ref=nosim/theprogramme
r-20
Practical JavaScript for the Usable Web
http://www.amazon.com/exec/obidos/ASIN/1904151051/ref=nosim/theprogramme
r-20
Message #8 by "Peter Rooney" <peter.rooney@p...> on Tue, 26 Mar 2002 17:27:57 -0000
|
|
I don't know if you have this or not but if you uncheck the following box:
Tools/Internet Options/Advanced/Show friendly HTTP error messages
-----Original Message-----
From: Alex Shiell, ITS, EB, SE [mailto:alex.shiell@s...]
Sent: 26 March 2002 16:31
To: ASP Web HowTo
Subject: [asp_web_howto] Re: IE6 shows blank page
OK, I've narrowed it down - it is a problem with the XSL stylesheet.
Unfortunately IE6 does not give you an error notification when there is a
problem with a stylesheet, it just gives you a blank page... does anyone
know how to turn on stylesheet error reporting in IE6? theres nothing
obvious in the options.
Furthermore, it can't be that its not well-formed or whatever, as it works
fine in IE5. Is there anything in WD-XSL that does not work in IE6?
(By the way, thanks for your responses guys)
-----Original Message-----
From: phil griffiths [mailto:pgtips@m...]
Sent: 26 March 2002 15:19
To: ASP Web HowTo
Subject: [asp_web_howto] Re: IE6 shows blank page
Hi Alex,
I don't know about IE6, but IE5 and 5.5 do a behind-the-scenes XSLT to
give that collapsible xml view (which is actually HTML and JS) - maybe
something is going wrong with that transform? Can you give us any more to
go on?
rgds
Phil
> Does anyone know why a page which works fine in IE5, and IE5.5 would
show up
blank in IE6?
Doing view source just shows
<HTML>
<HEAD>...</HEAD>
<BODY></BODY>
</HTML>
This is an xml page anyway, so I don't know where this source is coming
from. The server is moset definately providing the right source, so how is
it not reaching IE6?
________________________________________________________________________
Scottish Enterprise Network
http://www.scottish-enterprise.com
Headquarters Address & Contact Numbers
150 Broomielaw
5 Atlantic Quay
Glasgow
G2 8LU.
Tel: +44 (0) 141 248 2700.
Fax: +44 (0)141 221 3217
This message is sent in confidence for the addressee only.
It may contain legally privileged information. The contents are not to
be disclosed to anyone other than the addressee. Unauthorised recipients
are requested to preserve this confidentiality and to advise the sender
immediately of any error in transmission.
---
Improve your web design skills with these new books from Glasshaus.
Usable Web Menus
http://www.amazon.com/exec/obidos/ASIN/1904151027/ref=nosim/theprogramme
r-20
Constructing Accessible Web Sites
http://www.amazon.com/exec/obidos/ASIN/1904151000/ref=nosim/theprogramme
r-20
Practical JavaScript for the Usable Web
http://www.amazon.com/exec/obidos/ASIN/1904151051/ref=nosim/theprogramme
r-20
________________________________________________________________________
Scottish Enterprise Network
http://www.scottish-enterprise.com
Headquarters Address & Contact Numbers
150 Broomielaw
5 Atlantic Quay
Glasgow
G2 8LU.
Tel: +44 (0) 141 248 2700.
Fax: +44 (0)141 221 3217
This message is sent in confidence for the addressee only.
It may contain legally privileged information. The contents are not to
be disclosed to anyone other than the addressee. Unauthorised recipients
are requested to preserve this confidentiality and to advise the sender
immediately of any error in transmission.
---
Improve your web design skills with these new books from Glasshaus.
Usable Web Menus
http://www.amazon.com/exec/obidos/ASIN/1904151027/ref=nosim/theprogramme
r-20
Constructing Accessible Web Sites
http://www.amazon.com/exec/obidos/ASIN/1904151000/ref=nosim/theprogramme
r-20
Practical JavaScript for the Usable Web
http://www.amazon.com/exec/obidos/ASIN/1904151051/ref=nosim/theprogramme
r-20
Message #9 by "phil griffiths" <pgtips@m...> on Wed, 27 Mar 2002 09:28:24
|
|
Hi Alex,
I don't know how to turn on stylesheet error reporting in IE6, but have
you tried running the transform in the browser using client-side js or vbs
and the msxml dom? That would give you access to the parseError etc
properties which should help sort it out. (I'm assuming that at the
moment you just have a reference to a stylesheet in the xml.)
BTW which ver of msxml does ie6 use?
HTH
Phil
> OK, I've narrowed it down - it is a problem with the XSL stylesheet.
Unfortunately IE6 does not give you an error notification when there is a
problem with a stylesheet, it just gives you a blank page... does anyone
know how to turn on stylesheet error reporting in IE6? theres nothing
obvious in the options.
Furthermore, it can't be that its not well-formed or whatever, as it works
fine in IE5. Is there anything in WD-XSL that does not work in IE6?
(By the way, thanks for your responses guys)
Message #10 by "Alex Shiell, ITS, EB, SE" <alex.shiell@s...> on Wed, 27 Mar 2002 10:24:39 -0000
|
|
One would assume everything that was supported by IE5 would be supported by
IE6...
-----Original Message-----
From: TomMallard [mailto:mallard@s...]
Sent: 26 March 2002 16:37
To: ASP Web HowTo
Subject: [asp_web_howto] Re: IE6 shows blank page
If the stylesheet is calling for a style object not supported by IE6, it'll
bomb like this...check what attributes might be causing trouble, like
display, etc.
tom
-----Original Message-----
From: Alex Shiell, ITS, EB, SE [mailto:alex.shiell@s...]
Sent: Tuesday, March 26, 2002 8:31 AM
To: ASP Web HowTo
Subject: [asp_web_howto] Re: IE6 shows blank page
OK, I've narrowed it down - it is a problem with the XSL stylesheet.
Unfortunately IE6 does not give you an error notification when there is a
problem with a stylesheet, it just gives you a blank page... does anyone
know how to turn on stylesheet error reporting in IE6? theres nothing
obvious in the options.
Furthermore, it can't be that its not well-formed or whatever, as it works
fine in IE5. Is there anything in WD-XSL that does not work in IE6?
(By the way, thanks for your responses guys)
-----Original Message-----
From: phil griffiths [mailto:pgtips@m...]
Sent: 26 March 2002 15:19
To: ASP Web HowTo
Subject: [asp_web_howto] Re: IE6 shows blank page
Hi Alex,
I don't know about IE6, but IE5 and 5.5 do a behind-the-scenes XSLT to
give that collapsible xml view (which is actually HTML and JS) - maybe
something is going wrong with that transform? Can you give us any more to
go on?
rgds
Phil
> Does anyone know why a page which works fine in IE5, and IE5.5 would
show up
blank in IE6?
Doing view source just shows
<HTML>
<HEAD>...</HEAD>
<BODY></BODY>
</HTML>
This is an xml page anyway, so I don't know where this source is coming
from. The server is moset definately providing the right source, so how is
it not reaching IE6?
________________________________________________________________________
Scottish Enterprise Network
http://www.scottish-enterprise.com
Headquarters Address & Contact Numbers
150 Broomielaw
5 Atlantic Quay
Glasgow
G2 8LU.
Tel: +44 (0) 141 248 2700.
Fax: +44 (0)141 221 3217
This message is sent in confidence for the addressee only.
It may contain legally privileged information. The contents are not to
be disclosed to anyone other than the addressee. Unauthorised recipients
are requested to preserve this confidentiality and to advise the sender
immediately of any error in transmission.
---
Improve your web design skills with these new books from Glasshaus.
Usable Web Menus
http://www.amazon.com/exec/obidos/ASIN/1904151027/ref=nosim/theprogramme
r-20
Constructing Accessible Web Sites
http://www.amazon.com/exec/obidos/ASIN/1904151000/ref=nosim/theprogramme
r-20
Practical JavaScript for the Usable Web
http://www.amazon.com/exec/obidos/ASIN/1904151051/ref=nosim/theprogramme
r-20
________________________________________________________________________
Scottish Enterprise Network
http://www.scottish-enterprise.com
Headquarters Address & Contact Numbers
150 Broomielaw
5 Atlantic Quay
Glasgow
G2 8LU.
Tel: +44 (0) 141 248 2700.
Fax: +44 (0)141 221 3217
This message is sent in confidence for the addressee only.
It may contain legally privileged information. The contents are not to
be disclosed to anyone other than the addressee. Unauthorised recipients
are requested to preserve this confidentiality and to advise the sender
immediately of any error in transmission.
---
Improve your web design skills with these new books from Glasshaus.
Usable Web Menus
http://www.amazon.com/exec/obidos/ASIN/1904151027/ref=nosim/theprogramme
r-20
Constructing Accessible Web Sites
http://www.amazon.com/exec/obidos/ASIN/1904151000/ref=nosim/theprogramme
r-20
Practical JavaScript for the Usable Web
http://www.amazon.com/exec/obidos/ASIN/1904151051/ref=nosim/theprogramme
r-20
---
Improve your web design skills with these new books from Glasshaus.
Usable Web Menus
http://www.amazon.com/exec/obidos/ASIN/1904151027/ref=nosim/theprogramme
r-20
Constructing Accessible Web Sites
http://www.amazon.com/exec/obidos/ASIN/1904151000/ref=nosim/theprogramme
r-20
Practical JavaScript for the Usable Web
http://www.amazon.com/exec/obidos/ASIN/1904151051/ref=nosim/theprogramme
r-20
________________________________________________________________________
Scottish Enterprise Network
http://www.scottish-enterprise.com
Headquarters Address & Contact Numbers
150 Broomielaw
5 Atlantic Quay
Glasgow
G2 8LU.
Tel: +44 (0) 141 248 2700.
Fax: +44 (0)141 221 3217
This message is sent in confidence for the addressee only.
It may contain legally privileged information. The contents are not to
be disclosed to anyone other than the addressee. Unauthorised recipients
are requested to preserve this confidentiality and to advise the sender
immediately of any error in transmission.
Message #11 by "Alex Shiell, ITS, EB, SE" <alex.shiell@s...> on Wed, 27 Mar 2002 10:25:03 -0000
|
|
got that... its not an http error though
-----Original Message-----
From: Peter Rooney [mailto:peter.rooney@p...]
Sent: 26 March 2002 17:28
To: ASP Web HowTo
Subject: [asp_web_howto] Re: IE6 shows blank page
I don't know if you have this or not but if you uncheck the following box:
Tools/Internet Options/Advanced/Show friendly HTTP error messages
-----Original Message-----
From: Alex Shiell, ITS, EB, SE [mailto:alex.shiell@s...]
Sent: 26 March 2002 16:31
To: ASP Web HowTo
Subject: [asp_web_howto] Re: IE6 shows blank page
OK, I've narrowed it down - it is a problem with the XSL stylesheet.
Unfortunately IE6 does not give you an error notification when there is a
problem with a stylesheet, it just gives you a blank page... does anyone
know how to turn on stylesheet error reporting in IE6? theres nothing
obvious in the options.
Furthermore, it can't be that its not well-formed or whatever, as it works
fine in IE5. Is there anything in WD-XSL that does not work in IE6?
(By the way, thanks for your responses guys)
-----Original Message-----
From: phil griffiths [mailto:pgtips@m...]
Sent: 26 March 2002 15:19
To: ASP Web HowTo
Subject: [asp_web_howto] Re: IE6 shows blank page
Hi Alex,
I don't know about IE6, but IE5 and 5.5 do a behind-the-scenes XSLT to
give that collapsible xml view (which is actually HTML and JS) - maybe
something is going wrong with that transform? Can you give us any more to
go on?
rgds
Phil
> Does anyone know why a page which works fine in IE5, and IE5.5 would
show up
blank in IE6?
Doing view source just shows
<HTML>
<HEAD>...</HEAD>
<BODY></BODY>
</HTML>
This is an xml page anyway, so I don't know where this source is coming
from. The server is moset definately providing the right source, so how is
it not reaching IE6?
________________________________________________________________________
Scottish Enterprise Network
http://www.scottish-enterprise.com
Headquarters Address & Contact Numbers
150 Broomielaw
5 Atlantic Quay
Glasgow
G2 8LU.
Tel: +44 (0) 141 248 2700.
Fax: +44 (0)141 221 3217
This message is sent in confidence for the addressee only.
It may contain legally privileged information. The contents are not to
be disclosed to anyone other than the addressee. Unauthorised recipients
are requested to preserve this confidentiality and to advise the sender
immediately of any error in transmission.
---
Improve your web design skills with these new books from Glasshaus.
Usable Web Menus
http://www.amazon.com/exec/obidos/ASIN/1904151027/ref=nosim/theprogramme
r-20
Constructing Accessible Web Sites
http://www.amazon.com/exec/obidos/ASIN/1904151000/ref=nosim/theprogramme
r-20
Practical JavaScript for the Usable Web
http://www.amazon.com/exec/obidos/ASIN/1904151051/ref=nosim/theprogramme
r-20
________________________________________________________________________
Scottish Enterprise Network
http://www.scottish-enterprise.com
Headquarters Address & Contact Numbers
150 Broomielaw
5 Atlantic Quay
Glasgow
G2 8LU.
Tel: +44 (0) 141 248 2700.
Fax: +44 (0)141 221 3217
This message is sent in confidence for the addressee only.
It may contain legally privileged information. The contents are not to
be disclosed to anyone other than the addressee. Unauthorised recipients
are requested to preserve this confidentiality and to advise the sender
immediately of any error in transmission.
---
Improve your web design skills with these new books from Glasshaus.
Usable Web Menus
http://www.amazon.com/exec/obidos/ASIN/1904151027/ref=nosim/theprogramme
r-20
Constructing Accessible Web Sites
http://www.amazon.com/exec/obidos/ASIN/1904151000/ref=nosim/theprogramme
r-20
Practical JavaScript for the Usable Web
http://www.amazon.com/exec/obidos/ASIN/1904151051/ref=nosim/theprogramme
r-20
---
Improve your web design skills with these new books from Glasshaus.
Usable Web Menus
http://www.amazon.com/exec/obidos/ASIN/1904151027/ref=nosim/theprogramme
r-20
Constructing Accessible Web Sites
http://www.amazon.com/exec/obidos/ASIN/1904151000/ref=nosim/theprogramme
r-20
Practical JavaScript for the Usable Web
http://www.amazon.com/exec/obidos/ASIN/1904151051/ref=nosim/theprogramme
r-20
________________________________________________________________________
Scottish Enterprise Network
http://www.scottish-enterprise.com
Headquarters Address & Contact Numbers
150 Broomielaw
5 Atlantic Quay
Glasgow
G2 8LU.
Tel: +44 (0) 141 248 2700.
Fax: +44 (0)141 221 3217
This message is sent in confidence for the addressee only.
It may contain legally privileged information. The contents are not to
be disclosed to anyone other than the addressee. Unauthorised recipients
are requested to preserve this confidentiality and to advise the sender
immediately of any error in transmission.
Message #12 by "Alex Shiell, ITS, EB, SE" <alex.shiell@s...> on Wed, 27 Mar 2002 10:28:02 -0000
|
|
IE6 uses MSXML3, but presumably support for WD-XSL should not have changed
from MSXML2.
In any case, I've installed MSXML3 in replace mode on my machine with IE5.5,
so that has the same XML engine...
I have another stylesheet which works which is very similar, so I'll need to
scrutinise the two and see what the differences are... I'll keep you guys
posted.
-----Original Message-----
From: phil griffiths [mailto:pgtips@m...]
Sent: 27 March 2002 09:28
To: ASP Web HowTo
Subject: [asp_web_howto] Re: IE6 shows blank page
Hi Alex,
I don't know how to turn on stylesheet error reporting in IE6, but have
you tried running the transform in the browser using client-side js or vbs
and the msxml dom? That would give you access to the parseError etc
properties which should help sort it out. (I'm assuming that at the
moment you just have a reference to a stylesheet in the xml.)
BTW which ver of msxml does ie6 use?
HTH
Phil
> OK, I've narrowed it down - it is a problem with the XSL stylesheet.
Unfortunately IE6 does not give you an error notification when there is a
problem with a stylesheet, it just gives you a blank page... does anyone
know how to turn on stylesheet error reporting in IE6? theres nothing
obvious in the options.
Furthermore, it can't be that its not well-formed or whatever, as it works
fine in IE5. Is there anything in WD-XSL that does not work in IE6?
(By the way, thanks for your responses guys)
---
Improve your web design skills with these new books from Glasshaus.
Usable Web Menus
http://www.amazon.com/exec/obidos/ASIN/1904151027/ref=nosim/theprogramme
r-20
Constructing Accessible Web Sites
http://www.amazon.com/exec/obidos/ASIN/1904151000/ref=nosim/theprogramme
r-20
Practical JavaScript for the Usable Web
http://www.amazon.com/exec/obidos/ASIN/1904151051/ref=nosim/theprogramme
r-20
________________________________________________________________________
Scottish Enterprise Network
http://www.scottish-enterprise.com
Headquarters Address & Contact Numbers
150 Broomielaw
5 Atlantic Quay
Glasgow
G2 8LU.
Tel: +44 (0) 141 248 2700.
Fax: +44 (0)141 221 3217
This message is sent in confidence for the addressee only.
It may contain legally privileged information. The contents are not to
be disclosed to anyone other than the addressee. Unauthorised recipients
are requested to preserve this confidentiality and to advise the sender
immediately of any error in transmission.
Message #13 by "Adeola" <aoadeyemo@h...> on Thu, 28 Mar 2002 11:11:21
|
|
Hi,
I'm not sure IE6 supports the XSL-WD as this was before the W3C spec.
Please correct me if i'm wrong, but i think with MSXML3.0 sp2 and above
XSLT is more appropriate.
HTH
Ade'
> Does anyone know why a page which works fine in IE5, and IE5.5 would
show up
blank in IE6?
Doing view source just shows
<HTML>
<HEAD>...</HEAD>
<BODY></BODY>
</HTML>
This is an xml page anyway, so I don't know where this source is coming
from. The server is moset definately providing the right source, so how is
it not reaching IE6?
________________________________________________________________________
Scottish Enterprise Network
http://www.scottish-enterprise.com
Headquarters Address & Contact Numbers
150 Broomielaw
5 Atlantic Quay
Glasgow
G2 8LU.
Tel: +44 (0) 141 248 2700.
Fax: +44 (0)141 221 3217
This message is sent in confidence for the addressee only.
It may contain legally privileged information. The contents are not to
be disclosed to anyone other than the addressee. Unauthorised recipients
are requested to preserve this confidentiality and to advise the sender
immediately of any error in transmission.
Message #14 by "Alex Shiell, ITS, EB, SE" <alex.shiell@s...> on Thu, 28 Mar 2002 17:34:02 -0000
|
|
yes, it is backwards compatible with WD-XSL. XSLT may well be more
appropriate, but only about 10% of my users have IE6, wheras the rest are on
IE5 or 5.5, so XSLT is not much use to them. Besides the application was
written originally for IE5, it should still work in IE6.
-----Original Message-----
From: Adeola [mailto:aoadeyemo@h...]
Sent: 28 March 2002 11:11
To: ASP Web HowTo
Subject: [asp_web_howto] Re: IE6 shows blank page
Hi,
I'm not sure IE6 supports the XSL-WD as this was before the W3C spec.
Please correct me if i'm wrong, but i think with MSXML3.0 sp2 and above
XSLT is more appropriate.
HTH
Ade'
> Does anyone know why a page which works fine in IE5, and IE5.5 would
show up
blank in IE6?
Doing view source just shows
<HTML>
<HEAD>...</HEAD>
<BODY></BODY>
</HTML>
This is an xml page anyway, so I don't know where this source is coming
from. The server is moset definately providing the right source, so how is
it not reaching IE6?
________________________________________________________________________
Scottish Enterprise Network
http://www.scottish-enterprise.com
Headquarters Address & Contact Numbers
150 Broomielaw
5 Atlantic Quay
Glasgow
G2 8LU.
Tel: +44 (0) 141 248 2700.
Fax: +44 (0)141 221 3217
This message is sent in confidence for the addressee only.
It may contain legally privileged information. The contents are not to
be disclosed to anyone other than the addressee. Unauthorised recipients
are requested to preserve this confidentiality and to advise the sender
immediately of any error in transmission.
---
Improve your web design skills with these new books from Glasshaus.
Usable Web Menus
http://www.amazon.com/exec/obidos/ASIN/1904151027/ref=nosim/theprogramme
r-20
Constructing Accessible Web Sites
http://www.amazon.com/exec/obidos/ASIN/1904151000/ref=nosim/theprogramme
r-20
Practical JavaScript for the Usable Web
http://www.amazon.com/exec/obidos/ASIN/1904151051/ref=nosim/theprogramme
r-20
________________________________________________________________________
Scottish Enterprise Network
http://www.scottish-enterprise.com
Headquarters Address & Contact Numbers
150 Broomielaw
5 Atlantic Quay
Glasgow
G2 8LU.
Tel: +44 (0) 141 248 2700.
Fax: +44 (0)141 221 3217
This message is sent in confidence for the addressee only.
It may contain legally privileged information. The contents are not to
be disclosed to anyone other than the addressee. Unauthorised recipients
are requested to preserve this confidentiality and to advise the sender
immediately of any error in transmission.
|
|
 |