Linkliste, neues Fenster und seine Größe

Get help with installation and running phpwcms here. Please do not post bug reports or feature requests here.
Post Reply
Chilly_Bang
Posts: 61
Joined: Mon 18. Apr 2005, 14:05
Location: Berlin
Contact:

Linkliste, neues Fenster und seine Größe

Post 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ß
TAOG
Posts: 206
Joined: Fri 17. Sep 2004, 20:14
Location: Berlin/Germany
Contact:

Post 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>
User avatar
flip-flop
Moderator
Posts: 8178
Joined: Sat 21. May 2005, 21:25
Location: HAMM (Germany)
Contact:

Post 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
>> HowTo | DOCU | FAQ | TEMPLATES/DOCS << ( SITE )
Post Reply