| Summary: | Konqueror doesn't work with imagini.net | ||
|---|---|---|---|
| Product: | [Applications] konqueror | Reporter: | estevam |
| Component: | khtml ecma | Assignee: | Konqueror Bugs <konqueror-bugs-null> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | normal | ||
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | unspecified | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
estevam
2007-03-26 16:26:13 UTC
checker function:
function testBrowser(){
ob = getHTTPObject();
// cookie = readCookie("Gargravarr5");
if(!ob){
window.location = "sorry.html"
return false;
}
return true;
}
function getHTTPObject() {
var xmlhttp;
if (!xmlhttp && typeof XMLHttpRequest != 'undefined') {
try {
xmlhttp = new XMLHttpRequest();
xmlhttp.overrideMimeType("text/xml");
} catch (e) {
xmlhttp = false;
}
}
return xmlhttp;
*** This bug has been marked as a duplicate of 142265 ***
|