Jan 11, 2003 #1 tviman Programmer Jul 25, 2002 2,123 US The target spec has to be part of the variable value that the script reads. There's always a better way...
The target spec has to be part of the variable value that the script reads. There's always a better way...
Jan 12, 2003 #2 tanderso IS-IT--Management Aug 9, 2000 981 US Search for "a href" in your script. That's where the target needs to go. So if Code: <a href="$line[$i]"> , then Code: <a href="$line[$i]" target=_new> . Sincerely, Tom Anderson CEO, Order amid Chaos, Inc. http://www.oac-design.com Upvote 0 Downvote
Search for "a href" in your script. That's where the target needs to go. So if Code: <a href="$line[$i]"> , then Code: <a href="$line[$i]" target=_new> . Sincerely, Tom Anderson CEO, Order amid Chaos, Inc. http://www.oac-design.com
Jan 12, 2003 #3 moirakris Technical User Oct 11, 2002 82 Oh thank you! Worked like a charm. (= Moira "Those that stop learning, stop living." Upvote 0 Downvote