13 lines
133 B
Plaintext
13 lines
133 B
Plaintext
|
<%@language=javas%>
|
||
|
<%
|
||
|
#include
|
||
|
function x() {
|
||
|
}
|
||
|
%>
|
||
|
<%@language=vbscript%>
|
||
|
<%
|
||
|
sub x 'comment
|
||
|
%>
|
||
|
<head>
|
||
|
<body></body>
|