AppJet
My Apps
App Directory
Docs
Forum
Help
sign in
App:
jimmy.appjet.net
(by
jwm1103
)
Overview
Source
Docs
Comments (0)
Clone This App
view as plaintext
/* appjet:version 0.1 */
import
(
"
quickforms
"
)
;
if
(
request
.
path
=
=
"
/j
"
)
{
print
(
raw
(
"
CORRECT! <b>No One</b> is cooler than him!
"
)
)
;
}
if
(
request
.
path
=
=
"
/k
"
)
{
print
(
raw
(
"
Wrong!
"
)
)
;
print
(
"
"
)
;
print
(
new
QuickButton
(
"
Try Again
"
,
{
action
:
"
/
"
}
)
)
;
}
if
(
request
.
path
=
=
"
/
"
)
{
print
(
"
Who is cooler?
"
)
;
print
(
raw
(
"""
<div align = left><A href = "/j">Jimmy </a><div>
"""
)
)
;
print
(
raw
(
"""
<div align = right><a href = "/k"> Dad </a></div>
"""
)
)
;
print
(
raw
(
"""
<IMG SRC="http://www.myspacegeek.net/graphics/backgrounds/2/SMILE.jpg" align = left width = 100 length = 100>
"""
)
)
}
© Copyright 2007-2008 AppJet Inc.