Okay so it's sorta pointless considering that even if there was support for this you could still open more than one instance if you have more than one browser installed, but I was wondering anyway.

link|improve this question

75% accept rate
feedback

4 Answers

up vote 2 down vote accepted

Just to emphasize what others have said, No. This is entirely a server-side problem.

link|improve this answer
feedback

I hope not. This restriction would be a pain to users and only underline a problem in the Web Application Infrastructure.

link|improve this answer
feedback

JavaScript and HTML are rendered and run within the browser and have no control over the browser itself. It would be quite dangerous to give them the ability to manipulate and restrict the behavior of the browser.

What are you trying to achieve by restricting them?

link|improve this answer
feedback

If it is a webapp they need to log into I would just restrict a user from being logged in more than once at a time. Other than that would wouldn't want to restrict their opening of the actual window

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.