HTML Question

S

silky62678

Guest
Im making a HTML file for my desktop background "active desktop"
I would like to make all links instead of having icons. The trouble im having is making a link for "My Computer, and My Network places. Those 2 places im not able to make a link for.
Sample
<a href="C:\Documents and Settings\rroberson\My Documents\Security">Security</a><br>
That is the code for my Security link. When i put my computer in it, it doesnt work, any ideas?
 
try...

<a href="explorer C:\Documents and Settings\rroberson\My Documents\Security">Security</a><br>
 
Nope, that does nothing. You have to place file:///C:\windows\explorer.exe C:\[...] (note the 3 (three) '/') and that will just call up the 'Security' folder in My Documents. To call for the My Computer, hmm, I don't know. I do know that explorer uses special identifiers for special 'folders' like My Computer, but I don't know what they are.
 
Originally posted by Glaanieboy
Nope, that does nothing. You have to place file:///C:\windows\explorer.exe C:\[...] (note the 3 (three) '/') and that will just call up the 'Security' folder in My Documents. To call for the My Computer, hmm, I don't know. I do know that explorer uses special identifiers for special 'folders' like My Computer, but I don't know what they are.
YEah, i guess that's the real question. I normally copy the path, but "My Computer" the path is alittle different....Any ideas
 
ok, does anyone know what folder the main My computer.exe is located?
 
There is no My Computer exe.

Make the link do this:

<a href="My Computer">My Computer</a>

I dont think this would work, butif you find a way to call iexplore.exe then you would have to set the status bar to My Computer and it would be able to go to My Computer or should do.
 
It's not present anywhere. It's like a part of the explorer.exe file (just like you have different command-line options like copy/s), but I don't know how to access it.
 

Members online

No members online now.

Latest profile posts

Also Hi EP and people. I found this place again while looking through a oooollllllldddd backup. I have filled over 10TB and was looking at my collection of antiques. Any bids on the 500Mhz Win 95 fix?
Any of the SP crew still out there?
Xie wrote on Electronic Punk's profile.
Impressed you have kept this alive this long EP! So many sites have come and gone. :(

Just did some crude math and I apparently joined almost 18yrs ago, how is that possible???
hello peeps... is been some time since i last came here.
Electronic Punk wrote on Sazar's profile.
Rest in peace my friend, been trying to find you and finally did in the worst way imaginable.

Forum statistics

Threads
62,015
Messages
673,494
Members
5,621
Latest member
naeemsafi
Back