Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

IE 7 how to disable adding http://www

Status
Not open for further replies.

achick

Programmer
May 23, 2007
66
US
In the web app(.net IE7) for URL links
we have show up for the data displayed on the page.

When clicked on the link the site opens up as
and we get an error
as the site doesn't exist.

Data for URL comes form a database. Is there a way to disable the prefix addition by browser without changing data?
 
You will have to show some code. The browser doesn't randomly append anything, and if it did, there would be no way to stop it. I am assuming that you are building your links wrong in code.
 
Thank you. We have to still figure out. It may be more related to the code and how data is accessed.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top