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...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/Q_20391543.html
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, ...
http://www.experts-exchange.com/Programming/Languages/Scripting/JavaScript/Q_20715458.html
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 ...
http://www.experts-exchange.com/Programming/Languages/Scripting/JavaScript/Q_21363111.html
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...
http://www.experts-exchange.com/Programming/Languages/Scripting/JavaScript/Q_21041946.html
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...
http://www.experts-exchange.com/Programming/Languages/Scripting/JavaScript/Q_21290299.html
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...
http://www.experts-exchange.com/Software/Internet_Email/Web_Browsers/Q_21453234.html
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...
http://www.experts-exchange.com/Software/Internet_Email/Web_Browsers/Q_21137000.html
Zones:
Web BrowsersDate Answered: 10/04/2004 Rating: 7.6 Views: 0