Macintosh IE 5.1 and asp.net issue

K

Kevin Yu

hi all

I have an asp.net app that works fine on IE in windows. but when using
Macintosh IE 5.1, some of the elements don't work
properly. the common cause that I saw is from the javascript, a tag such as
this
<a href="javascript:{if (typeof(Page_ClientValidate) != 'function' ||
Page_ClientValidate()) __doPostBack('projects:_ctl13:_ctl0','')} ">
<img border="0" src="../images/post.bmp" />

will be render on mac as this

<a href="javascript: __doPostBack('projects:_ctl13:_ctl0','') "><img
border="0" src="../images/post.bmp" />

is there a workaround for this or this just won't work on mac?


thx


Kevin
 
A

anon

Hi,
did u get to solve this problem? I am havign similar issues and there
seems to be no solution/fix???any response from some gurus is most
welcome...
thanks,
arthur


*** Sent via Devdex http://www.devdex.com ***
Don't just participate in USENET...get rewarded for it!
 

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

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,580
Members
45,054
Latest member
TrimKetoBoost

Latest Threads

Top