Task for HTML people [message #44866] |
Tue, 02 September 2003 16:28 |
|
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".
|
|
|
Task for HTML people [message #44879] |
Tue, 02 September 2003 16:43 |
|
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 #44892] |
Tue, 02 September 2003 17:02 |
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.
|
|
|
|
|
Task for HTML people [message #45174] |
Wed, 03 September 2003 21:01 |
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.
|
|
|
|
Task for HTML people [message #45208] |
Thu, 04 September 2003 05:27 |
|
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
|
|
|
|