Tagged Questions
3
votes
6answers
264 views
Is there a way to compare the appearance and/or source HTML of 2 browser tabs?
I'm working on a web based application, and in order to test my changes, I'd like to be able to compare the visual rendering (perhaps by way of overlaying) and the source HTML (diff style) of 2 ...
0
votes
0answers
114 views
Regularly updated browser [performance] comparison site
Is there such a site that constantly updates its tests?
Something similar to how TomsHardware keeps updating CPU charts (or used to..)
Currently I keep having to search using Google for a site that ...
0
votes
5answers
538 views
Checking string in Firefox
I am using
var txtname=document.getElementById('<%=txtname.ClientID%>').value;
if (txtName == "") ....
but in FF this is not working. This condition never become true. Even if it has no ...