You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to dirhtml discussion group
Hi All,
Just found this software. Thanks in advance for making it public.
What I would like to know is how to have the links load in a new page
when clicked.
I know that by adding target="_blank" to the link in the index file
will do this but is there a way for the software to be configured to
do this when it builds the file?
Sorry if this is not the right place to ask this
Thanks in advance
dirhtml
unread,
Nov 16, 2010, 11:12:55 AM11/16/10
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to dirhtml discussion group
This is the right place to ask dirhtml questions.
Add a /FILE_HREF_APPEND section to the dirhtml script.
For example:
/FILE_HREF_APPEND
target="_new"
For documentation, look at the Scripts: Links help page.