View Full Version : Wishlist Addition
Pneumatus
20-Sep-2003, 03:09 PM
Can you please create another instance of HTML instance 1191:
<a href="%s">
Which is used for opening up extended info popups and further info links. I wish to have target="_blank" for further info but this causes the javascript popup code to fail.
Cheers
Hi Matt
If you want a further information page, have you tried using Product Details | General | File/URL? This will open a link in the same window.
Alternatively, if you want the extended info page layout, but in the same window, you could generate the popup page but without displaying a link. Then use a custom property with the popup page name as the value and create a flat link to this CUSTOMVAR in the ProductLine template.
Any good? If not, I'll put your request on the wishlist.
Ben
NormanRouxel
22-Sep-2003, 01:52 PM
If you want Information Link page to open in a new window then this seemingly incorrect URL entered into the File/URL field will do it:-
www.mysite.html" target="_blank
when Actinic expands that inside <a href="%s"> it gets the correct syntax. e.g.
<a href="www.mysite.html" target="_blank">
Norman
Pneumatus
22-Sep-2003, 02:26 PM
Ben, I want to be able to use both the Product Details | General | File/URL and the extended info popup but i want the File/URL extended link to appear in a new window.
Norman, thanks for the suggestion but I am using the File/URL field to specify a file on my local HD meaning that it will be uploaded by catalog. I guess i'm going to have to come up with another solution!
NormanRouxel
22-Sep-2003, 02:47 PM
Oopps. I forgot the http:// bit in the above post.
You could always enter the file name as
http://myserver.com/acatalog/myfile.html" target="_blank
and upload myfile.html via Advanced / Additional Files. This is fine if you only do this a few times but a pain if you've lots of such pages.
Norman
Pneumatus
22-Sep-2003, 02:59 PM
Thanks Norman, I had just though the same thing. It will probably suffice for a short-term solution until I can be bothered to work out something more permanent.
vBulletin® v3.8.4, Copyright ©2000-2012, Jelsoft Enterprises Ltd.