Hi, I'm new to this forum. My experience in Javascript is inferior. I'm asking for some advice here how to approach the following problem:
I want to click with the mouse pointer into a window (in which a web page currently is displayed) and pass the URL of this page as an argument for a subsequent Web page invocation.
During this procedure the cursor should take a
different shape, e.g. looking glasses or something. I also would like to embed the cursor shape into the javascript code to avoid lookup of a file which otherwise would have to be redistributed with the javascript code fragment.
Any suggestions?
I want to click with the mouse pointer into a window (in which a web page currently is displayed) and pass the URL of this page as an argument for a subsequent Web page invocation.
During this procedure the cursor should take a
different shape, e.g. looking glasses or something. I also would like to embed the cursor shape into the javascript code to avoid lookup of a file which otherwise would have to be redistributed with the javascript code fragment.
Any suggestions?