Re: Simple onclick event?
2005/08/03 20:45
Viewed 17147 times
Replies: 0/0

After combing the documentation, I found a naughty workaround:

<div id="tabControl">
<div>
<label><a href="#" onclick="location.href='index.php?tab=1'" style="text-decoration: none; color: #000000;">Tab Title</a></label>
</div>
</div>

Google