 |

nmnn
New User
Nov 5, 2006, 11:42 AM
Post #1 of 3
(829 views)
Shortcut
|
I have added: <!-- publish type="file_select" allowupload="yes" uploaddir="" allowremove="yes" name="File Upload/Selection"--><!-- --><!-- /publish --> Once they have uploaded the file I would like the link to open in a seperate "blank" window. How can I do this??
|
|
|  |
 |

ross
Staff
/ Moderator

Nov 16, 2006, 3:29 PM
Post #2 of 3
(761 views)
Shortcut
|
Hi there. Thanks for posting and welcome to the board! When you are adding PML tags to your pages like this, Page Publisher will actually still honor any attributes you have in your HTML tags so what you would want to do is put a dummy link tag between your publish tags like this:
<!-- publish type="file_select" allowupload="yes" uploaddir="" allowremove="yes" name="File Upload/Selection"--> <a href="#" target="blank"></a> <!-- /publish --> And that should get you going. Give this a shot and let me know how you make out . ----------------------------------------------------------- Cheers, Ross Fairbairn - Product Specialist support@interactivetools.com
Hire me! Save time by getting our experts to help with your project. Template changes, advanced features, full integration, whatever you need. Whether you need one hour or fifty, get it done fast with Priority Consulting.
(This post was edited by ross on Nov 16, 2006, 3:30 PM)
|
|
|  |
 |

nmnn
New User
Nov 17, 2006, 6:36 AM
Post #3 of 3
(750 views)
Shortcut
|
Perfect that is exactly what I wanted to know!!
|
|
|  |
|