473,651 Members | 3,029 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Link doesn't open page

Death Slaught
1,137 Top Contributor
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.h tml">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\PicturesPa ge.html">Pictur es</a></li>
<li><a href="E:\Web Site\DownloadsP age.html">Downl oads</a></li>
</ul>
<center>
<a href="E:\Web Page\MusicDirec t\A.html">A</a>
<a href="E:\Web Page\MusicDirec t\B.html">B</a>
<a href="E:\Web Page\MusicDirec t\C.html">C</a>
<a href="E:\Web Page\MusicDirec t\D.html">D</a>
<a href="E:\Web Page\MusicDirec t\E.html">E</a>
<a href="E:\Web Page\MusicDirec t\F.html">F</a>
<a href="E:\Web Page\MusicDirec t\G.html">G</a>
<a href="E:\Web Page\MusicDirec t\H.html">H</a>
<a href="E:\Web Page\MusicDirec t\I.html">I</a>
<a href="E:\Web Page\MusicDirec t\J.html">J</a>
<a href="E:\Web Page\MusicDirec t\K.html">K</a>
<a href="E:\Web Page\MusicDirec t\L.html">L</a>
<br>
<a href="E:\Web Page\MusicDirec t\M.html">M</a>
<a href="E:\Web Page\MusicDirec t\N.html">N</a>
<a href="E:\Web Page\MusicDirec t\O.html">O</a>
<a href="E:\Web Page\MusicDirec t\P.html">P</a>
<a href="E:\Web Page\MusicDirec t\Q.html">Q</a>
<a href="E:\Web Page\MusicDirec t\R.html">R</a>
<a href="E:\Web Page\MusicDirec t\S.html">S</a>
<a href="E:\Web Page\MusicDirec t\T.html">T</a>
<a href="E:\Web Page\MusicDirec t\U.html">U</a>
<br>
<a href="E:\Web Page\MusicDirec t\V.html">V</a>
<a href="E:\Web Page\MusicDirec t\W.html">W</a>
<a href="E:\Web Page\MusicDirec t\X.html">X</a>
<a href="E:\Web Page\MusicDirec t\Y.html">Y</a>
<a href="E:\Web Page\MusicDirec t\Z.html">Z</a>
</center>
<br>
<br>
<br>
<center>
Top 5 Songs!
</center>
<center>
<ol>
<li><a href="E:\Web Site\Artist\Son gs\song.mp3">so ng</a>
<li><a href="E:\Web Site\Artist\Son gs\song.mp3">so ng</a>
<li><a href="E:\Web Site\Artist\Son gs\song.mp3">so ng</a>
<li><a href="E:\Web Site\Artist\Son gs\song.mp3">so ng</a>
<li><a href="E:\Web Site\Artist\Son gs\song.mp3">so ng</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.h tml">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\PicturesPa ge.html">Pictur es</a></li>
<li><a href="E:\Web Site\DownloadsP age.html">Downl oads</a></li>
</ul>
<center>
<ol>
<li><a href="E:\Web Site\Artist\Art ist.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 2374
Death Slaught
1,137 Top Contributor
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 Recognized Expert Expert
You can't have spaces in the pathname. Try eliminating it or using an underscore '_' .
Aug 16 '07 #3
Death Slaught
1,137 Top Contributor
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 Top Contributor
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
5170
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 image. What I would like to create is a link that can be clicked on to close the window that contains the larger image. This would make it easier for the users to close the window. I have posted the script that I use. Any help would be much...
6
3153
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 href="#">bahbahbah</a> Does not work, as it is still clickable. It only changes the color to grey.
14
3199
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 application that reads incoming email from a POP server and saves email messages as EML files, which OE can open and read. I'd like to save these files to a directory on a web server and create a web page that provides links to these files. When...
1
2747
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 pictures or music, etc. Which worked fine, I created the code to do that and to store the results in a mysql database. I can even print it out to a ..php page and sort it however I like. What I can't seem to do is to create links to the data...
7
1976
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 "mailto" links. What I want to do is record a little information when they click on a link (mainly which link they are clicking on). I can put together a server side webpage that can receive this information and store it in a DB. I'm just not...
3
4888
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" without actually clicking on the link and then clicking "back" in the browser. Does anyone know how? Here are the following things I've already tried to no avail:
7
17861
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 Firefox) or windows if the user has their options configured that way. And I want my page to remain intact as it involves some AJAX and takes a while to load. But ...and this seems to be a big "but"... I don't want the focus to
10
21532
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 by a javascript link to another page to check. my code is <a href="javascript:location.href='page_check.php' "Go check </a> and this work and open page_check.php
4
4576
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 reservation of available resources (laptops, beamers, etc). The MySql database queries are already in place, as is the ASP administration panel. The frontend that users will see however, still needs some work. I'm really close, but since I'm no...
0
1200
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 the link button to open the page. The problem. When I send the page to myself on the same PC that I am creating the site on and open the email the gridviews are there. When I click on the link button I get an unspecified error. When I place...
0
8357
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
8277
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
8700
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
0
7298
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
6158
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 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 a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5612
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4144
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
1
2701
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
1588
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.