linkXclick
Added: 17. April 2006
| linkxclick = popup,500,300 |
Values
tooltip
_self
_blank
popup,[width],[height]
false
Description
Sets the action for a button when it is clicked
If set to
tooltip, a tooltip textbox will appear when clicking the button.
Text for the tooltip will be defined in
linkXclickdata.
If set to
_self, clicking the button will open a http link. The link will open in the
same browser window, and is defined in
linkXclickdata.
If set to
_blank, clicking the button will open a http link in a
new window. The link is defined in
linkXclickdata.
If set to
popup, clicking the button will open a popup window. The link is defined in
linkXclickdata. Also, when setting popup, you must define the dimensions of the popup window.
Example: linkXclick = popup,400,300.
In the documentation we are using "linkX" to describe a general link, but you
will be using link1, link2, link3 etc. Please read the general instructions in
the links section.
linkXclick sets the action for a button that is clicked
Notes
none.