Enumerate Monitors On Client Machine Using JavaScript And ASP.NET
-
When working with multiple monitors I need the user to select which monitor they are working on...any idea how I can show them a list of monitors from there machine?
-- "Keyboard not found. Press < F1 > to RESUME. " Source unknown (appears in many common BIOSes as a real error message)
-
When working with multiple monitors I need the user to select which monitor they are working on...any idea how I can show them a list of monitors from there machine?
-- "Keyboard not found. Press < F1 > to RESUME. " Source unknown (appears in many common BIOSes as a real error message)
Try to use: screen.width screen.height
Parwej Ahamad ahamad.parwej@gmail.com
-
When working with multiple monitors I need the user to select which monitor they are working on...any idea how I can show them a list of monitors from there machine?
-- "Keyboard not found. Press < F1 > to RESUME. " Source unknown (appears in many common BIOSes as a real error message)
You can tell the width and height of the screen, as someone said, but there is no way you can enumerate monitors with js
Christian Graus Driven to the arms of OSX by Vista. Read my blog to find out how I've worked around bugs in Microsoft tools and frameworks.
-
You can tell the width and height of the screen, as someone said, but there is no way you can enumerate monitors with js
Christian Graus Driven to the arms of OSX by Vista. Read my blog to find out how I've worked around bugs in Microsoft tools and frameworks.
I figured...but thought it was worth a try :) thanks for the help
-- "Keyboard not found. Press < F1 > to RESUME. " Source unknown (appears in many common BIOSes as a real error message)