Forum Moderators: open
Thanks
Try something like this:
<input type="button" value="Go!" [b]onclick="window.open('http://www.example.com/');"[/b]>
You can change the text "Go!" in the
value