Enter Keywords:
Search Within Results
 
 
Narrow Results
Can't Find a Solution
 
 
 
1 - 7 of 7(0.01 seconds)
Sort By:
 
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 Rating: 8.2 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 Rating: 8.2 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 Rating: 8.6 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 Rating: 8.4 Views: 8
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 Rating: 7.4 Views: 222
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 Rating: 7.4 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 Rating: 7.6 Views: 0
 
  • 1