PopcornBuzzard
Programmer
Have a silly question here...
I have an include file that has a link like this:
<a href="//localhost/WebProject/ProductGeneral/FirstPage.asp"> Go there! </a>
I am getting ready to ftp it to our web hosting company's web server. How would I change the link above to work on their web server?
Like this, since, say, is our domain name?
<a href="// Go there! </a>
I have an include file that has a link like this:
<a href="//localhost/WebProject/ProductGeneral/FirstPage.asp"> Go there! </a>
I am getting ready to ftp it to our web hosting company's web server. How would I change the link above to work on their web server?
Like this, since, say, is our domain name?
<a href="// Go there! </a>