J
Just Me
I have seen a couple of posts for people complaining about a problem
with IE links (or popups) not working with Windows Server 2003. I had a
similar problem and found a resolution:
Add "about:blank" to your list of trusted sites.
In my case, we were generating <input type='button'> elements with the
DOM and using onclick events to call JavaScript to take action. Looks
like an IE bug to me...
with IE links (or popups) not working with Windows Server 2003. I had a
similar problem and found a resolution:
Add "about:blank" to your list of trusted sites.
In my case, we were generating <input type='button'> elements with the
DOM and using onclick events to call JavaScript to take action. Looks
like an IE bug to me...