Array.At(0,0)&" "&Array.At(1,0)&" "&Array.At(2,0)&" "&Array.At(3,0)&" "&"<a href="&Array.At(4,0)&">"&Array.At(4,0)&"</a>"
Creates the text properly, then codes the link. Link opens inside the iframe.
Unfortunately, this isn't what I need.
I'm trying to embed links after someone posts a message.
If they type "@whomever", that would be an internal link (not a webpage) and switch to a layout, call a php for that user and then show his profile(easy stuff).
Unless I've missed something about iframes, they are good for web links and videos.
Is that wrong? If so, any idea if anyone's done a tutorial on any of this?