#1
|
|||
|
|||
alert in JScript
Code:
#$language="JScript" #$interface="1.0" function main() { alert("da") } Is there an equivalence of "MsgBox" in JScript? Thanks for any reply. |
#2
|
|||
|
|||
Hi Morass,
It appears from a quick web search that jscript doesn't have built-in message box functionality. The easiest way to create message box functionality from within SecureCRT would be to use the built-in 'Dialog' object. An example of this would be: Code:
crt.Dialog.MessageBox("Da") Does this information help out? |
#3
|
|||
|
|||
Yes, thank you for your answer.
|
![]() |
Thread Tools | |
Display Modes | Rate This Thread |
|
|