Hey Seb,

your latest enhancements seem to make the windows-script evene better.
I'm still having problems after installing version 1.2.1.
The windows are not diplayed anymore. But I can't figure out wich parameter
to use to make them visible.
And I cannot keep teh window position, after refreshing the browser. Cookies
are send and stored correct.

Any help is much apreciated.
Kind reagrds
P

<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=Cp1252"/>


<script type="text/javascript" src="javascripts/prototype.js"> </script>
  <script type="text/javascript" src="javascripts/effects.js"> </script>

  <script type="text/javascript" src="javascripts/window.js"> </script>
      <script type="text/javascript" src="javascripts/window_ext.js">
</script>
<link href="themes/default.css" rel="stylesheet" type="text/css"/>

  <link href="themes/mac_os_x.css" rel="stylesheet" type="text/css"/>

<body>


<script type="text/javascript">
var win1= new Window({className: "mac_os_x", title: "RB", top:70, left:100,
width:450, height:200, wiredDrag: true, refresh: true, url: "
http://some-example.com"} <http://some-example.com%22%7d/>)
WindowStore.show(win1);

var win2= new Window({className: "mac_os_x", title: "SR", top:70, left:570,
width:450, height:200, url: "http://some-example2.com"}
<http://some-example2.com%22%7d/>)
WindowStore.show(win2);


var win3= new Window({className: "mac_os_x", title: "HR", top:350, left:100,
width:450, height:200, url: "http://some-example3.com"}
<http://some-example3.com%22%7d/>)
WindowStore.show(win3);
_______________________________________________
Javawin mailing list
[email protected]
http://mail.xilinus.com/mailman/listinfo/javawin_xilinus.com

Reply via email to