answersLogoWhite

0

Yes. Just create a VBScript function/sub in the same document, and since it would be a member of the window object, Javascript would also be able to call it, like so: <script language='vbscript'>

sub test()

alert("test")

end sub

</script>

<script language='javascript'>

test();

</script>

User Avatar

Wiki User

17y ago

Still curious? Ask our experts.

Chat with our AI personalities

RafaRafa
There's no fun in playing it safe. Why not try something a little unhinged?
Chat with Rafa
ProfessorProfessor
I will give you the most educated answer.
Chat with Professor
CoachCoach
Success isn't just about winning—it's about vision, patience, and playing the long game.
Chat with Coach

Add your answer:

Earn +20 pts
Q: Can you program something in Javascript that starts a VBScript?
Write your answer...
Submit
Still have questions?
magnify glass
imp