Bug 143489 - Konqueror doesn't work with imagini.net
Summary: Konqueror doesn't work with imagini.net
Status: RESOLVED DUPLICATE of bug 142265
Alias: None
Product: konqueror
Classification: Applications
Component: khtml ecma (show other bugs)
Version: unspecified
Platform: unspecified Linux
: NOR normal
Target Milestone: ---
Assignee: Konqueror Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-03-26 16:26 UTC by estevam
Modified: 2007-03-26 18:40 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description estevam 2007-03-26 16:26:13 UTC
Version:           3.5.6 (using KDE 3.5.6 "release 41.4" , openSUSE )
Compiler:          Target: x86_64-suse-linux
OS:                Linux (x86_64) release 2.6.18.8-0.1-default

http://imagini.net/friends/

I'd like to create a profile, but the site says: 

"Thank you for visiting us. Our systems have detected that your web browser does not support a new enough version of Javascript so we are unfortunately unable to profile your VisualDNA™
If you have the opportunity to use another computer please do try again.
Thank you for your interest."
Comment 1 Tommi Tervo 2007-03-26 18:40:15 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 ***