PDA

View Full Version : How can one make a button so you have to double click to open it?



azuredreams
October 27th, 2002, 18:13
I wan't to make a button on my site so you have to double click it to open it I've looked everywhere I can't find out how?
Someone please help me. I would really appriciate it! :confused:

Joshwang
October 28th, 2002, 06:32
ondblclick="blah()"

azuredreams
October 28th, 2002, 16:51
Thank a lot I really appriciate it:smile:

azuredreams
October 28th, 2002, 16:55
Wait what do the () mean in the "blah()"
That must sound really stupid Im great at html but I just never new.

aphel aura
October 28th, 2002, 18:35
You put the parameters such as URL where you want your visitor to be redirected to after double-clicking your button inside the () thingy (well, depending on how you write your scripts). It's Javascripts BTW.

azuredreams
October 29th, 2002, 16:41
Thanks