Is there a way without Javascript / server-side scripting to link to a different port number on the same box, if I don\'t know the hostname?
e.g.:
&l
Without JavaScript, you'll have to rely on some server side scripting. For example, if you're using ASP, something like ...
:8080">Look at the other port
should work. However, the exact format will depend on the technology you are using.