Hyperlinks

G

Guest

I have a ASP.net app. that displays a companys URL address. The display page
look fine, but when I click on the link it searchs for the page on my local
site. If you move the mouse over the link it looks like this
"http://localhost/www.mydomain.com" thanks for any help.

Jeff
 
B

Brian Cryer

Jeff said:
I have a ASP.net app. that displays a companys URL address. The display
page
look fine, but when I click on the link it searchs for the page on my
local
site. If you move the mouse over the link it looks like this
"http://localhost/www.mydomain.com" thanks for any help.

Jeff

Edit the link and remove the "localhost" bit, so it should be
http://www.mydomain.com

Localhost is a reference to the machine you are on.

Brian.

www.cryer.co.uk/brian
 
H

Hans Kesting

Jeff said:
I have a ASP.net app. that displays a companys URL address. The
display page look fine, but when I click on the link it searchs for
the page on my local site. If you move the mouse over the link it
looks like this "http://localhost/www.mydomain.com" thanks for any
help.

Jeff

your link is probably www.mydomain.com, which (to the browser)
looks like a directory below the current page of your site.
Solution: use http://www.mydomain.com.

Hans Kesting
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,431
Messages
2,571,678
Members
48,796
Latest member
Greg L.

Latest Threads

Top