Forum Moderators: not2easy

Message Too Old, No Replies

Looking For CSS equivalent of Javascript Alert

         

BlackRaven

11:20 pm on Apr 26, 2007 (gmt 0)

10+ Year Member



I am trying to find a css equivalent of Javascript Alert (one that contains the OK And Cancel box), basically i am warning the user about the link and press ok to proceed or cancel to stop.

Dabrowski

11:32 pm on Apr 26, 2007 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



ok, I'm gonna assume you can code it, and give you the basics.

There isn't one. I don't think. But you can make a better popup with a little JS.

Have a hidden DIV which contains your message, an OK button which is the real link, and a cancel button.

When they click the link on the page, JS shows the hidden div. The cancel button on the div hides itself.