Page 1 of 1

Linkliste, neues Fenster und seine Größe

Posted: Thu 27. Oct 2005, 05:23
by Chilly_Bang
Hallo an alle!

wie ist es möglich die Parameter des neuen Fensters einzugeben bei

http://www.bla.de|http://www.bla.de _blank

?

gruß

Posted: Sat 29. Oct 2005, 13:42
by TAOG
das einfachste was mir einfällt ist ein HTML contentpart nehmen und den aufruf des fensters hardcoded zu gestalten.

Code: Select all

<script type="text/JavaScript">
<!--
function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}
//-->
</script>
</head>
<a href="index.php" onClick="MM_openBrWindow('index.php','index','scrollbars=yes,width=200,height=300')">index</a>

Posted: Sat 29. Oct 2005, 17:21
by flip-flop
Hi Chilly_Bang,

Problem: Is it posible to enter the width and height of a new window?
http://www.bla.de|http://www.bla.de _blank

Yes it is, there are a mode out there. It calls popupwindow written by pixelpeter.

Show at this tread:
http://www.phpwcms.de/forum/viewtopic.p ... opupwindow

I hope it solves your problem.

Schaue in den oben angegebenen tread.

Gruß Knut