the toolstrip isnt associated with the current page like a content script
is, so there is no "window" object that it would be setting the location
for... You would have to get the current tab and set its URL through that

On Thu, Aug 27, 2009 at 2:23 PM, The Sailor <[email protected]> wrote:

>
> In my toolstrip html, i have a function being called on the onload of
> the body. Inside this function, the window.open("url"); works good...
> but the window.location="url"; doesn't work .... any suggestions on
> how to get the url opened on the same brower window (tab) from the
> toolstrip html ? .... the window.location works fine from the
> contentscript !
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Chromium-extensions" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/chromium-extensions?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to