FrontPage(XP) stupid Question [Archive] - SpeedGuide.net Broadband Community

View Full Version : FrontPage(XP) stupid Question


Islam
02-22-02, 04:34 PM
I wana upload a small program what to tool to use so when people click on my "download" text the download box pop-up to download that prob?

master7
02-22-02, 04:59 PM
Just use this HTML code:

<a href="program_to_download.zip">Description here</A>

Islam
02-22-02, 07:26 PM
?? the program on the desktop

Murman
02-22-02, 08:01 PM
master7:

What if the files on are on another partation.

Web server running default but files on say G:\drive\apps

I've tried it a bit and can't seem to get it to work. I did however find a feature in 2000 to "web share" the folder I have my apps in but havnt edited the html / links yet...

BOWTYE8
02-22-02, 08:43 PM
Islam,
I am interested in your topic but I dont get your question.
Maybe its me:(

Are you running both FTp and IIs via win XP?
I remember you wuestions about FTp a few weeks back.
bowtye

TonyT
02-22-02, 09:06 PM
The tool too use is an ftp client to upload the small program.

Are you asking about a specific tool in Front Page?

master7
02-22-02, 10:41 PM
Originally posted by Murman
master7:

What if the files on are on another partation.

Web server running default but files on say G:\drive\apps

I've tried it a bit and can't seem to get it to work. I did however find a feature in 2000 to "web share" the folder I have my apps in but havnt edited the html / links yet...

He never said that he was running it off of his own server. My advice would work if he set it up on a remote server, or a server with just one HD.

Islam
02-23-02, 04:39 AM
Like when you download something from there..
www.speedguide.net/Cable_modems/cable_patches.shtml

I wana post an image like this then when people click on it the download box pop-up to download the program
http://www.speedguide.net/images/buttons/dload.gif



THX

Murman
02-23-02, 08:49 AM
Originally posted by master7


He never said that he was running it off of his own server. My advice would work if he set it up on a remote server, or a server with just one HD.

I know .. I wanna know for my web server.

What I have done was create a list of all the utils/ app's/ drivers etc... I have d/l from various sites and centralize them on another partiton I have.

So I have the web server running in the default folder of 2000 /inetpub/wwwroot I have all my utils/ apps/ drivers on G:\

I made a page with the list of files w/a small description of what the file is etc... I wanna be able to have ppl click the file to be able to d/l it. I'm able to do this if the file/s are in the /inetpub/wwwroot folder but I can't get it to work if there on another partition.

Murman
02-23-02, 08:54 AM
Originally posted by Islam
Like when you download something from there..
www.speedguide.net/Cable_modems/cable_patches.shtml

I wana post an image like this then when people click on it the download box pop-up to download the program
http://www.speedguide.net/images/buttons/dload.gif



THX

Islam: what you wanna do in front page is insert the image to your page your working on and then in the properties of the "image" link it to the file you want ppl to d/l. When you click the image properties on the page your working on there should be an option to insert a link. I havn't used front page in a long time to give you the step by step clicks and options but I know thats how it's done.


So the code will look like this

<a href="SCSItoolbox32-2.7.32.zip">
<img border="0" src="dload.gif" width="16" height="16"></a>