I would like to create a link to http://localhost:3000 so that when clicked,
Firefox will be opened on that page. How should I do this ?
I would like to create a link to http://localhost:3000 so that when clicked, Firefox
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You create this link as with any other:
Of course this links to the
localhostof whoever accesses the page; so the result of my clicking the link is a very different location/event than if you click the link (assuming we’re not using the same computer, obviously).If we’re talking about a desktop shortcut (and I’m assuming Windows XP, here):
Link to quoted answer.