Hello,

Do you know if it is possible to call a Javascript function from a browser URL?


I have a javascript function which im trying to run and I want to be able to enter it in the address bar and run it..

I have it working when you click on a link using the 'onClick' event but I want to be able to put the 'onClick' event in the browser URL address bar and run the function.

Does anyone know how to do this?

Thanks.