Sublime directory Surf the web anonymous Pagerank Monitor


bug in firefox? (window.open...)

olaf
Thu 30 March 2006, 01:18 pm GMT +0300
Hello,

Just noticed that the scroll function doesn't work in Mozilla FF in this window open function:

Code:
function window_open(page, name, x, y) {
newWindow = window.open(page,name,'scrollbars=yes,width='+x+',height='+y+',left=50,top=100');
newWindow.focus();
}

Check (if you like) the whois function on my website (check an exsiting domain name).

Olaf

Nikolas
Thu 30 March 2006, 01:37 pm GMT +0300
It works fine with me (Firefox 1.5)

You are talking about the whois tool in the home page of finalwebsites.com, right?

olaf
Thu 30 March 2006, 01:44 pm GMT +0300
It works fine with me (Firefox 1.5)

You are talking about the whois tool in the home page of finalwebsites.com, right?
yes, do you have scrollbar?

Nikolas
Thu 30 March 2006, 01:51 pm GMT +0300
Yes I have.

olaf
Thu 30 March 2006, 01:57 pm GMT +0300
Yes I have.
I cleared the cache and if the setting = yes I get a horizontal bar if the setting is auto then there is no scrollbar
I will check some other sites with window.open functuions

Thanks

olaf
Thu 30 March 2006, 02:14 pm GMT +0300
hmmm...
I use exactly the same function here http://www.all4yourwebsite.com/ Visit through proxy

(the preview of the clipartgallery in the middle of the page)

and every looks fine there, really strange...

Olaf

olaf
Thu 22 June 2006, 12:27 pm GMT +0300
I'm still busy with this problem...

just noticed this error inside the javascript console:

Error: [Exception... "'Permission denied to get property XULElement.accessKey' when calling method: [nsIDOMXULLabelElement::accessKey]"  nsresult: "0x8057001e (NS_ERROR_XPC_JS_THREW_STRING)"  location: "JS frame :: http://www.finalwebsites.com/includes/include.js Visit through proxy :: window_open :: line 9"  data: no]
Source File: http://www.finalwebsites.com/includes/include.js Visit through proxy
Line: 9

what about this?

I did a test the open window is resizable if the height/with parameters are removed...

Nikolas
Thu 22 June 2006, 12:31 pm GMT +0300
Try this :

Code:
function window_open(page, name, x, y)
{
  newWindow = window.open(page,name,'scrollbars=yes,width='+x+',height='+y+',left=50,top=100');
  newWindow.creator=self;
  newWindow.focus();
}

olaf
Thu 22 June 2006, 12:39 pm GMT +0300
same result, the strange is still that this happens several (f.e. the whois form at finalwebsites) but not here:
http://www.all4yourwebsite.com/ Visit through proxy the preview link for the clipart

Edit: The only difference is the docuement type...

Nikolas
Thu 22 June 2006, 12:44 pm GMT +0300
Let me guess, the document that don't works is xhtml strict right?

olaf
Thu 22 June 2006, 01:02 pm GMT +0300
Let me guess, the document that don't works is xhtml strict right?
/DTD XHTML 1.0 Transitional

olaf
Thu 22 June 2006, 01:06 pm GMT +0300
no problem with the document type... :(

Archive for SMF v1.00 by N.P. Valid XHTML 1.0 Transitional