- From: Bjoern Hoehrmann <derhoermi@gmx.net>
- Date: Tue, 21 Oct 2003 16:14:41 +0200
- To: chidi echezona <eche2ofor@yahoo.com>
- Cc: www-talk@w3.org
* chidi echezona wrote:
>Hi everyone,
> I used visual basicscript to design a message box as shown below-
> { <SCRIPT LANGUAGE = "VBscript">
> <!--
> sub btnButton_onClick
> MsgBox "You are abuot to exit"
> end sub
> -->
> </SCRIPT>
> <FORM><INPUT NAME = "btnButton" Type ="BUTTON" VALUE="STATUS"></FORM>
> }
>Now when I run this script, "VBscript"appears at the top/header of the message box.
>How do I make the name of my document/web appear there instead of "VBscript".
You typically are not allowed to do that for security reasons.
Received on Tuesday, 21 October 2003 10:15:01 UTC