nimm auch gerne ganz andere vorschläge entgegen![]()
das mein pulldown menu ich möchte aber das sich ein javascript fesnter öffnet wenn man einen Menupunkt auswählt.Code:// // MasterScripts // Copyright 2000. All rights reserved. // // http://www.masterscripts.de // // Selling the code for this program without prior written // consent is expressly forbidden! // // By using this code you agree to indemnify MasterScripts from any // liability that might arise from it's use. // Obtain permission before redistributing this software over the Internet or // in any other medium. In all cases copyright and header must remain intact. // <script lang function Pulldown(){ PullTag = '<table border="0">'; PullTag += '<tr>'; PullTag += '<td valign="top">'; PullTag += '<form action="none" method="POST" name="form1" target="new_blank">'; PullTag += '<font size="1" face="Geneva, Arial, Helvetica">'; PullTag += '<select name="menu1" size="1" onChange="goto_site();">'; PullTag += '<option selected value="Ich WILL...">------------ Bitte wählen Sie ------------</option>'; PullTag += '<option value="http://www.ibm.com">News</option>'; PullTag += '<option value="javascript:OpenPicturePopup('http://www.versicherungskaufmann.net/b22/mich.html',550,650,'gb'">Über mich</option>'; PullTag += '<option value="http://www.ibm.com">Bilder</option>'; PullTag += '<option value="http://www.ibm.com">Freunde</option>'; PullTag += '<option value="http://www.microsoft.com">Clan</option>'; PullTag += '<option value="http://www.microsoft.com">fZ2K</option>'; PullTag += '<option value="http://www.microsoft.com">Links</option>'; PullTag += '<option value="http://www.microsoft.com">Gästebuch</option>'; PullTag += '</select>'; PullTag += '</td>'; PullTag += '</tr>'; PullTag += '</table>'; return PullTag; } function goto_site() { var selectedIndex = document.form1.menu1.selectedIndex; if (selectedIndex > 0) { var selection = document.form1.menu1.options[selectedIndex].value; window.parent.location=selection; } }
Könnt ihr mir da helfen ?
vielen Dank im vorraus.
fZ2K![]()
““¡¡“¢[[]
nimm auch gerne ganz andere vorschläge entgegen![]()
““¡¡“¢[[]
Code:// // MasterScripts // Copyright 2000. All rights reserved. // // http://www.masterscripts.de // // Selling the code for this program without prior written // consent is expressly forbidden! // // By using this code you agree to indemnify MasterScripts from any // liability that might arise from it's use. // Obtain permission before redistributing this software over the Internet or // in any other medium. In all cases copyright and header must remain intact. // <script lang function Pulldown(){ PullTag = '<table border="0">'; PullTag += '<tr>'; PullTag += '<td valign="top">'; PullTag += '<form action="none" method="POST" name="form1" target="new_blank">'; PullTag += '<font size="1" face="Geneva, Arial, Helvetica">'; PullTag += '<select name="menu1" size="1" onChange="goto_site();">'; PullTag += '<option selected value="Ich WILL...">------------ Bitte wählen Sie ------------</option>'; PullTag += '<option value="http://www.ibm.com">News</option>'; PullTag += '<option value="java script:OpenPicturePopup('http://www.versicherungskaufmann.net/b22/mich.html',550,650,'gb'">Über mich</option>'; PullTag += '<option value="http://www.ibm.com">Bilder</option>'; PullTag += '<option value="http://www.ibm.com">Freunde</option>'; PullTag += '<option value="http://www.microsoft.com">Clan</option>'; PullTag += '<option value="http://www.microsoft.com">fZ2K</option>'; PullTag += '<option value="http://www.microsoft.com">Links</option>'; PullTag += '<option value="http://www.microsoft.com">Gästebuch</option>'; PullTag += '</select>'; PullTag += '</td>'; PullTag += '</tr>'; PullTag += '</table>'; return PullTag; } function goto_site() { var selectedIndex = document.form1.menu1.selectedIndex; if (selectedIndex > 0) { var selection = document.form1.menu1.options[selectedIndex].value; window.open(selection,'',''); } }
Aktive Benutzer in diesem Thema: 1 (Registrierte Benutzer: 0, Gäste: 1)