Advertisement

1 - 7 of 7 containing alltags:("resizeto") (0 seconds)
i´m new to javascript, try to understand... I need to adjust "popup"-window properties without being able to access the link that opens the popup. what i need is window in 400x500 and no scrollba...
Zones: Web Languages/StandardsDate Answered: 11/07/2002 Grade: B Views: 0
I'll bet this one will be real easy for someone here. If I do this:  window.open(url, "name", directories=no, menubar=no, toolbar=no, fullscreen=no, scrollbars=yes, resizable=yes, width=650, ...
Zones: JavaScriptDate Answered: 08/21/2003 Grade: A Views: 0
Given this code: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/loose.dtd" > <html> <head> <title>SAMS Help</title> <script> <!-- function init() {    var ...
Zones: JavaScriptDate Answered: 03/24/2005 Grade: A Views: 0
Given the following: <script language="JavaScript"> function openWins() {       w = window.open("http://ksny2k08:8080/RptPickTicket.jsp"); alert("Before");       w.resizeTo(screen.width-2,screen.heig...
Zones: JavaScriptDate Answered: 06/30/2004 Grade: A Views: 34
When clicking on a photo, I have a customized popup that let's you zoom in/out on the image.  While zooming in and out, I am using the javascript window.resizeTo( )function to grow/shrink the windo...
Zones: JavaScriptDate Answered: 02/07/2005 Grade: A Views: 189
Hi Ive always set my Home page to: javascript:resizeTo(1024,768);moveTo(128,110);document.location.href='http://www.google.com/' Its set my screen just how I want it and takes me to Google...
Zones: Web BrowsersDate Answered: 07/15/2005 Grade: A Views: 0
Ive installed service pack 2 but now I find I cant set my size of opening internet explorer pages anymore. I used to use the following as my home page javascript:resizeTo(1024,768);moveTo(128,1...
Zones: Web BrowsersDate Answered: 10/04/2004 Grade: B Views: 9
  • 1