|
|
RUMBURAK'S HOME PAGEI'm just a simple man trying to make my way through the universe |
| about | tests | tools | articles | links | news | contact | blog | guestbook | homepage |
There are three places to put the javascript code in HTML document
first is in the head section that is executed in the beginning : (see above)
then inside the body of HTML document just below these letters :
and outside of the document :
It is possible to input octal as \150\145\141\144 = head ( here \41 is octal not decimal \41=\041)
the decimals are as body = body
the hexadecimals are as \x6f\x75\x74 = out
Open that window| |home page| |
|
|