Script Tags
Look at the source code, especially in the <head> section.
Script Tag Examples
-
JavaScript
ex: <script language=javascript> </script>
fJavaScriptAlert() -
JavaScript alert example.
-
JScript
ex: <script language=jscript> </script>
fJScriptAlert() -
JScript alert example.
-
VBScript
ex: <script language=jscript> </script>
fVBScriptMsgBox -
VBScript msg box example.