Hey. I am new to webprogramming..so sorry if this question sounds stupid.
I use the function setTimeout() and document.all[id].style...etc to take the value I need
error:
Matched Pattern: "/\bsetTimeout\s*\(/"
else{parent_window=opener;}
parent_window.setTimeout(function(parent){parent.WebRankV2.customize(1);},100,parent_window);return true;}
my code is:
function customizeWebRank(){var parent_window=null;if(opener&&opener.location.href.indexOf("extensions.xul")!=-1){if(opener.opener&&(opener.opener.location.href.indexOf("browser.xul")!=-1)){parent_window=opener.opener;}
else{var window_service=Components.classes["@mozilla.org/appshell/window-mediator;1"].getService(Components.interfaces.nsIWindowMediator);parent_window=window_service.getMostRecentWindow("navigator:browser");}}
else{parent_window=opener;}
parent_window.setTimeout(function(parent){parent.WebRankV2.customize(1);},100,parent_window);return true;}