Velocity Reviews

Velocity Reviews (http://www.velocityreviews.com/forums/index.php)
-   HTML (http://www.velocityreviews.com/forums/f31-html.html)
-   -   How to using html to launch Directory browser (http://www.velocityreviews.com/forums/t588464-how-to-using-html-to-launch-directory-browser.html)

moonhk 01-31-2008 04:37 AM

How to using html to launch Directory browser
 
Hi Reader

Do you know how to using html to launch defined directory
browser(Window My Computer)

e.g. When click the link (c:\temp) , launch the browser with "c:\temp"

rf 01-31-2008 05:55 AM

Re: How to using html to launch Directory browser
 

"moonhk" <moonhkt@gmail.com> wrote in message
news:ba58ceb7-363e-4e24-bd9c-ba0c29f30741@e23g2000prf.googlegroups.com...
> Hi Reader
>
> Do you know how to using html to launch defined directory
> browser(Window My Computer)
>
> e.g. When click the link (c:\temp) , launch the browser with "c:\temp"


<a href="file://c:/temp">open</a> with certain security restrictions but,
why? What does this do for your viewer?

--
Richard.



Harlan Messinger 01-31-2008 03:03 PM

Re: How to using html to launch Directory browser
 
rf wrote:
> "moonhk" <moonhkt@gmail.com> wrote in message
> news:ba58ceb7-363e-4e24-bd9c-ba0c29f30741@e23g2000prf.googlegroups.com...
>> Hi Reader
>>
>> Do you know how to using html to launch defined directory
>> browser(Window My Computer)
>>
>> e.g. When click the link (c:\temp) , launch the browser with "c:\temp"

>
> <a href="file://c:/temp">open</a> with certain security restrictions but,
> why? What does this do for your viewer?


It's kind of like wanting to have buttons on your TV that allow you to
operate your remote control.

Blinky the Shark 01-31-2008 08:17 PM

Re: How to using html to launch Directory browser
 
Harlan Messinger wrote:

> rf wrote:
>> "moonhk" <moonhkt@gmail.com> wrote in message
>> news:ba58ceb7-363e-4e24-bd9c-ba0c29f30741@e23g2000prf.googlegroups.com...
>>> Hi Reader
>>>
>>> Do you know how to using html to launch defined directory
>>> browser(Window My Computer)
>>>
>>> e.g. When click the link (c:\temp) , launch the browser with "c:\temp"

>>
>> <a href="file://c:/temp">open</a> with certain security restrictions
>> but, why? What does this do for your viewer?

>
> It's kind of like wanting to have buttons on your TV that allow you to
> operate your remote control.


That would be handy when you can't find the remote. ;)

--
Blinky
Killing all posts from Google Groups
The Usenet Improvement Project: http://improve-usenet.org
Blinky: http://blinkynet.net


Phil Kempster 01-31-2008 09:52 PM

Re: How to using html to launch Directory browser OT
 
Blinky the Shark wrote:
> Harlan Messinger wrote:
>
>> rf wrote:
>>> "moonhk" <moonhkt@gmail.com> wrote in message
>>> news:ba58ceb7-363e-4e24-bd9c-ba0c29f30741@e23g2000prf.googlegroups.com...
>>>> Hi Reader
>>>>
>>>> Do you know how to using html to launch defined directory
>>>> browser(Window My Computer)
>>>>
>>>> e.g. When click the link (c:\temp) , launch the browser with "c:\temp"
>>> <a href="file://c:/temp">open</a> with certain security restrictions
>>> but, why? What does this do for your viewer?

>> It's kind of like wanting to have buttons on your TV that allow you to
>> operate your remote control.

>
> That would be handy when you can't find the remote. ;)
>


I tried to get a dial tone on my remote the other day ;-{

--
Phil Kempster
http://kempster.info

Blinky the Shark 01-31-2008 10:51 PM

Re: How to using html to launch Directory browser OT
 
Phil Kempster wrote:

> Blinky the Shark wrote:
>> Harlan Messinger wrote:
>>
>>> rf wrote:
>>>> "moonhk" <moonhkt@gmail.com> wrote in message
>>>> news:ba58ceb7-363e-4e24-bd9c-ba0c29f30741@e23g2000prf.googlegroups.com...
>>>>> Hi Reader
>>>>>
>>>>> Do you know how to using html to launch defined directory
>>>>> browser(Window My Computer)
>>>>>
>>>>> e.g. When click the link (c:\temp) , launch the browser with "c:\temp"
>>>> <a href="file://c:/temp">open</a> with certain security restrictions
>>>> but, why? What does this do for your viewer?
>>> It's kind of like wanting to have buttons on your TV that allow you to
>>> operate your remote control.

>>
>> That would be handy when you can't find the remote. ;)

>
> I tried to get a dial tone on my remote the other day ;-{


That's not so bad;l I hate it when mine gives me a busy signal.


--
Blinky
Killing all posts from Google Groups
The Usenet Improvement Project: http://improve-usenet.org
Blinky: http://blinkynet.net


moonhk 02-01-2008 12:53 AM

Re: How to using html to launch Directory browser OT
 
On 2$B7n(B1$BF|(B, $B>e8a(B6$B;~(B51$BJ,(B, Blinky the Shark <no.s...@box.invalid> wrote:
> Phil Kempster wrote:
> > Blinky the Shark wrote:
> >> Harlan Messinger wrote:

>
> >>> rf wrote:
> >>>> "moonhk" <moon...@gmail.com> wrote in message
> >>>>news:ba58ceb7-363e-4e24-bd9c-ba0c29f30741@e23g2000prf.googlegroups.com...
> >>>>> Hi Reader

>
> >>>>> Do you know how to using html to launch defined directory
> >>>>> browser(Window My Computer)

>
> >>>>> e.g. When click the link (c:\temp) , launch the browser with "c:\temp"
> >>>> <a href="file://c:/temp">open</a> with certain security restrictions
> >>>> but, why? What does this do for your viewer?
> >>> It's kind of like wanting to have buttons on your TV that allow you to
> >>> operate your remote control.

>
> >> That would be handy when you can't find the remote. ;)

>
> > I tried to get a dial tone on my remote the other day ;-{

>
> That's not so bad;l I hate it when mine gives me a busy signal.
>
> --
> Blinky
> Killing all posts from Google Groups
> The Usenet Improvement Project:http://improve-usenet.org
> Blinky:http://blinkynet.net- $Bp,i6Ho0zMQJ8;z(B -
>
> - $Bp}<(Ho0zMQJ8;z(B -


Thank It works.
I write a html file for playing some mp3 file or other documents, also
want to show the file location.
Also want highlight the selected file name in directory.

Ed Mullen 02-01-2008 02:58 AM

Re: How to using html to launch Directory browser
 
moonhk wrote:
> Hi Reader
>
> Do you know how to using html to launch defined directory
> browser(Window My Computer)
>
> e.g. When click the link (c:\temp) , launch the browser with "c:\temp"


What are you really trying to do? In detail, step by step, what are you
doing, what is happening that is other than you would like to have happen?

--
Ed Mullen
http://edmullen.net
http://mozilla.edmullen.net
http://abington.edmullen.net
Get your facts first, and then you can distort them as much as you
please. - Mark Twain

Adrienne Boswell 02-01-2008 08:52 AM

Re: How to using html to launch Directory browser OT
 
Gazing into my crystal ball I observed Phil Kempster <phil@kempster.info>
writing in news:13q4gogrr6esiac@corp.supernews.com:

> I tried to get a dial tone on my remote the other day ;-{
>


What I need is a "find the remote" button on my cable box. I lost my
remote two months ago, and I _still_ can't find it. Eh, it's a good thing
- I get more work done.

--
Adrienne Boswell at Home
Arbpen Web Site Design Services
http://www.cavalcade-of-coding.info
Please respond to the group so others can share


Els 02-01-2008 08:55 AM

Re: How to using html to launch Directory browser OT
 
Adrienne Boswell wrote:

> What I need is a "find the remote" button on my cable box. I lost my
> remote two months ago, and I _still_ can't find it.


You have young kids, right? Try their toy boxes. (found my mobile
there once..)

> Eh, it's a good thing - I get more work done.


In which case, don't look in the toy boxes :-)

--
Els http://locusmeus.com/


All times are GMT. The time now is 11:43 AM.

Powered by vBulletin®. Copyright ©2000 - 2013, vBulletin Solutions, Inc.
SEO by vBSEO ©2010, Crawlability, Inc.


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57