I have the code below in a .php file on my site. I would like to be able to type the link to the .php file in the address bar, and for the php script to run on the current page. How could I do this? PHP File:
<SCRIPT language=JavaScript>
javascript:document.body.contentEditable='true'; document.designMode='on';void(0)
</script>