dwebber
dwebber

Reputation: 57

Google Widget Links

I am working on a widget for a google site and I've run into this little problem. If I have a html link <a href="http://www.dw-picture.com/" style="color: white; text-decoration: none;">Home&nbsp;</a> and an user clicks on the link it will open inside the widget itself, but if my html is <a href="http://www.dw-picture.com/" target="_blank" style="color: white; text-decoration: none;">Home&nbsp;</a> it will open a new link inside of the browser, is there a way to navigate inside the browser, not the widget?

Upvotes: 1

Views: 45

Answers (1)

dwebber
dwebber

Reputation: 57

Using target="_parent" will solve the problem.

Upvotes: 1

Related Questions