Tagged Questions

0
votes
3answers
33 views

msie strange div formatting (among other issues) what am I doing wrong?

Hi folks. On the page http://listtree.appspot.com/about/bEcPYABxI$6UeBDHzASwlA if I scroll to the bottom using MSIE 8 the left hand side yellow div borders to a weird jumping up and down dance -- …
0
votes
3answers
42 views

MSIE and addEventListener Problem in Javascript?

document.getElementById('container').addEventListener('copy',beforecopy,false ); In Chrome / Safari, the above will run the "beforecopy" function when the content on the page is being copied. MSIE …
7
votes
7answers
914 views

Are there constants in Javascript?

If not, what's the common practice for specifying variables that are used as constants?
1
vote
3answers
189 views

Detect Pdf reader in MsIE

I use an IFrame to view a Pdf document when a link within that IFrame is clicked. However, on machines without the reader, the link will prompt for download. Is there a way, that the same link can …
2
votes
5answers
125 views

Is HTTP_REFERER supposed to be filled in when user tells a browser to “refresh”?

I'm trying to use a referrer header check as a defence in depth (i.e. one of many security techniques while note solely relying on any one alone). It seems that sometimes MSIE doesn't include the …
2
votes
1answer
179 views

opening a local file in a webpage using file://

I have a form where user fills up (jsp page). One of the input is of type "file". There is a preview button which will pop up a new window and using javascript to layout the filled up form for …
1
vote
1answer
74 views

What is the source of /path/(null) requests?

We are beginning to see requests in our Apache Logs in the form /abc/(null) These requests all have MSIE 8.0 and Trident 4.0 in the User-Agent field. The requests began to appear when we hadn't …
1
vote
2answers
81 views

Why doesn’t www.linux.org.il look properly in MSIE 7?

I'm the maintainer of http://www.linux.org.il/ and it doesn't look properly in Microsoft Internet Explorer 7. The problem I see is that the navigation bar appears to the top of the page's main text …