Renegade Public Forums
C&C: Renegade --> Dying since 2003™, resurrected in 2024!
Home » General Discussions » General Discussion » Task for HTML people
Task for HTML people [message #44866] Tue, 02 September 2003 16:28 Go to next message
Nodbugger is currently offline  Nodbugger
Messages: 976
Registered: February 2003
Karma: 0
Colonel
If I wanted to make a link that opened up "My Computer" how would I do that? Mostly what would be the C:/ for "My computer".

http://www.n00bstories.com/image.fetch.php?id=1129285834
Task for HTML people [message #44879] Tue, 02 September 2003 16:43 Go to previous messageGo to next message
General Havoc is currently offline  General Havoc
Messages: 1564
Registered: February 2003
Location: Birmingham, England, Unit...
Karma: 0
General (1 Star)
Try this:

<iframe src="C:\" width="100%" height="50%"></iframe>


Visit my website at http://renhelp.laeubi-soft.de powered by laeubi.de
"SHUT UP AND MOD" - Dante
"ACK is the Simon Cowell of modding" - Ultron10
Scripts.dll Debugger, Map Scripter and Tutorial writer

Computer Science Bsc
Aston University in Birmingham, UK
Task for HTML people [message #44887] Tue, 02 September 2003 16:51 Go to previous messageGo to next message
Sir Phoenixx is currently offline  Sir Phoenixx
Messages: 2510
Registered: February 2003
Location: Behind You!
Karma: 0
General (2 Stars)

Just create the link as you would a HTTP link...

<html>
<head>
<title>test</title>
</head>
<body>

<a href="c:\">C drive</a>

</body>
</html>


Load the above in notepad, save it and try it out in IE.


.:Red Alert: A Path Beyond Modeler:.
E-mail: sirphoenixx@gmail.com
AIM: Sir Phoenixx
ICQ: 339325768
MSN: sirphoenixx@hotmail.com
Yahoo: sirphoenix86
If anyone needs any help with using 3dsmax, or gmax feel free to contact me.

My Gallery: sir-phoenixx.deviantart.com/gallery
Task for HTML people [message #44889] Tue, 02 September 2003 16:57 Go to previous messageGo to next message
Nodbugger is currently offline  Nodbugger
Messages: 976
Registered: February 2003
Karma: 0
Colonel
Well more importantly what is the path to my computer. Not the C drive but actual my computer. Same with Network places and recylcle bin.

http://www.n00bstories.com/image.fetch.php?id=1129285834
Task for HTML people [message #44890] Tue, 02 September 2003 17:01 Go to previous messageGo to next message
Nodbugger is currently offline  Nodbugger
Messages: 976
Registered: February 2003
Karma: 0
Colonel
Well Im trying to make an active desktop. And when I make my desktop an html file the icons on my desktop have a white backgorund instea dof tranparent. And I dont know how to get rid of that. If I can do that that would also be great.

http://www.n00bstories.com/image.fetch.php?id=1129285834
Task for HTML people [message #44892] Tue, 02 September 2003 17:02 Go to previous messageGo to next message
xSeth2k2x is currently offline  xSeth2k2x
Messages: 285
Registered: July 2003
Location: In my room in the chair
Karma: 0
Recruit
<div align="center">
  <table width="75%" border="1" height="231">
    <tr> 
      <td height="17"> 
        <div align="center"><font face="Verdana, Arial, Helvetica, sans-serif">C:/ 
          Drive</font></div>
      </td>
    </tr>
    <tr> 
      <td><iframe src="C:\" width="100%" height="99%"></iframe></td>
    </tr>
  </table>
</div>


Farewell.
http://www.multec.com/case9studios/sigs/case9_seth_signature.jpg
Task for HTML people [message #44893] Tue, 02 September 2003 17:09 Go to previous messageGo to next message
Sir Phoenixx is currently offline  Sir Phoenixx
Messages: 2510
Registered: February 2003
Location: Behind You!
Karma: 0
General (2 Stars)

Nodbugger

Well more importantly what is the path to my computer. Not the C drive but actual my computer. Same with Network places and recylcle bin.


Why don't you just use the shortcut icons that are already on the desktop?


.:Red Alert: A Path Beyond Modeler:.
E-mail: sirphoenixx@gmail.com
AIM: Sir Phoenixx
ICQ: 339325768
MSN: sirphoenixx@hotmail.com
Yahoo: sirphoenix86
If anyone needs any help with using 3dsmax, or gmax feel free to contact me.

My Gallery: sir-phoenixx.deviantart.com/gallery
Task for HTML people [message #44896] Tue, 02 September 2003 17:16 Go to previous messageGo to next message
Nodbugger is currently offline  Nodbugger
Messages: 976
Registered: February 2003
Karma: 0
Colonel
Sir Phoenixx

Nodbugger

Well more importantly what is the path to my computer. Not the C drive but actual my computer. Same with Network places and recylcle bin.


Why don't you just use the shortcut icons that are already on the desktop?

Well if I cant do the thing in the list then I just want to make the background of my icons are transparent. Because with html desktopsi dont know how to do it


http://www.n00bstories.com/image.fetch.php?id=1129285834
Task for HTML people [message #45174] Wed, 03 September 2003 21:01 Go to previous messageGo to next message
djlaptop is currently offline  djlaptop
Messages: 160
Registered: February 2003
Location: Hollywood, CA, USA
Karma: 0
Recruit
You can not make a link to "My Computer" because it is not a physical location on your hard drive. Even within Windows, if you try to create a Windows Shortcut to "My Computer" the next button is grayed out. My Computer is a virtual location that displays all your storage devices.

http://i38.tinypic.com/2hcltp1.gif
Task for HTML people [message #45183] Wed, 03 September 2003 23:00 Go to previous messageGo to next message
Duke of Nukes is currently offline  Duke of Nukes
Messages: 453
Registered: February 2003
Location: Denver, Colorado
Karma: 0
Commander

you cannot create a link to "my computer". any of the drives can be done, why would you want to do my computer anyways, you cant delete it from your desktop, and the only reason I could see you wanting to do this is to set your desktop as a html

I dont care if you write me a letter
I dont care what you say to me no more
All I got is trash left at my door
What you have dont worry me, worry me now more
- Calvin Baty, Craving Theo

What have I become?
My sweetest friend
Everyone I know
Goes away in the end
You could have it all
My empire of dirt
I will let you down
I will make you hurt
- Trent Reznor, NIN
Task for HTML people [message #45208] Thu, 04 September 2003 05:27 Go to previous messageGo to next message
Sir Phoenixx is currently offline  Sir Phoenixx
Messages: 2510
Registered: February 2003
Location: Behind You!
Karma: 0
General (2 Stars)

Duke of Nukes

you cannot create a link to "my computer".


djlaptop already explained that creating an HTML link to My Computer cannot be done.

Duke of Nukes

why would you want to do my computer anyways, you cant delete it from your desktop

Actually, you can choose to not display or disable the My Computer shortcut from the desktop.

Duke of Nukes

and the only reason I could see you wanting to do this is to set your desktop as a html

You don't pay any attention at all or read any of the posts to a thread before yours do you? He already explained that he wanted to create an active desktop in his second reply.

Nodbugger

Well Im trying to make an active desktop. And when I make my desktop an html file the icons on my desktop have a white backgorund instea dof tranparent. And I dont know how to get rid of that. If I can do that that would also be great.


.:Red Alert: A Path Beyond Modeler:.
E-mail: sirphoenixx@gmail.com
AIM: Sir Phoenixx
ICQ: 339325768
MSN: sirphoenixx@hotmail.com
Yahoo: sirphoenix86
If anyone needs any help with using 3dsmax, or gmax feel free to contact me.

My Gallery: sir-phoenixx.deviantart.com/gallery
Re: Task for HTML people [message #45417] Thu, 04 September 2003 19:03 Go to previous message
Hellweed is currently offline  Hellweed
Messages: 67
Registered: February 2003
Karma: 0
Recruit
Nodbugger

If I wanted to make a link that opened up "My Computer" how would I do that? Mostly what would be the C:/ for "My computer".

You could always create a folder/DIR called C:\MyComputer\ and fake the functionality by putting a bunch of shortcuts to your drives in there. Then point your HTML there instead.


http://www.ozclan.com/forums/images/smiles/cig.gif
http://www.ozclan.com/images/ozbutton.jpg
Previous Topic: 2 Questions.
Next Topic: do you know if there is a download for the serverside?
Goto Forum:
  


Current Time: Sun Apr 28 00:22:09 MST 2024

Total time taken to generate the page: 0.00904 seconds