AppJet
My Apps
App Directory
Docs
Forum
Help
sign in
App:
docman-htmldoc1.appjet.net
(by
david
)
Overview
Source
Docs
Comments (0)
Clone This App
view as plaintext
/* appjet:version 0.1 */
print
(
DIV
(
{
className
:
"
funky
"
}
,
"
Frickin' laser beams.
"
)
)
;
/* appjet:css */
.funky
{
border
:
2px
dashed
red
;
color
:
green
;
text-align
:
center
;
font-size
:
200%
;
background
:
#ffc
;
}
/* appjet:client */
alert
(
"
Prepare yourself for my funky page!
"
)
;
/* appjet:server */
printp
(
"
And sharks.
"
)
;
© Copyright 2007-2008 AppJet Inc.