<%@ LANGUAGE=VBScript %> <% OPTION EXPLICIT %> <% Dim sMessage Dim bIncludeJavaScript sMessage = "Hello World" 'This is the message to be displayed 'Getting a request value that defines if the javascript part should be included bIncludeJavaScript = FALSE If (Request("withJavaScript") = "Y") Then bIncludeJavaScript = TRUE End If %> Hello World

Hello World HTML

HELLO HELLO HELLO