[thelist] Flash MX article

Richard Bennett richard.bennett at skynet.be
Tue Mar 5 05:56:01 CST 2002


Sorry, I was referring to this site:
http://reservations.broadmoor.com/index.cfm

<tip type="javascript">
In IE I have a handy little bookmarklet on my Links bar - all it does is
eval() what you enter in the input box.
I use it as calculator (25*36[enter]) or to check short bits of syntax, or
to extract info about the currently loaded page ( document.body.onload
[enter] - shows the code the onload() eventlistener calls)

This is all it is:

javascript: alert(eval(prompt("enter Javascript expression:.","")))

(the easiest way I found, is to drag some link to the linkbar, and then
paste the above in it's "properties" section, and change the name.

</tip>
----- Original Message -----
From: "Richard Bennett" <richard.bennett at skynet.be>




More information about the thelist mailing list