Ignore:
Timestamp:
09/28/10 15:08:17 (14 years ago)
Author:
frank.jaeger
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/data/umn/templates/alkisrlpfsh.html

    r26 r49  
    77        <link rel="stylesheet" type="text/css" href="../info/featureinfo.css"> 
    88</head> 
    9 <body> 
     9<body onLoad="window.resizeTo(460, 300)"> 
    1010<script type="text/javascript"> 
    1111function initALKIS(selParcel){ 
    1212        var link = "http://map.krz.de/info/alkis/alkisausk.php?gkz=rlp&gmlid=" + encodeURI(selParcel); 
    13         window.open(link,'','left=0,top=0,width=600,height=800,resizable=yes,menubar=no,toolbar=no,location=no,status=no,scrollbars=yes'); 
     13        window.open(link,'','left=0,top=0,width=660,height=800,resizable=yes,menubar=no,toolbar=no,location=no,status=no,scrollbars=yes'); 
    1414        window.close("_self"); 
    1515} 
Note: See TracChangeset for help on using the changeset viewer.