Computer Hope

Internet & Networking => Web design => Topic started by: x0000grb on October 12, 2011, 06:30:35 PM

Title: Link from HTML to folder on server
Post by: x0000grb on October 12, 2011, 06:30:35 PM
I have a folder containing 200 .jpg photos on web server which I want to link to from HTML on webpage and open it with Windows Picture and fax viewer; Windows XP service pack 3. Need <a href="..."> and related code to invoke app. Thanks.
Title: Re: Link from HTML to folder on server
Post by: Geek-9pm on October 12, 2011, 08:55:50 PM
Welcome!
Computer Hope is the number one location for free computer help.
The forum will help everyone with all computer questions.

In HTML the browser is the default application for viewing JPG images.

So you want a HTML code that will invoke an application to view the images? I think That would require an object that is not part of HTML.

One method is to use javascript to open an application on the local machine. Would that be what you want?
Google: Javascript to open application