Jump to content

How To Call Vbscript Within Another Javascript Function


aspquestions

Recommended Posts

Hello,I need to call the following vbscript code from within another javascript function.This code has been taken from :http://blogs.technet.com/heyscriptingguy/archive/2004/08/16/how-can-i-give-a-user-a-yes-no-prompt.aspxand I will just be using it as a reference."intAnswer = _ Msgbox("Do you want to delete these files?", _ vbYesNo, "Delete Files")If intAnswer = vbYes Then Msgbox "You answered yes."Else Msgbox "You answered no."End If"How would I do that?

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...