isk8fororli
06-24-2003, 08:10 PM
I'd like to know if there's a fool proof way for using popups with only a link, not an image.
|
View Full Version : I need help for link pop-ups... isk8fororli 06-24-2003, 08:10 PM I'd like to know if there's a fool proof way for using popups with only a link, not an image. amicus 06-24-2003, 10:03 PM what do you mean by fool proof? 'cos there is no 100% way of getting your popups to pop up for everybody. anytime you push something off onto the client there's a potential of something going wrong. in this case the popup doesn't pop up. all the user has to do is turn off their javascript and the popup stops popping. most people don't do that but they have popup stoppers which stops only the popups not other javascripts. zangerbanger 06-24-2003, 10:27 PM Try these: http://www.magitek-designs.net/index.php?magitek=tutorials_popup Hope that helps :) ! amicus 06-24-2003, 10:54 PM you can always just target '_blank' that'll open in a new window. i'm not sure what you're trying to do. the target won't be using a javascript so you won't have any problems <a href="url" target="_blank">text here</a> isk8fororli 06-26-2003, 01:51 AM Wow, thanks for the suggestions! I got the pop-ups to work! :D |