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

Creating a FrontPage to set of web sites

I have decided to implement the following: a "FrontPage" pun intended.
Each link will reference a web on my server. Now I can create the page and
test it (using FrontPage) with localhost as the web server. Each web is an
asp.net application.

A link would look like :
<a target="_blank" href="http://localhost/RemoteSongs">Radio Site</a>

Now I am trying to figure out how to change the HTML so that the link is
relative to the root of my web.

I am sure this is easy but I have not been able to find the solution online.

LLoyd Sheen

Nov 18 '05 #1
4 964
Root-relative URL:

<a target="_blank" href="/RemoteSongs">Radio Site</a>

--
HTH,
Kevin Spencer
..Net Developer
Microsoft MVP
Big things are made up
of lots of little things.

"Lloyd Sheen" <sq*******************@tostopspamhotmail.com> wrote in message
news:R5*******************@news01.bloor.is.net.cab le.rogers.com...
I have decided to implement the following: a "FrontPage" pun intended.
Each link will reference a web on my server. Now I can create the page and test it (using FrontPage) with localhost as the web server. Each web is an asp.net application.

A link would look like :
<a target="_blank" href="http://localhost/RemoteSongs">Radio Site</a>

Now I am trying to figure out how to change the HTML so that the link is
relative to the root of my web.

I am sure this is easy but I have not been able to find the solution online.
LLoyd Sheen

Nov 18 '05 #2
Kevin,

I think he meant a way to the page search for all directories in wwwroot
directory and build the links automatically...
--
Bruno Miguel Alexandre
Dep Informática do Grupo Filtrarte

Av General Humberto Delgado, 91
Vila Verde
2705-887 Terrugem SNT
Portugal

T. +351 219 608 130
F. +351 219 615 369
w. www.filtrarte.com
@. br***@filtrarte.com

"Kevin Spencer" <ke***@takempis.com> escreveu na mensagem
news:%2***************@TK2MSFTNGP10.phx.gbl...
Root-relative URL:

<a target="_blank" href="/RemoteSongs">Radio Site</a>

--
HTH,
Kevin Spencer
.Net Developer
Microsoft MVP
Big things are made up
of lots of little things.

"Lloyd Sheen" <sq*******************@tostopspamhotmail.com> wrote in message news:R5*******************@news01.bloor.is.net.cab le.rogers.com...
I have decided to implement the following: a "FrontPage" pun intended.
Each link will reference a web on my server. Now I can create the page

and
test it (using FrontPage) with localhost as the web server. Each web is

an
asp.net application.

A link would look like :
<a target="_blank" href="http://localhost/RemoteSongs">Radio Site</a>

Now I am trying to figure out how to change the HTML so that the link is
relative to the root of my web.

I am sure this is easy but I have not been able to find the solution

online.

LLoyd Sheen


Nov 18 '05 #3
Thanks that is exactly what I needed.

I thought I had tried this but .... there you go.

Lloyd Sheen
"Kevin Spencer" <ke***@takempis.com> wrote in message
news:%2***************@TK2MSFTNGP10.phx.gbl...
Root-relative URL:

<a target="_blank" href="/RemoteSongs">Radio Site</a>

--
HTH,
Kevin Spencer
.Net Developer
Microsoft MVP
Big things are made up
of lots of little things.

"Lloyd Sheen" <sq*******************@tostopspamhotmail.com> wrote in message news:R5*******************@news01.bloor.is.net.cab le.rogers.com...
I have decided to implement the following: a "FrontPage" pun intended.
Each link will reference a web on my server. Now I can create the page

and
test it (using FrontPage) with localhost as the web server. Each web is

an
asp.net application.

A link would look like :
<a target="_blank" href="http://localhost/RemoteSongs">Radio Site</a>

Now I am trying to figure out how to change the HTML so that the link is
relative to the root of my web.

I am sure this is easy but I have not been able to find the solution

online.

LLoyd Sheen


Nov 18 '05 #4
No auto create, just hand rolled. Kevins's tip solved it.

Thanks,

Lloyd Sheen
"Bruno Alexandre" <br*************@filtrarte.com> wrote in message
news:%2****************@TK2MSFTNGP12.phx.gbl...
Kevin,

I think he meant a way to the page search for all directories in wwwroot
directory and build the links automatically...
--
Bruno Miguel Alexandre
Dep Informática do Grupo Filtrarte

Av General Humberto Delgado, 91
Vila Verde
2705-887 Terrugem SNT
Portugal

T. +351 219 608 130
F. +351 219 615 369
w. www.filtrarte.com
@. br***@filtrarte.com

"Kevin Spencer" <ke***@takempis.com> escreveu na mensagem
news:%2***************@TK2MSFTNGP10.phx.gbl...
Root-relative URL:

<a target="_blank" href="/RemoteSongs">Radio Site</a>

--
HTH,
Kevin Spencer
.Net Developer
Microsoft MVP
Big things are made up
of lots of little things.

"Lloyd Sheen" <sq*******************@tostopspamhotmail.com> wrote in

message
news:R5*******************@news01.bloor.is.net.cab le.rogers.com...
I have decided to implement the following: a "FrontPage" pun intended. Each link will reference a web on my server. Now I can create the page
and
test it (using FrontPage) with localhost as the web server. Each web
is an
asp.net application.

A link would look like :
<a target="_blank" href="http://localhost/RemoteSongs">Radio Site</a>

Now I am trying to figure out how to change the HTML so that the link

is relative to the root of my web.

I am sure this is easy but I have not been able to find the solution

online.

LLoyd Sheen



Nov 18 '05 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

18
by: Raymond Alexander | last post by:
I produce a couple of simple web sites on Frontpage 2002 and when attempting to validate the pages via W3C.org I get the FATAL ERROR message because the pages don't have the proper DTD's. My pages...
18
by: Andy | last post by:
hello all I've just finished a reasonably simple site for a client, validated it, checked it across browsers/resolutions etc. The problem for me is that my clients want to keep it updated...
0
by: MarkusPoehler | last post by:
I have several classic ASP projects running on Webserver. I would like to implement some .net functionalities. Because I need the references I have to "upgrade" the existing ones wit a new .net...
2
by: Gerry Hickman | last post by:
Hi, We are currently running VS.NET clients against a Windows 2000 server which has Frontpage server extensions; this means we can have teams of developers interacting on web applications from...
8
by: William LaMartin | last post by:
I just received my Visual Studio upgrade to 2005 and tried to create a new web site via File | New Web Site with location http. Unfortunately I received the following error: "Visual Web...
0
by: William LaMartin | last post by:
It was suggested that I post this query here rather than in the Microsoft.public.dotnet.languages.vb group. I just received my Visual Studio upgrade to 2005 Pro and tried to create a new web...
53
by: MajorSetback | last post by:
I am starting up a home business and will be setting up a web site to market the software that I will be developing in C++. I was wondering if I should buy something like Dreamweaver or Frontpage...
4
by: andrew.arobert | last post by:
Good afternoon, We have numerous web sites which are currently being manually published via Front Page. Doing one or two sites on an ad-hoc basis was not too bad but we are now over 20 or...
18
by: The Bicycling Guitarist | last post by:
I know and have known for years that MS FrontPage is bad for generating invalid code. Nonetheless I found it handy-dandy for managing my website because I could drag a flie from one folder to...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
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: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
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,...
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
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...
0
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,...

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.