Hi,
Is there a way to trigger F11 trough javascript or jquery so.. i can go into full-screen mode? If so how can i do it.?

Thanx...

What you need is to have a keyboard listener to watch for a keyboard event. If the button pressed is F11 (keycode 16), then do something with your window. A simple script is here. Just take a look and see if you can modify to your need.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.