Hi,

I'm using this code to open a new, empty tab. How can I get a reference
to the new tab so I can insert content? window.open() returns a
reference to the new window, but I don't know how to get a similar
reference for a new tab. Any ideas?

var wm = Components
  .classes["@mozilla.org/appshell/window-mediator;1"]
  .getService(Components.interfaces.nsIWindowMediator);
var recentWindow = wm.getMostRecentWindow("navigator:browser");
if (recentWindow)
  recentWindow.delayedOpenTab("about:blank");

Thank you,
Eric Jung



                
__________________________________________ 
Yahoo! DSL – Something to write home about. 
Just $16.99/mo. or less. 
dsl.yahoo.com 

_______________________________________________
Project_owners mailing list
[email protected]
http://mozdev.org/mailman/listinfo/project_owners

Reply via email to