SafariUsers

  • Thread starter Thread starter aj
  • Start date Start date
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
 
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.
 
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
 
Back
Top