javascript one liner
-
[check](javascript:alert('check this out!');)
This leads to an error page. is it meant to do that or i tried something freaky? like.. [check](javascript:alert('check this out!');)
In the grand scheme of things, we're all pretty much blind and deaf. "Everything becomes a little different as soon as it is spoken out loud." –Hermann Hesse
-
[check](javascript:alert('check this out!');)
This leads to an error page. is it meant to do that or i tried something freaky? like.. [check](javascript:alert('check this out!');)
In the grand scheme of things, we're all pretty much blind and deaf. "Everything becomes a little different as soon as it is spoken out loud." –Hermann Hesse
IIRC Javascript is disabled intentionally to prevent naughty behaviour. More to the point why do you want to put some Javascript in a message?
Panic, Chaos, Destruction. My work here is done. Drink. Get drunk. Fall over - P O'H OK, I will win to day or my name isn't Ethel Crudacre! - DD Ethel Crudacre I cannot live by bread alone. Bacon and ketchup are needed as well. - Trollslayer Have a bit more patience with newbies. Of course some of them act dumb - they're often *students*, for heaven's sake - Terry Pratchett
-
IIRC Javascript is disabled intentionally to prevent naughty behaviour. More to the point why do you want to put some Javascript in a message?
Panic, Chaos, Destruction. My work here is done. Drink. Get drunk. Fall over - P O'H OK, I will win to day or my name isn't Ethel Crudacre! - DD Ethel Crudacre I cannot live by bread alone. Bacon and ketchup are needed as well. - Trollslayer Have a bit more patience with newbies. Of course some of them act dumb - they're often *students*, for heaven's sake - Terry Pratchett
Nagy Vilmos wrote:
More to the point why do you want to put some Javascript in a message?
I have no intentions of doing that.. No idea why i tried :confused: Got to figure out![^]
In the grand scheme of things, we're all pretty much blind and deaf. "Everything becomes a little different as soon as it is spoken out loud." –Hermann Hesse
-
[check](javascript:alert('check this out!');)
This leads to an error page. is it meant to do that or i tried something freaky? like.. [check](javascript:alert('check this out!');)
In the grand scheme of things, we're all pretty much blind and deaf. "Everything becomes a little different as soon as it is spoken out loud." –Hermann Hesse
Our system strips javascript. The link you've provided gets mangled to http://www.codeproject.com/Messages/4285967/java<!-- no -->script:alert('check this out!'); This is an illegal URL so our system just gives up and sends you to an error page.
cheers, Chris Maunder The Code Project | Co-founder Microsoft C++ MVP