This topic is locked

RTE hyperlinks in new window...

1/27/2006 8:51:17 PM
PHPRunner General questions
S
seb author

Hello,
Does anybody know where I can add a target="_blank" to the script that inserts a hyperlink in the RTE?

Since it is a javascript prompt with the CreateLink command, I can't figure it out.

It would be very practical. Thanks alot.
Seb

Sergey Kornilov admin 1/28/2006

Seb,
you can switch to "Source View" and modify HTML code manually adding target=_blank.

S
seb author 1/28/2006

Yes I know,
but once again, the whole purpose for me to use a content management system is for Joe anybody to use.

I like it fool proof.
Ok I found the solution. Since this rte script was written by kevin roth, I went and compared his current version of the script and I modified and added some functions in the richtext.js.
Is now working fine. It uses an extra popup window and a couple of functions to insert html links.
Thanks anyways