Right - third time lucky...
First of all, I tried to create several forms in Actinic, but got no answers, but was given advice from a professional web deisgner that it would be much quicker to use 'formmail.pl' which I've done and had results. Next, I asked if someone could point me in the right direction of pulling an external HTML page into the page layout itself - came to the conclusion that it'd make more sense to put the external form HTML into a pop up window (activated by a click, so it's not blocked...obivously). Now I got that the [LINK] doesn't work in the first version of version 8, so I found a way round that with other threads in this forum. Now that I've got the pop up window the right size, I'm getting not just the text for the link that is clicked, but Actinic has put "target="_self" before the link text.
The code I've got in the fragment page in the URL field for the link is:
A HREF="http://www.bwshop.co.uk/therapeutic/therapeutic.html" onClick="popup = window.open('http://www.bwshop.co.uk/therapeutic/therapeutic.html', 'PopupPage', 'height=450,width=500,scrollbars=yes,resizable=yes'); return false" target="_blank">
The code I've got in the fragment text is:
<actinic:variable name='LINK'/>
Any ideas on how to get rid of the "target="_self"??
First of all, I tried to create several forms in Actinic, but got no answers, but was given advice from a professional web deisgner that it would be much quicker to use 'formmail.pl' which I've done and had results. Next, I asked if someone could point me in the right direction of pulling an external HTML page into the page layout itself - came to the conclusion that it'd make more sense to put the external form HTML into a pop up window (activated by a click, so it's not blocked...obivously). Now I got that the [LINK] doesn't work in the first version of version 8, so I found a way round that with other threads in this forum. Now that I've got the pop up window the right size, I'm getting not just the text for the link that is clicked, but Actinic has put "target="_self" before the link text.
The code I've got in the fragment page in the URL field for the link is:
A HREF="http://www.bwshop.co.uk/therapeutic/therapeutic.html" onClick="popup = window.open('http://www.bwshop.co.uk/therapeutic/therapeutic.html', 'PopupPage', 'height=450,width=500,scrollbars=yes,resizable=yes'); return false" target="_blank">
The code I've got in the fragment text is:
<actinic:variable name='LINK'/>
Any ideas on how to get rid of the "target="_self"??
Comment