Click to See Complete Forum and Search --> : Moving "Click Here" button
elvis
03-07-2003, 09:05 AM
Does anybody know where I can find the script for the "Click Here" button, and when you put your mouse over it it moves round the screen and you can never "Click Here".
Desperate for this for a web page where I'm trying to wind some students up with a promise of answers to exam questions - guess what, they won't be able to "Click here".
Thanks for any help.
PeOfEo
03-07-2003, 07:22 PM
Do it with flash. Ill look for some dhtml that I think can do it but I have seen it done with flash.
PeOfEo
03-07-2003, 07:37 PM
That is awesome but I managed to click it 2 times lol. I have a stratagy of right clicking then clicking the button and I can catch it
Originally posted by Dave Clark
I'll tweek it later.
LOL... "tweak" you mean? :p
Hey, would you mind if I showed you a little something that has to do with English/grammar? Periods and commas always go inside of the quotes, while exclamation points and question marks always go outside of the quotes. Just thought you should know that. Only, it doesn't apply to programming, :D
Yah, I know, I'm sorry, I appologize. I have some spelling problems too (did I just spell "apologize" wrong?). I was just pointing something out to you, since most people never knew that they do go inside of the quotes. Actually no matter what the situation, the periods and commas go inside the quotes. I promise no longer to "pick" on people's grammar/spelling/English/etc. Please forgive me.
Ok I'll keep that in mind.
zapdos900
03-08-2003, 06:29 AM
:mad: Will you give it a rest?
PeOfEo
03-08-2003, 10:02 AM
Yea I cant seem to catch the darned thing anymore. Its just too fast. Like the sides will turn orange (on my vers of ie when you put your mouse over a button its sides turn orange) So I know I have my mose over it, but I never get the alert message... :( I end up hearding it into a courner then I cant click it because it jumps away.
2muchtime
03-08-2003, 02:52 PM
Hey, I just tested dave's little dhtml version and it doesn't even move in my browser. Im running safari on mac osx 10.2 if you want to know to make it more browser compatible. It's probably not that relevant though especially if you are going to use flash, but there it is anyway.
elvis
03-10-2003, 07:35 AM
Thank you all for your entries and efforts, especially you Dave.
Thats a good bit of code.
Is there any way of making it so that it appears in a set poistion on hte page when the page is first opened ? ie, so that I can put it in a relevant piece of text to start with and then the box moves away ??
Thnaks again...
elvis
03-10-2003, 08:34 AM
Once again, thank you.
This is how I've used it ;-
http://www.traffordsubaqua.freeserve.co.uk/questions2.html
Kelley Poulos
03-14-2003, 10:38 PM
Very fun button. I couldn't catch it with my mouse, but you can tab to it and hit enter. (Yes, I am a pre-mouse era user.) Is there a way to keep the button out of the "tab order"?
Maybe try onFocus of the button.
web-eagle
03-19-2003, 09:22 PM
I did manage to catch it, but not with the mouse, and not by tabbing.
Using the right click “method” mentioned above, you can click the button, but it doesn’t register. It does jump away before you can possibly double-click, but that one click is enough to give it focus, after which you can simply press the space bar.
This is a fun little doo-dad!