SafariUsers

A

aj

Does anyone have Safari or IE for MAC users accessing their ASP.NET
site, without any problems? My users get error messages using Safari
and in IE, where the images are supposed to be, there is a red x.

Thanks
 
P

Peter O'Reilly

Does anyone have Safari or IE for MAC users accessing their ASP.NET
site, without any problems?

Yes, no problem.
My users get error messages using Safari
and in IE, where the images are supposed to be, there is a red x.

Double check your HTML output, namely the img tag and its src attribute.
 
D

darrel

Server.Transfer("ToughSh!t.aspx")

And that's why many of us are very skeptical of .net still. ;o)

As peter mentions, it's most likely some IE-'OK' but non-standard HTML or a
conflict with a 'quirks mode' doctype and some of your markup. If you have a
URL, I can try checking it.

-Darrel
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top