Write VBScript inside <% ... %> tags, just like Classic ASP. Use Response.Write to output HTML. The editor has syntax highlighting and auto-closing brackets.
Click any sample button above the editor to load a ready-to-run snippet:
Each sample is a complete ASP page with comments, spacing, and the classic ASP pattern of mixing VBScript code blocks with HTML. Click any to explore:
Response.WriteRequest.QueryStringScripting.DictionaryTip: Samples use <%= expression %> to output values directly in HTML — no messy Response.Write for static markup!
The Request panel below the editor lets you set Request.Method, Request.QueryString, Request.Form, and Request.Cookies before running your code.
Response.Write outputThe editor content and request fields are automatically saved to localStorage and restored when you return.
This browser runner stubs out modules that depend on native libraries or OS features: POP3, IMAP, MSXML, CDO. The following work in full fidelity: Response, Request, Server, Session, Application, ADODB (SQLite), JSON, file system operations, zip, crypto (bcrypt), image (Pillow), PDF (fpdf2), and the VBScript VM interpreter.