Grzinic:statement - replies

Claudia Westermann media at ezaic.de
Mon Jan 14 12:10:20 CET 2002


Hi you all,

you might have a look at
http://anart.no/~syndicate/

Marina's text is now launching with the Syndicate homepage
and there is a link to send e-mail , too

.... quite simple ..
we might set up a data base table to collect the replies
this is not yet working but in any case you can send e-mail by using the 
form ...

if someone wants, the page can be launched from other sites also. I am 
using this javascript on mine:

function LaunchGrzinic(url, name, height, width) {
   	var str = "height=" + height + ",innerHeight=" + height;
  	str += ",width=" + width + ",innerWidth=" + width;
   	if (window.screen) {
   	var ah = screen.availHeight - 30;
   	var aw = screen.availWidth - 10;
   	var xc = (aw - width) / 2;
   	var yc = (ah - height) / 2;
   	str += ",left=" + xc + ",screenX=" + xc;
   	str += ",top=" + yc + ",screenY=" + yc;
   	str += 
",resizable=yes,toolbar=no,menubar=no,status=yes,scrollbars=yes,titlebar=yes,location=yes";
   	}
   return window.open(url, name, str);
}

and in the body tag:
onLoad="LaunchGrzinic('http://anart.no/~syndicate/art_world/grzinic.html', 
'grzinic', '400', '700')"

so it gets loaded as it gets loaded on Syndicate (centered) .....

salut
claudia





More information about the Syndicate mailing list