Results 1 to 6 of 6

Thread: [RESOLVED] No VBScript code working (browser scripting is enabled)...

Threaded View

  1. #1

    Thread Starter
    Hyperactive Member deathfxu's Avatar
    Join Date
    Mar 2009
    Location
    USA
    Posts
    279

    Resolved [RESOLVED] No VBScript code working (browser scripting is enabled)...

    Code:
    <html>
    <head>
    <title>Site under maintenance</title>
    </head>
    
    <script type="text/vbscript"><!--
    Msgbox "test"
    // --></script>
    
    <frameset rows="1,*" frameborder=0 framespacing=0 border=0>
    <frame name="alpha" src="about:blank">
    <frame name="beta" src="about:blank">
    </frameset>
    <noframes>
    <body>Your browser does not support frames.</body>
    </noframes>
    </html>
    The msgbox won't appear in either of the browsers I use (Chrome & Firefox).
    Last edited by deathfxu; Sep 5th, 2009 at 04:29 PM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width