473,383 Members | 1,733 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,383 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 2361
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...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...

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.