1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162
|
<html>
<body>
jason
this is testing for wild loose commas , ,
$100
This is the bar way.
This is $bar.
This is the if.
#set $foo = "bar"
$foo => bar
$foo; => bar;
$foo. => bar.
$foo.. => bar..
$foo/ => bar/
$foo" => bar"
$foo\ => bar\
$foo< => bar<
\$foo- => $foo-
\$fooo+ => $fooo+
\$foo-x => $foo-x
$foo$ => bar$
jon
nothing here
function preload(imgObj,imgSrc)
{
if (document.images)
{
eval(imgObj+' = new Image()')
eval(imgObj+'.src = "'+imgSrc+'"')
}
}
function changeImage(layer,imgName,imgObj)
{
if (document.images)
{
if (document.layers && layer!=null) eval('document.'+layer+'.document.images["'+imgName+'"].src = '+imgObj+'.src')
else document.images[imgName].src = eval(imgObj+".src")
}
}
<!-- This is an HTML comment -->
$provider2.Title
x
x
<input type="text" name="email" value="">
<input type="text" name="email" value="">
lunatic
lunatic
crocodile hunter!
<!-- look here -->
lunatic
jason
jason
This is a property that returns a boolean
value of true.
This expression is always (true).
Foreach with a variable.
This is ArrayList element 1.
This is ArrayList element 2.
This is ArrayList element 3.
This is ArrayList element 4.
Foreach with an array.
<table>
<tr>
<td>This is first element</td>
</tr>
<tr>
<td>This is second element</td>
</tr>
</table>
This is the vector element 1.
This is the vector element 2.
Foreach with a method.
This is ArrayList element 1.
This is ArrayList element 2.
This is ArrayList element 3.
This is ArrayList element 4.
$10.00
"this is great"
(this is also great)
This is the \#stuff and this
is the way \#to \#go.
this = that
I am a jason.
Yes the APL rules!
</body>
</html>
|