472,992 Members | 3,803 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,992 software developers and data experts.

Link doesn't open page

Death Slaught
1,137 1GB
im making a web site for a friend and i need a section of a-z links on a music page that have all the artist there that start with that letter but it wont open. heres the code to the music page.

[HTML]<html>
<head>
<title>Music Page</title>
</head>
<body bgcolor="black">
<font color="red">
<center>
</center>
<ul>
<li><a href="E:\Web Site\HomePage.html">Home</a></li>
<li><a href="E:\Web Site\MusicPage.html">Music</a></li>
<li><a href="E:\Web Site\GamesPage.html">Games</a></li>
<li><a href="E:\Web Site\PicturesPage.html">Pictures</a></li>
<li><a href="E:\Web Site\DownloadsPage.html">Downloads</a></li>
</ul>
<center>
<a href="E:\Web Page\MusicDirect\A.html">A</a>
<a href="E:\Web Page\MusicDirect\B.html">B</a>
<a href="E:\Web Page\MusicDirect\C.html">C</a>
<a href="E:\Web Page\MusicDirect\D.html">D</a>
<a href="E:\Web Page\MusicDirect\E.html">E</a>
<a href="E:\Web Page\MusicDirect\F.html">F</a>
<a href="E:\Web Page\MusicDirect\G.html">G</a>
<a href="E:\Web Page\MusicDirect\H.html">H</a>
<a href="E:\Web Page\MusicDirect\I.html">I</a>
<a href="E:\Web Page\MusicDirect\J.html">J</a>
<a href="E:\Web Page\MusicDirect\K.html">K</a>
<a href="E:\Web Page\MusicDirect\L.html">L</a>
<br>
<a href="E:\Web Page\MusicDirect\M.html">M</a>
<a href="E:\Web Page\MusicDirect\N.html">N</a>
<a href="E:\Web Page\MusicDirect\O.html">O</a>
<a href="E:\Web Page\MusicDirect\P.html">P</a>
<a href="E:\Web Page\MusicDirect\Q.html">Q</a>
<a href="E:\Web Page\MusicDirect\R.html">R</a>
<a href="E:\Web Page\MusicDirect\S.html">S</a>
<a href="E:\Web Page\MusicDirect\T.html">T</a>
<a href="E:\Web Page\MusicDirect\U.html">U</a>
<br>
<a href="E:\Web Page\MusicDirect\V.html">V</a>
<a href="E:\Web Page\MusicDirect\W.html">W</a>
<a href="E:\Web Page\MusicDirect\X.html">X</a>
<a href="E:\Web Page\MusicDirect\Y.html">Y</a>
<a href="E:\Web Page\MusicDirect\Z.html">Z</a>
</center>
<br>
<br>
<br>
<center>
Top 5 Songs!
</center>
<center>
<ol>
<li><a href="E:\Web Site\Artist\Songs\song.mp3">song</a>
<li><a href="E:\Web Site\Artist\Songs\song.mp3">song</a>
<li><a href="E:\Web Site\Artist\Songs\song.mp3">song</a>
<li><a href="E:\Web Site\Artist\Songs\song.mp3">song</a>
<li><a href="E:\Web Site\Artist\Songs\song.mp3">song</a>
</ol>
</center>
</font>
</body>
</html>[/HTML]

and heres the page its suposed to open:

[HTML]<html>
<head>
<title>F</title>
</head>
<body bgcolor="black">
<font color="red">
<center>
</center>
<ul>
<li><a href="E:\Web Site\HomePage.html">Home</a></li>
<li><a href="E:\Web Site\MusicPage.html">Music</a></li>
<li><a href="E:\Web Site\GamesPage.html">Games</a></li>
<li><a href="E:\Web Site\PicturesPage.html">Pictures</a></li>
<li><a href="E:\Web Site\DownloadsPage.html">Downloads</a></li>
</ul>
<center>
<ol>
<li><a href="E:\Web Site\Artist\Artist.html" target="_blank">Artist</a></li>
</ol>
</center>
</font>
</body>
</html>[/HTML]

the page with the artis on it works great and so does the music page execpt it wont open the f.html file.

Thanks, Death Slaught
Aug 16 '07 #1
4 2347
Death Slaught
1,137 1GB
o yea and if your wondering why its in the E drive its because i have it on a USB flash drive.
Aug 16 '07 #2
drhowarddrfine
7,435 Expert 4TB
You can't have spaces in the pathname. Try eliminating it or using an underscore '_' .
Aug 16 '07 #3
Death Slaught
1,137 1GB
You can't have spaces in the pathname. Try eliminating it or using an underscore '_' .
uhhhh thx but where is there a space in the pathname? Thanks, Death Slaught
Aug 17 '07 #4
Death Slaught
1,137 1GB
oh you ment the web site part thx ill try it and let you know if it works
Aug 17 '07 #5

Sign in to post your reply or Sign up for a free account.

Similar topics

3
by: Steve | last post by:
Hi, I have a nice little script that works well displaying images on my website. It's a script where if you clik a thumbnail image a pop up window opens that contains a larger version of the same...
6
by: nntp | last post by:
I have a set of links which I want search engines to crawl them, but I want to disable them from my visitors, so I will ask the link owners to pay me to let me enable them. <a disabled...
14
by: Stingray | last post by:
I think this is more of a general IE/HTTP question but I didn't know where to post. If this is not the place for it, please point me to the right group. Thanks. Here's my question: I have an...
1
by: Matt Walker | last post by:
I decided to flesh out my php skills by building a web application which could scan through local files on my intranet (specifically mapped drives on my server) and generate a list of Movies or...
7
by: Ben Amada | last post by:
Hi ... I have an HTML page containing a bunch of <alinks. Some of the links redirect the visitor to a page at a different website in a new browser window (target=_blank) and other links are...
3
by: friday13 | last post by:
Hi, I would like to set the link's "visited" pseudo-class with javascript without clicking on the link. My goal is to update the link's color (previously set in the CSS file) to be "visited"...
7
by: chambers.anya | last post by:
Hi, I've just been scouring the web trying to find an answer for how to do this but so far without any success. Basically I want some of the links in my page to open in new tabs (I'm using...
10
by: pt36 | last post by:
Hi I have a page with a form and a textbox. before to submit the form I want to chek if the inserted value in the textbox is already present in a database. So I need to pass the textbox value...
4
by: zion4ever | last post by:
Hello good people, Please bear with me as this is my first post and I am relative new to ASP. I do have VB6 experience. I have a form which enables users within our company to do an intranet...
0
by: Ty | last post by:
I have a page that has three gridviews on it. In each gridview the first column is a link button representing a Database ID field. What I'm trying to accomplish is to email that page and click on...
0
by: Aliciasmith | last post by:
In an age dominated by smartphones, having a mobile app for your business is no longer an option; it's a necessity. Whether you're a startup or an established enterprise, finding the right mobile app...
2
by: giovanniandrean | last post by:
The energy model is structured as follows and uses excel sheets to give input data: 1-Utility.py contains all the functions needed to calculate the variables and other minor things (mentions...
3
NeoPa
by: NeoPa | last post by:
Introduction For this article I'll be using a very simple database which has Form (clsForm) & Report (clsReport) classes that simply handle making the calling Form invisible until the Form, or all...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 1 Nov 2023 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM) Please note that the UK and Europe revert to winter time on...
3
by: nia12 | last post by:
Hi there, I am very new to Access so apologies if any of this is obvious/not clear. I am creating a data collection tool for health care employees to complete. It consists of a number of...
0
NeoPa
by: NeoPa | last post by:
Introduction For this article I'll be focusing on the Report (clsReport) class. This simply handles making the calling Form invisible until all of the Reports opened by it have been closed, when it...
0
isladogs
by: isladogs | last post by:
The next online meeting of the Access Europe User Group will be on Wednesday 6 Dec 2023 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, Mike...
4
by: GKJR | last post by:
Does anyone have a recommendation to build a standalone application to replace an Access database? I have my bookkeeping software I developed in Access that I would like to make available to other...
3
SueHopson
by: SueHopson | last post by:
Hi All, I'm trying to create a single code (run off a button that calls the Private Sub) for our parts list report that will allow the user to filter by either/both PartVendor and PartType. On...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.