Login | |
|
 |
RE: Uncle... .Javascript & Vbscript in HTA - 4/14/2008 1:53:48 PM
|
|
 |
|
| |
TomRiddle
Posts: 178
Score: 4
Joined: 2/7/2008
Status: offline
|
Here is an extract from Microsoft's Helpomatic program. HTML Code <input id=runbutton class="button" type="button" value="Run Button" name="run_button" onClick="RunScript" title="Click here to change the tooltip."> Subroutine Code 'Changes the tooltip for the button named run_button Sub RunScript Run_Button.Title = "You successfully changed the tooltip." End Sub Blurb Tooltips are little bits of explanatory information that appear whenever you hold the mouse above a control. Tooltips can be configured for most HTML elements simply by setting the Title property. In the example shown here, hold the mouse over the Run Button to see the current tooltip. Then, click the Run Button, and hold the mouse over it again; you should see that the tooltip has changed to the Title specified in the script code.
|
|
| |
|
|
|
 |
RE: Uncle... .Javascript & Vbscript in HTA - 4/14/2008 4:32:06 PM
|
|
 |
|
| |
TNO
Posts: 1075
Score: 10
Joined: 12/18/2004
From: thenewobjective.com
Status: offline
|
Post the code you have so far. There may be an issue with how its mashing up or perhaps mimetypes. Generally speaking, unless the two languages are trying to directly pass information between them there shouldn't be an issue.
_____________________________
To iterate is human, to recurse divine. -- L. Peter Deutsch
|
|
| |
|
|
|
|
|