Open Full Screen

Jul 23, 2005

I am using this script

"function openFullscreen(page) {
var yes = 1;
var no = 0;
windowprops = "width=" + (screen.width-10) + ",height=" + (screen.height-50)
+ ",top=0,left=0";
windowprops += (menubar ? ",menubars" : "") +
(scrollbars ? ",scrollbars" : "") +
(locationbar ? ",location" : "") +
(directories ? ",directories" : "") +
(resizable ? ",resizable" : "") +
(statusbar ? ",status" : "") +
(toolbar ? ",toolbar" : "");
window.open(page, 'fullPopup', windowprops);
}"

to open a window full screen, but when this window is hidden and I want to re-open it, I can't ..?

View 1 Replies


ADVERTISEMENT

Force Browser Window To Open Full Screen?

Jul 21, 2010

I have an emagazine i want to add to my website, the probelm is when it opens in a browser you have to sroll down the page, to view it all, what i was wondering is, is it possibe to create a link that when somebody selects to view the magazine it forces the browser to openin full screen mode so that it fits niely on the screen without the toolbars and evertything taking up half the page.

View 4 Replies View Related

Full Screen On Second Monitor?

Jul 20, 2005

I am working a project where I am using two monitors and using
HTML/Javascript to display the information I want.

I have my main stuff on the main monitor, but when each page loads, I want
an image to load fullscreen on the second monitor as well. I am using
800x600 resoution on both.

If I use:

function openWindow()
{
mainWindow = window.open("thispage.htm","pagename","fullscreen=yes");
}

that works fine for the main monitor.

I have then tried to use the second monitor to open an image by using the
same type of thing:

function imageWindow()
{
openImage = window.open("image.jpg","imagepage","fullscreen=yes");
openImage.moveTo(801,0);
parent.focus();
}

I am trying to use it with the onload command as well:

<body onLoad="imageWindow();">

I am passing arguments to these functions but simplified it here.

Anyhow it will only open it full screen on the first monitor. I can position
it and move it to the second monitor if it is not full screen just fine.

View 1 Replies View Related

Full Screen In Mozilla

Sep 14, 2009

I've following javascript to show full screen window like F11.

window.open(url, "myWindow", "fullscreen=1")

It works properly in IE, but not in mozilla.

way to work it out in mozilla

View 1 Replies View Related

PopUP Window Full Screen

Jul 23, 2005

What do I put in the javascript code to popup a window full screen?

View 2 Replies View Related

Re-Direct To Full Screen Window..

Jul 23, 2005

I have an asp page which just displays some information to a user few
a couple of seconds before redirecing.

This asp page is displayed in a small window.

I am using the following META tag to re-direct, but I want the next
page maximised.

<META HTTP-EQUIV="refresh" CONTENT="2;url=JobSheet.asp">

How can I get JobSheet.asp to open fullscreen from this code, whilst
closing the small window ?

View 1 Replies View Related

Set My Current Window To Full Screen

Sep 20, 2007

I found many method is about opening new window in full screen, but not change the current window to full screen, so it is possible in fact?

View 4 Replies View Related

Full Screen Script For Both Netscape And IE??

Jul 20, 2005

Is there any script out there that will allow me to launch a full-screen
window (without any title bar) in both NS and IE? I have found scripts
that work only in IE, but is there one that is compatible with NS also?

View 1 Replies View Related

Full Screen View Of The Site?

Oct 13, 2010

I have a j query sideshow and i want to put a link in slideshow page to view the slide show in full screen like in this site [URL] you can view the full screen by clicking the button on top right corner the problem is this site is in flash but we need this functionality in html.One more thing that i want to view in parent window not in popup or new window.

View 1 Replies View Related

JQuery :: Cycle Plugin Full Screen?

Sep 8, 2011

I've attempted to get Cycle to function as a full screen slideshow.I love Cycle for it's simple clean code, and easy implementation and also powerful options.However, when I resize my browser window, even with OnResize events in place, the Cycle plugin usually maintains the images at the size of the onload event.So I ask you, as a meager and humble creative who loves to do front end dev... how can we get Jquery cycle working at full screen and with browser window resize?nd while these both are interesting and very useful, the code is very strict and the galleries are a "swiss army knife" combination of things, easily broken, and a little proprietary

View 4 Replies View Related

Full-screen Window Created Has Scroll Bar

Oct 21, 2010

I'm creating a full-screen window in javascript. I"m not interested in debating whether or not a full-screen window is good or not, or any of the other philosophical diarrhea, I just need an answer to getting rid of the scroll bar... Trust me, in this case it NEEDS to be full-screen and it SHOULD NOT have any scrollbars. This is being done on a PC running Windows 7, 64-bit, IE 8, and EVERYTHING is up-to-date. The window gets created fine, but there's an empty scroll bar on the right side. ALL I want to know is how to get rid of the scroll bar so this works AS STATED IN THE DOCUMENTATION......

[Code]...

View 2 Replies View Related

Add Button To Enlarge Video To Full Screen

Dec 7, 2010

i got a video which have buttons to play, pause and stop.i wanted to add a button to enlarge the video to full screen, is there anyway to do it in JS?for my buttons i use it like that:[code]

View 1 Replies View Related

JQuery :: Switch Browser Into Full Screen Mode?

Sep 26, 2009

Is there some way to switch the browser into full screen mode?

Essentially emulating the F11 key in IE would be what I'm trying to accomplish.

View 10 Replies View Related

Displaying A Series Of Images In Full-screen Window?

Oct 11, 2010

I need to display a set of images. NOT a slideshow that automatically changes, but a very simple display, one image at a time, that moves to next or previous by mouse click or arrow.

I can retrieve the set of filespecs in php with no problem. And I've got the setup in php to display the file, one at a time.

I"ve figured out how to open a full-screen window in javascript.

What I need (I started in php and they sent me over here for specific javascript info), is to put everything together...

1. I'd LIKE to automatically set the resolution on the system to 1024x768. I've been told html and javascript can't do that, so it'll have to be done by the user.

2. I figured out how to open a full-screen window in javascript.

3. What I need is to display the image from php and have it show up in the full-screen window I created. Then it just sits there until the user presses an arrow key (or hopefully something with the mouse) to go to the next (or previous) image. Back to php for the next file and display...

Once the last image in the set is displayed I'd like to have the window I created go away, sending me back to the screen from which all that got started...

So, as far as I know, the two things I need to know are how to display an image in a particular window from php. And, how to get mouse-clicks and/or arrow keys back to php so I can use them....

View 3 Replies View Related

Popup Window Vertically Resizing To Full Screen?

Mar 29, 2009

I have a small dillemma I'm trying to solve involving javascript and I was curious if anyone here might be able to tell what the issue is. I'm redesigning my portfolio, and I have a page that involves popup windows, which can be seen at www.souledesign.net/final_site3/portfolio_flash.html. When I click on an icon, it pops up a window successfully. However, the height value I have inputted for the window is ignored, and the window automatically sizes itself vertically to the full height of the web browser.

The code that I've placed on the button that pops up the javascript window looks like this:

href="javascript: void(0)"
onclick="window.open('adbanner1.html', 'realestate', 'width=496', 'height=70')"

This should open a simle XHTML document sized to 496x70px, containing a Flash movie that is displayed using swfobject javascript. unfortunately, the window ends up resizing itself to a height that fills up the entire page rather than properly sizing to 70 pixels.

View 2 Replies View Related

Javascript Code Which Resizes The Web Page To Full Screen

Jan 20, 2006

Pls help me in getting a javascript code which resizes the web page to full screen.

The solution should not be of popup type as it gets blocked by most browsers now.

Is it possible to

a) send F11 key using javascript while the page is loading.

or

b) Pure javascript which resizes the page to full screen.

Pls take care that the solution also works with Firefox.

View 3 Replies View Related

Button For Full Screen View With Win Media Player

Jul 5, 2005

I've created website with Win Media Player video clips playing on web pages including full screen view button inserted - works well on IE.

Now, I've created JavaScript file for insert video clip on web pages so most different browers to be able to work well (due to accessibility - W3C Validator who refuse to hug and love EMBED tags!). Code:

View 3 Replies View Related

Alert When Client Enters Full Screen Mode / Solve This?

Sep 28, 2011

I need to know when the client enters fullscreen mode and can't figure it out. I've tried to create an alert when self fullscreen equals yes but can't get the alert to work. code...

View 21 Replies View Related

Script Function That Switches A Browser Into Full Screen Mode?

Feb 4, 2010

Is there a javascript function that switches a browser into full screen mode? I've had a little look in the mozilla DOM reference but can't see anything.

View 4 Replies View Related

Photo Gallery - Show Full Screen Image When Thumbnail Is Clicked?

Dec 16, 2009

I have a page, which is actually a photo gallery with a table having 3 rows. First row shows the full screen size pic. Second row displays the Caption of that image and third row shows thumbnail view of six different images and the previous and next button.this is the sample layout:

<table>
<tr>
<td colspan=8>

[code]...

My requirement is whenever the user click on the thumbnail view, which is in the 3rd row, the corresponding full screen size pic should open in 1st row of the table.As my photo gallery should be having more than 6 pics, lets take 20 pics, I want to show only 6 thumbnails in 3rd row at a time. Whenever user press "Next" button the 3rd row having 6 thumbnails should show other 6 thumbnails and previous button should show previous 6 thumbnails.

View 10 Replies View Related

JQuery :: Logo Of The Company To Appear On The Screen, Then Fade Out To Reveal The Web Page With Full Functionality?

Jan 1, 2010

I am completely new to jQuery, and I don't even know how to approach or implement what I am trying to do.Before the home page of a site I've developed appears, I want the logo of the company to appear on the screen, then fade out to reveal the web page with full functionality.I also could do this be fading out the logo to reveal a static image of the home page which then could redirect to actual home page.

View 1 Replies View Related

Open Window Full Size Without Javascript

Jul 23, 2005

Here is what I wish to do:

Click on a PDF link and have it open as a full screen window - not as
a predetermined size.

Sounds simple?

I want to run the command from within the href only. I don't want to
have to create an HTML page for each PDF file.

This is the link.

<a href="pdf-PPT/05_70857_PPT30x80.pdf" target="_blank"
on=0,directories=0,status=1,titlebar=1,menubar=0,s crollbars=0,left=0,top=0,screenX=0,screenY=0');
return false;".....

View 7 Replies View Related

Open A Radwindow At The Center Of The Screen?

Dec 13, 2010

I have a popup(telerik radwindow) which is in iframe.And i wnt that popup to be opened at the center of the screen and not at the center of iframe. If I scroll the page it should reamain at the center of the screen.

View 1 Replies View Related

Better Screen.width Or Screen.availWidth

Mar 5, 2007

Same thing for the height parameter; for to set in the centre some popup with images what is better? what are the difference?

View 6 Replies View Related

Get The Screen Size Of The Current Screen In IE?

Mar 2, 2011

I have 2 monitors from a different size. It is important in my application that I get the screen size of the monitor where the webbrowser is located. When I try to get the screen size (window.screen.height + window.screen.width) only IE gives me always the screen size of the main monitor where my taskbar (windows7) is located, instead of the screen size of the secondary screen where the webbrowser is located.

View 6 Replies View Related

Tabs Out Of Which Only One Is Open At A Time N When U Open Another Tab, One Out Of The Earlier Closed One Should Open

Oct 22, 2009

I need three tabs out of which only one is open at a time n when u open another tab, one out of the earlier closed one should open(preferably with mootools). And also the tab which is opened should come at the top of the page as well.

View 1 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved