Tagged Questions

0
votes
2answers
162 views

Handling browser native click before dom:loaded

Hi, I have an issue with Cross-Browser native events vs CallBack events. I have an HTML link "Click Me" with a given href="". On dom:loaded I attach a function to this link (to do Ajax Stuff). …
1
vote
5answers
131 views

Understanding how browsers work

Recently I been doing some Web UI work, and it is frustrating to deal with all the compatibility issues, and the unexpected browser (FF, IE, Safari) behaviors. Event bubbling creating and …
0
votes
4answers
54 views

What is the best service for cross-browser screen shots?

I have a website that I'd like to monitor for display problems in various browsers (mainly Internet Explorer.) I know that browsercam.com and broswershots.org provide this as a service. Could anyone …
1
vote
2answers
704 views

form.submit() not working in IE8 - “class not registered”

Does anyone know why the last line of this function, form.submit(), throws a "class not registered" error in IE8? //capture the map dimensions and submit the form to fetch a GPX file …
0
votes
6answers
56 views

Cross browser test

Hello, I use Windows OS, how can I test websites in safari (Mac OS), it's possible to test online or another way ? Thanks
1
vote
2answers
134 views

Processing XML with jQuery cross-browser

I am new to jQuery and am having cross-browser inconsistencies. I am trying to populate an HTML drop down using jQuery to parse the XML document. Eventually, I will swap the XML document with an HTTP …
4
votes
5answers
542 views

What is the Rolls-Royce way to deploy a Java applet?

I know how to deploy an applet using applet, object, embed tags and JavaScript, but I'm after the best approach (in terms of end user experience). Sun suggests using the applet tag, and a mixed embed …
2
votes
2answers
1k views

Embedding text/html in an Object (instead of an iframe)

<iframe data="/localfile.html" type="text/html" width="200" height="200"></iframe> <iframe data="http://example.com/remotefile.html" type="text/html" width="200" …
0
votes
3answers
41 views

Intercepting call to the back button in my AJAX application: I don’t want it to do anything!

I have an AJAX app. A user clicks a button, and the page's display changes. They click the back button, expecting to go to the original state, but instead, they go to the previous page in their …
0
votes
1answer
27 views

How to disable browser autocomplete in XHTML 1.0 Transitional

Normally the answer would be to set the form attribute autocomplete="off" but it is not XHTML 1.0 transitional compliant. ¿Is there another way to disable this browser feature? Thanks in advance... …
0
votes
4answers
3k views

Javascript document.all and document.getSelection - Firefox alternative

The script below will replace selected word in a textarea. But it only works on IE. Any idea how to make it work on Firefox? (The problem seems to lie in (document.all)? …
0
votes
1answer
48 views

Problem with jQuery live and IE

I'm having some trouble with jQuery and IE. I've narrowed it down to this: jQuery("#missionDashboardRoleFilter").live("change", function(){ alert("called"); }); <select …
0
votes
1answer
177 views

IE Hangs on Second Time a Value is Passed to a Parent Window with Javascript

I've got an ASP.NET 3.5 web app where I am trying to return a string from a child window to a parent window. It works in FF, Chrome, and Safari, but IE is a different story. In IE, it works the …
1
vote
4answers
45 views

jquery / javascript setting width fails

Greetings! I have encountered this problem: Depending on numbers from I want to create a bar chart. Interestingly it works very well in IE8 set on quirks mode, but fails everywhere else. I cannot …
1
vote
1answer
77 views

print out paging with css | page-break-before:always; cross-browser issue!

Hi friends, I have an issue about print paging. you can see my code below. it is not making page break for the print preview :( any idea what can be the problem? Appreciate helps! HTML Code …

1 2 3 4 5 24 next
15 30 50 per page