Hiya,
A site I need requires a check on the user when they click links which will take them to external websites (don't ask why, it just does..)
The client wants some sort of popup box which will then have "do you really want to go?" along with 2 buttons for yes or no.
Now I've done all this in the classic browser popup so far, as it degrades really gracefully to just leave the plan ahref links if JS is turned off. My question is... is there another way of doing this which is a little more funky than plain ol' crappy popups?
I've been experimenting with thickbox and some JQuery sliders but as soon as you disable Javascript
a) there is no "popup" b) even the link no longer points to where it was supposed to go thanks to the markup required to activate the no longer working "popup"
Any ideas or thoughts? :P