Can I make a window with a mousemove code like
line -(currentx,currenty)-(x,y) that will work on a regular webpage without any server-side stuff? Any info will be helpfull.
JoeyO
Printable View
Can I make a window with a mousemove code like
line -(currentx,currenty)-(x,y) that will work on a regular webpage without any server-side stuff? Any info will be helpfull.
JoeyO
I promise I won't bring this up again if I don't get a response, but I thought I'd give it one more chance seeing that I've wondered about it for so long.Any Info?
Joey o
If you don't want any server-side scripting (which obviously you don't because the server doesn't know where your mouse is pointing) then you should probably use javascript. Try the new javascript forum. Not many responses there mind. You could try the codeguru discussions at (www.codeguru.com) because I think they have a javascript forum. There's probably more javascript programmers there.
Use an activeX control, write a usercontrol that can do this and compile it, then find out it's GUID by putting one on a blank form and saving, then loading the .frm file into a text editor, the wierd looing thing with leddert, numbers and -s is the GUID, I can'tremember how to put this on a webpage but it's probably just an HTML tag, someone on this site will tell you.