473,395 Members | 1,462 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,395 software developers and data experts.

Website to CD/DVD

AndesHelp
I apologize if the answer is already posted. I did do a search but did not see it.

I have developed a website for publications using CSS and HTML. I now need to be able to publish this website to either a CD or DVD for distribution. However, I am unable to remember how to make the CD/DVD able to find the webpages through the hyper-links on the CD/DVD. IE and Firefox keep looking for the specific drive letter of the CD/DVD drive as part of the path for the web page.

I have the web page hot link specified as <a href= "../1123.htm">Booklets</a>
and the browser keeps looking for the specific address: file:///G:/1123.htm, which does not exist.

What have I forgotten?
Jan 3 '08 #1
3 1625
drhowarddrfine
7,435 Expert 4TB
Try <a href="file://c:\rest\of\path.html">

I don't use Windows but I think that's the way it works. You need to give the full pathname. If not, add another forward slash in file:///. It's possible, but not likely, the slashes are to go the other way, file:\\\ for Win.
Jan 3 '08 #2
Try <a href="file://c:\rest\of\path.html">

I don't use Windows but I think that's the way it works. You need to give the full pathname. If not, add another forward slash in file:///. It's possible, but not likely, the slashes are to go the other way, file:\\\ for Win.
Thanks for the response.

Since I will not know what the actual drive letter, or even what browser will be used, for the CD/DVD drive the user will have I can not put a specific drive letter into the "href" script. I know there is a generic entry for the root, no matter what the actual drive letter is. Guess I'll have to dig out some of my old Windows "How Tos" and look there.
Jan 3 '08 #3
I found my answer. I just needed to fine tune the file paths to "absolute" paths. Usind a "../" for a lower folder/directory and just "/" for file in the root folder/directory.

Then just copy the website to be burned onto a CD. Now all I have to do is set it up to "auto start" when inserted.
Jan 3 '08 #4

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

Similar topics

0
by: ohaya | last post by:
Hi, I've been researching this, and I'm not sure if what I'm trying to do is possible, but I thought that I'd ask: I have two webservers/websites. The first webserver/website is running...
3
by: Newbie | last post by:
I have a C# asp.net webform with a Link Button to a website but it's not opening the website correctly. It's saying "The page cannot be found". But the website is loading when I use IE. Below is...
8
by: jacky kwok | last post by:
Dear All: In VS2005 WebSetup installer InstallAddress dialog, there is field to let user to select which website to install the webapp (if there are more than one WebSite in the IIS). I want...
17
by: stubbsie | last post by:
Hi, I have redesigned our official public government website in .net and it has taken me a few months to redo. I have been the sole designer of the website from its humble beginnning a few years...
2
by: crferguson | last post by:
I'm having a really odd issue. Recently my company has upgraded our data server. For a couple of months I'm having to host two versions of the same website on our webserver until the new data...
19
by: cpnet | last post by:
I'm using VS2005, C#, ASP.NET 2.0. I'm trying to create a report using SQL Reporting Services (to be used in local mode so I don't have to deal with SQL Server). When I create a new report in my...
7
by: Atul | last post by:
Hi Theres a website that books hotels . user enters the information and according to that results are displayed to the user.Let it be website A. Now I want to create a new project with...
3
by: Mintyman | last post by:
Hi, I have 2 fields in a database: 'email' and 'website'. In the majority of cases, the website field is not populated even though the email address is. In 90% of cases, the website will be...
5
by: daveh551 | last post by:
What, from a high level point of view, is the difference (in Visual Studio 2005) between Website (accessed with Open Website or Create Website from the StartPage) that is an ASP.NET Website, and a...
2
by: Wayne Smith | last post by:
Applies to: Visual Studio 2008 Professional Hi everyone, I'm in the middle of creating a website with VS2008 and I'm trying to integrate a user registration/login section on the website but I've...
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
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
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...
0
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...
0
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...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...

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.