None, when i click the link which is suppose to open the pop up form, nothing happens at all. When i take out <!DOCTYPE html> on top of the html page, it works but then the web site looks like crap with things not aligned right.
The link is the login on the bottom left, or the "members login" on the top right.
Also if i change compatibility view, it does work, but I would like it to just work normally. I'm running IE 9. For some reason it does work on older IE browsers.
I can’t help very much as I’m on UNIX here (no IE available) … sorry
I have read some posts where it has something to do with changing the scripts document type, but the 3 other scripts are pretty complex, and I cant figure out where or what to change.
Any suggestions? Can you see the other scripts now since I put a link up?
the problem is, that it is a problem with IE. so all browsers I could use to debug won’t help as the scripts work there. and I most probably wouldn’t find anything (in 3 complex scripts (!) ) without any kind of hint, which is primarily the JS error message.
I can confirm that IE can dramatically change its behaviour if in standard or quirks mode, but that’s pretty much all I can say blindfolded.
__________________
please post your code wrapped in [CODE] [/CODE] tags
the problem is, that it is a problem with IE. so all browsers I could use to debug won’t help as the scripts work there. and I most probably wouldn’t find anything (in 3 complex scripts (!) ) without any kind of hint, which is primarily the JS error message.
I can confirm that IE can dramatically change its behaviour if in standard or quirks mode, but that’s pretty much all I can say blindfolded.
Been working on this for the last 3 days, I just now figured out it has to do with the <!doc.type html>.. been really frustrating, but thanks for looking I really appreciate it.