[Pro] open directory listing in new window

I am creating a customer login section for my client and basically when logged in they can view directory listings in an iframe controlled by buttons on the page.

If you use the following login you will see what i mean
User: demo1
Pass: demo12

the directory listings are mainly pdfs and i want them to open in a new window rather than in the iframe when clicked.

Is there anything i can do to make this happen?

Hope i’ve posted this in the right section too?

Many thanks,

Adam

http://www.truemanswindows.co.uk/login.html


dynamo mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Sorry i think i should add a further explanation to this.
I know that you can right click on the link and open in a new tab/window etc but is there a way to do this automatically or is right clicking the only option?

Thanks,

Adam


dynamo mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

If you are not using a Strict doctype, you can add the Target: _blank attribute to the link that you want to have open the new window. You may also use Spawn New Window or Link to New Window for the same thing, in any doctype.

Walter

On Feb 20, 2013, at 8:04 AM, Adam Bullen wrote:

Sorry i think i should add a further explanation to this.
I know that you can right click on the link and open in a new tab/window etc but is there a way to do this automatically or is right clicking the only option?

Thanks,

Adam


dynamo mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options


dynamo mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Hi Walter,

This could be me being thick but this is nothing i can control in Freeway i don’t think?

Basically the iframe just shows the contents of a folder on the server. I have applied css to the folder online to style the directory listing. The folders contain a variety of pdfs which when clicked i want to open in a new window rather than in the iframe. Is there anything i can add to the directory to make it do this?

Thanks

Adam


dynamo mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Oh, I get you. You don’t set this in the iframe Action per se, but you set it in the page that you display in the iframe. The directory listing – is that just the one that Apache gives you for free? The ugly one? You might want to hunt around for a better auto-index script and use that instead. That will give you the control you need to craft the URLs for the file links.

Walter

On Feb 20, 2013, at 9:21 AM, Adam Bullen wrote:

Hi Walter,

This could be me being thick but this is nothing i can control in Freeway i don’t think?

Basically the iframe just shows the contents of a folder on the server. I have applied css to the folder online to style the directory listing. The folders contain a variety of pdfs which when clicked i want to open in a new window rather than in the iframe. Is there anything i can add to the directory to make it do this?

Thanks

Adam


dynamo mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options


dynamo mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options