alainp: -------------------------------------------------------------------------------- hello excuse my English, I use google translator in extension text_to_url how to add target = "_blank" I do not know vbscript and I thank you --------------------------------------------------------------------------------
Hi, I don't use vbscript either, but if you want to modify that script to permanently target all links to _blank, you can change the line (ca. nr. 42): cite: -------------------------------------------------------------------------------- strList = strList & "<a href=""" & strLine & """>" & strLine & "</a>" & vbCrLf-------------------------------------------------------------------------------- to cite: -------------------------------------------------------------------------------- strList = strList & "<a href=""" & strLine & """ target=""_blank"">" & strLine & "</a>" & vbCrLf -------------------------------------------------------------------------------- hth, vbr -- <http://forum.pspad.com/read.php?2,56339,56345> PSPad freeware editor http://www.pspad.com
