View Single Post
Old 06-18-2008, 07:51 PM  
StuartD
Sofa King Band
 
StuartD's Avatar
 
Join Date: Jul 2002
Location: Outside the box
Posts: 29,903
wow... all the code it took to do it was:

Code:
function oldbarStartup(event)
{
  var urlbar = document.getElementById("urlbar");
  urlbar.setAttribute("autocompletepopup", "PopupAutoComplete");
}

window.addEventListener("load", oldbarStartup, false);
StuartD is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote