PDA

View Full Version : Inserting links in pop-ups


crazyshaun
12-13-2005, 12:31 PM
Is there a way that i could put a link in to a pop up on the events. So people can be contacted for that event?

ve9gra
12-14-2005, 06:47 AM
Absolutely. You can use a properly formatted <a href> tag so that you can customize the text displayed, or if the option to parse HTML is enabled, you can just enter a URL and it will be converted to a link automatically.

If you're going to pass GET arguments in your link (having a "?" in your URL), make sure that XSS (Cross Site Scripting) protection is disabled.