Opening A New Window Maximized?
Nov 1, 2005This is probably a stupid question but is it possible for someone to click on a link and have a new window open up maximized?
View 1 RepliesThis is probably a stupid question but is it possible for someone to click on a link and have a new window open up maximized?
View 1 RepliesI'm trying to link to some PDF files from an HTML page that will be
used for a presentation. The user wants to have the windows open up in
Adobe Reader 7.0 at maximum size (not full screen).
I'd rather a more reliable system than simply resixing the window
before hand because I won't always be able to do that before the
presentations.
I can make changes to the Adobe Reader configuration or registry (if
needed) to make the program always open in full screen. but I would
prefer it if I can control the behavior from the HTML link itself.
I have a HTML and I am opening another link in a separate window using window.open() . The child window is something like 'http://yahoo.com' which is out side html. I need to refresh the parent window when the child window is closed.
View 4 Replies View RelatedI have a popup window which has the search form in. What I want to do is for the popup window to close once the form is submitted, and to post the form data to a page on the main window.
Is anyone able to advise. As the main page is dynamic, it is not possible to give the page a name.
code to show ( overlay / modal window ) to the user when closing or navigating away from the page ( i want put in this window facebook share to make the user to share the page in his facebook ) , bytheway i wanna use it in my wordpress in every post could it be happen ?
View 1 Replies View RelatedI'm using window.open and as soon as I click on the link to open the new window, my original page content is replaced with '[object]'.
<
href="javascript:onClick=window.open('leaving.htm','','t oolbar=no,location=no,status=no,menubar=no,scrollb ars=no,resizable=no,width=300,height=400')">Lin
1 </a>
Any ideas ...
I am looking to have a link open a closeable window that is contained within a browser window. If you click on the "sizing charts" link on this website, this is exactly what I am looking to do:
[URL]
The window is contained within the current browser window, it can be dragged around, but not outside the parameters of the browser window.
I have a site where one of the links I have set up to open a pop up window which will display Terms & Agreement information, at the bottom there is a check box and a submit button for users to click on if they agree to the terms. I was able to get that working but the thing is when the user clicks in the check box and hits submit I want them to be directed to a page which has a form on it but I wanted the page to open in the original (Parent) window. This is where I am lost cause I found some coding which will open the page with the form in the pop up window but Ideally once they agree to terms and hit submit I'd like the pop up window to disappear and the new page open in the Parent window... is this possible below is the coding I'm using.
Here is the form:
<form method="get" action="this is where my link will go" onsubmit="return yes_no(this.form) " name="Agree">
<INPUT name="agree" name="agree" value="agree" type="checkbox"> I agree to terms
<input type="submit" name="submit" value="Accept Terms">
[Code].....
I am using the following code to display an image in a seperate
window.
<form>
<input type=button
onClick='window.open("image1.jpg","","width=260,height=260,resizable=0,border=0")'
value=Shhow Picture'>
</form>
I want the window to be the exact size of the image so I set the width
and height of the window the same as the width & height of the image.
The code works, however there is a white border on the top and left
side of the image. If I add 20 to the width and height of the window
then there is a white border around the whole image.
Is there anyway to have the window the exact size of the image,
without this white border? I know there is probably a simple solution,
but I'm a beginner at JavaScript.
I have a form on a page and when the form is submitted it should open a
new window and post the content to it.
When the script being posted to is a html page, then this works fine,
but when the script being posted to produces an svg graphic, then there
is no 'view source'. Its almost as though the opened page headers are
already set for html and doesn't like the svg xml schema.
Here is the code:
document.report.action="graphic_rpt.cfm?RequestTimeout=700";
var mywin;
if ( !mywin || mywin.closed )
{
mywin =
window.open(mycgi,'view_report','width='+mywidth+' ,height=425,top=50,left=0,scrollbars=yes,toolbar=y es,resizable=yes');}
}
document.report.target = 'view_report'
document.report.method = 'post'
document.report.submit();
mywin.focus();
I am confused as to why a window will not open if i include certain code. if i use code...
View 8 Replies View Relatedis there a way in HTML or Javascript to open a new window and force it to be a new Window, not a new tab? and also avoid popup blockers??
View 7 Replies View RelatedI'm pretty poor at Javascript, but does anyone have any ideas on how I can get a new browser window to open behind the current window when it is opened.
View 7 Replies View RelatedCode that worked in IE6 for opening a new window (window.open) now, in IE8, REPLACES the window with that code, on the same tab.
and the HTML code <a href=... target="newWIn"> is ignored, but if I delete the "target=..." it too replaces the current tab contents.
How do I open a new window, or at least a new tab, in IE8?
I am trying to find out how to position an opening window in Internet
Explorer.
While in Netscape/Mozilla/Firefox exist the options screenX and screenY for
the open method of the window object, I couldn't find anything similar in
IE.
Can a window be opened without a titlebar? Can an alert message box be opened without a titlebar and an OK button?
I'm trying to display something like a tooltip when the onclick event occurs.
How do I open a window from within a .js file?I want to do this, below in a .js file like I would in a html file.
<a href="google.co.uk" class="thickbox"></a>
i'm thinking of having new window open when a link is clicked, but i am not sure if it would work on a computer with pop up stoppers on it.
do pop up stopper disable any kind of pop up windows - the ones that open onLoad etc as well as the ones that open with javascript?
I have a button called LOOKUP, which when clicked calls a client side function that increments the nLookUp by 1 and then should open the target URL in new window. How can i accomplist this from cllient side scripting?
<script language="javascript">
<!--
var nLookUp = 0
[code].....
just having trouble opening a window with no status bar or location (address bar)
I have tried several different things but it seems to not want to let me prevent the status bar from showing up
Code:
<html>
<head>
<script type="text/javascript">
function open_win()
[Code]....
I am trying to write a javascript to open multiple websites in the same window for Internet Explorer. However I keep getting the website opening in a new window. Here is my code.
[Code]...
So currently, this code behaves like this. Every 3 seconds, it opens up a new website. However this code I wrote opens [URL] in a new window, then [URL] in a new window and so on. I want it to open all the websites in the same window. How do I achieve this?
i m working on a web app. i want after login button the web app is opened in a popup (1280, 800).
View 24 Replies View RelatedFrom my web page I open another link in another browser window. That
new window is composed of two frames. I have a <a
href="....."> link on the second frame of that window. What I want is
that when user clicks on the link in the new window's second frame,
the response should open in the original browser window that opened
this secondary window(which is made of two frames). How can I do it?I
hope i have explained my problem.
I tried to used window.opened.location.href but it didnt work because
I have frames in my secondary window...
how to actually open a link in a new window instead of a new tab.
So far the suggested codes around the internet all come to something like this:
<a href="http://whatever.com/profile/1" id="upload_link" rel="external" target="_blank">To open in new Window</a>
And the jQuery is something like the following:
$("#upload_link").click(function(event) {
event.preventDefault();
event.stopPropagation();
window.open(this.href, '_blank');
});
I read it has worked for some people out there, but in my case it's working only to create new tabs!
I need it to open a new window in Chrome, Firefox and Safari, one with fixed width and height if possible.
I want to open a new browser window using javascript. I don't want to display URL in the dialogue. Here is my code.
Code:
var windowFeatures = "top=100,left=100,scrollbars=yes,resizable=no,menubar=no,location=no,directories=no,titlebar=no";
var windowObjectReference = window.open(resourceURL,"_blank",windowFeatures);
The new dialogue shows the URL but doesn't allow to modify it. Is there any way to completely hide the url? Although I have specified resizable=no browser allows me to resize the window. I am using firefox.
How to add an onload function to an opened window? (target is "self", not window.open, just a regular link)Is it possible with onbeforeunload or something? Or add onclick to the "normal link"?I mean like this:
<a href="page2.htm" onclick="theWindowIHaveOpened.onload = function(){alert('loaded')}">...