yeah...

sorry, but you had the form hidden.

I tried with:
code:
Break On

$Form = CreateObject("Kixtart.Form")
$Form.FontSize = 12

$t = $Form.hyperlink("The KiXtart Bulletin Board")
$t.width = 400
$t.height=200
$t.Center
$b = $Form.commandbutton("click me")
$b.onclick="$$t.caption='test'"


$t.Value = "http://www.kixtart.org"

$Form.Center
$Form.Show

While $Form.Visible
$=Execute($Form.DoEvents)
Loop

and after clicking the button the link wasn't link anymore.
_________________________
!

download KiXnet