URL to index page |
|
CtrlBut('back','123','http:vulpeculox.net/misc','Back to index') |
Javascript call |
|
CtrlBut('info','456','ClicketyClick(%%)')
%% is place holder for id
|
Javascript call |
|
CtrlBut('top','-2','ClicketyClick(this.id)')
this is the SPAN element
|
Disabled |
|
CtrlBut('bottomx','','ClicketyClick()','Go to end of list')
The x in the type is the disabling key
|