Deathdefyer2002 Posted March 9, 2009 Share Posted March 9, 2009 Hey, I'm trying to do a link on the same computer (Same IP) to a different port. So I would want to use A Href to link to something like this 192.168.1.100:88. Every time I try to code this, I get http://192.168.1.50/192.168.1.100:88. This simply doesn't work. Please Help coding Gurus :) Quote Link to comment Share on other sites More sharing options...
Strife25 Posted March 9, 2009 Share Posted March 9, 2009 you need to do this: <a href="http://192.168.1.100:88/"> or <a href="http://localhost:88/"> I was getting the same error the other day in the midst of development on large scale web app and was baffled by the same error when trying to link to an external website, but just being rerouted to localhost/www.google.com Quote Link to comment Share on other sites More sharing options...
Deathdefyer2002 Posted March 9, 2009 Author Share Posted March 9, 2009 Works Perfectly.. Thanks a Bunch :) Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.