Published 17 years 7 months ago • Last updated March 22, 2025 • ⏱️ < 1 min read
Whilst hacking away in javascript I was experimenting with various things and I thought of a problem which would make a good challenge.
The idea was to produce some vbscript which executed the msgbox function without using parenthesis but the trick was not to raise a syntax error in javascript when parsing the code. I found a cool solution to this but lets see what you can come up with. Here are the main rules:-
In order to win the challenge you must provide the correct code which executes within the following tags:-
<pre lang="vbscript"> <script type="text/vbscript"> Your vbscript code here </script> <script type="text/javascript"> Your javascript code here </script> </pre>