yes you can use it with text / hyperlinks. just put the code

<a herf="page.html" onclick="document.forms[0].submit();" >link text</a>

ps I hope this shows alright

you can use this inside any block level tag as far as I know, including <f o n t> <s t y l e> <t d>
<t a b l e> etc, beware the < d i v > tag only works in IE.

you can use it anywhere you are using you onmouseover() events.

Waverebel