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ß
Linkliste, neues Fenster und seine Größe
-
- Posts: 61
- Joined: Mon 18. Apr 2005, 14:05
- Location: Berlin
- Contact:
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>
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
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
>> HowTo | DOCU | FAQ | TEMPLATES/DOCS << ( SITE )