Quick HTML Question

Permabanned
Joined
22 Apr 2007
Posts
1,805
I've seen this done before but not sure how as I've never needed to know, but now I do :)

Click on an icon within a webpage and it will open an application, be it Word, Excel, etc.

Can someone give me some pointers?
 
Thats the thing. I don't want to link to a file as such, just the application. So when they click on the link it will open a blank word doc, etc.
 
ok, got it working.

What I've done is make a shortcut to word, etc from within my local root. This is a .ink file and I've called it word.ink.

Then just done this

<a href="links/Word.lnk"><img src="images/word.gif" border="0"></a>Microsoft Word<br>(Word Processor)
 
Back
Top Bottom