Nochmal du willst auf dein HP eine Text are haben. In der dann der Inhalt der SQL-Db ( bzw. einige werte ) stehen??? oder was. Denn ich hbae nichts verstanden. gib mal ein besseres beispiel.
Beiträge von GreenRover
-
-
1.) hast du letztlich was im bios verstllt ???
2.) lechtet die disktenLW LED beim boot einmal kurz auf bzw macht lkurz lese geräusche. ( wenn ja ist dein controler OK und das laufwerk min bis zu hälfte heiel )
3.) gehen alte disketten ???
4.) hast du ein ersatzlaufwerk zum testen??
5.) wie file LW`s hast du am FD-Bus ???
OS: ein FD-Laufwerk hat mom einen Marktwert von ca 10-11€ die soltest du noch verkraften können und ruhig vonm secondhand hanler nehmen die alten sind eh wesentlich besser als der neu plunder.
-
@ stefan999 && webbi.
es ist doch möglich. Ic hhabe jetzt zwar 3-4 stunden gesucht und probiert. doch es geht.
Hier ein vereinfachtes Beispiel:
frame.htm
HTML
Alles anzeigen<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <title>Unbenanntes Dokument</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <script language="javascript"> <!-- function aktion() { parent.document.myForm.Directory.value=document.getElementById('feld').value; } --> </script> </head> <body> </select> </p> <input type="text" id="feld" value="/phpMyAdmin/libraries"> <input type="button" onClick="aktion()" value="FU"> </body> </html>
index.htm
HTML
Alles anzeigen<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <title>Unbenanntes Dokument</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> </head> <body> <form name="myForm"> <select name="Directory" id="Directory" class="inputbox" size="1"> <option value="/phpMyAdmin">|-- phpMyAdmin</option> <option value="/phpMyAdmin/themes">| |-- themes</option> <option value="/phpMyAdmin/themes/original">| | |-- original</option> <option value="/phpMyAdmin/themes/original/img">| | | |-- img</option> <option value="/phpMyAdmin/themes/original/css">| | | |-- css</option> <option value="/phpMyAdmin/themes/darkblue_orange">| | |-- darkblue_orange</option> <option value="/phpMyAdmin/themes/darkblue_orange/img">| | | |-- img</option> <option value="/phpMyAdmin/themes/darkblue_orange/css">| | | |-- css</option> <option value="/phpMyAdmin/scripts">| |-- scripts</option> <option value="/phpMyAdmin/libraries">| |-- libraries</option> <option value="/phpMyAdmin/libraries/transformations">| | |-- transformations</option> <option value="/phpMyAdmin/libraries/fpdf">| | |-- fpdf</option> <option value="/phpMyAdmin/libraries/fpdf/font">| | | |-- font</option> <option value="/phpMyAdmin/libraries/export">| | |-- export</option> <option value="/phpMyAdmin/libraries/dbi">| | |-- dbi</option> <option value="/phpMyAdmin/libraries/dbg">| | |-- dbg</option> <option value="/phpMyAdmin/libraries/auth">| | |-- auth</option> <option value="/phpMyAdmin/lang">| |-- lang</option> <option value="/phpMyAdmin/css">| |-- css</option> <option value="/image">|-- image</option> <option value="/test">|-- test</option> </select> </form> <iframe src="frame.htm" width="300" height="300" frameborder="1"></iframe> </body> </html>
-
das solte auch ein wenig helfen. Auf slefhtml ist noch ne bessere doch de ist mom down.
-
So leutzt ich löse mal wieder meine eigene Frage auf.
Was bloß lustig ist lasst mal einer die zie 16 Weg (
) und selecte dann die ersten 3 Felder. üwrde mich freuen wenn mir jemand erläutern könnte wie es zustande kommt das ich auf einmal eine zahl wie 145.67000000001 rausbekommen kann?? Wer war hier zu dämlich zum rechnen???
HTML
Alles anzeigen<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <title>Unbenanntes Dokument</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <script language="JavaScript" type="text/javascript"> <!-- function summe() { var summe = 0; for (var i = 0; i < document.HiddenFieldsForm.teil.length; i++) { if (document.HiddenFieldsForm.teil[i].checked == "1") { summe += parseFloat(document.HiddenFieldsForm.teil[i].value); } } summe = summe.toFixed(2); document.getElementById('optionPrice').value = summe; } //--> </script> </head> <body> <form action="index.php?productID=120" method=post name="HiddenFieldsForm"> <table border="0" width="100%" cellpadding="15" bgcolor="#666666" cellspacing="15"> <tr valign="top"> <td align="center"> <table border="0"> <tr> <td><a class="product_teile">[b]Bezeichnung[/b]</a></td> <td width="100"><a class="product_teile">[b]Preis[/b]</a></td> <td></td> </tr> <a class="product_teile"></a> <tr> <td align="left"><a class="product_teile">Video</a></td> <td align="right"><a class="product_teile">37.99 SWF</a></td> <td><input type="checkbox" name="teil" value="37.99" class="product_teile" onChange="summe()"></a></td> </tr> </a> <tr> <td align="left"><a class="product_teile">GPS-Daten</a></td> <td align="right"><a class="product_teile">42.90 SWF</a></td> <td><input type="checkbox" name="teil" value="42.90" class="product_teile" onChange="summe()"></a></td> </tr> </a> <tr> <td align="left"><a class="product_teile">Karten</a></td> <td align="right"><a class="product_teile">24.60 SWF</a></td> <td><input type="checkbox" name="teil" value="24.60" class="product_teile" onChange="summe()"></a></td> </tr> </a> <tr> <td align="left"><a class="product_teile">Foto1</a></td> <td align="right"><a class="product_teile">15.02 SWF</a></td> <td><input type="checkbox" name="teil" value="15.02" class="product_teile" onChange="summe()"></a></td> </tr> </a> <tr> <td align="left"><a class="product_teile">Foto</a></td> <td align="right"><a class="product_teile">18.41 SWF</a></td> <td><input type="checkbox" name="teil" value="18.41" class="product_teile" onChange="summe()"></a></td> </tr> <tr> <td align="left"><a class="product_teile">Foto2</a></td> <td align="right"><a class="product_teile">39.62 SWF</a></td> <td><input type="checkbox" name="teil" value="39.62" class="product_teile" onChange="summe()"></a></td> </tr> <tr> <td align="left"><a class="product_teile">Foto3</a></td> <td align="right"><a class="product_teile">71.17 SWF</a></td> <td><input type="checkbox" name="teil" value="71.17" class="product_teile" onChange="summe()"></a></td> </tr> </table> </td> <td> <a class="product_teile">Der Preis der verschiedenen Daten hängt von der Datenart und der Länge der Tour ab.</a> </td> <td> <table border="1" width="150" cellpadding="0" style="border-collapse: collapse; margin: 0;" bordercolor="#DDDDDD"> <tr> <td> <table cellpadding="3"> <tr> <td> Der Preis der ausgewählten Daten beträgt: <input type=text value="0" readonly id="optionPrice" rclass="shopping_cart_var"> <a class="shopping_cart_var"> SWF</a> </td> </tr> </table> </td> </tr> <tr> <td> <input name='cart' type=image src="images/cart_big.gif"alt="hinzufügen zum Wagen" border="0"> </td> </tr> </table> </td> </tr> </table> </form> </body> </html>
-
-
Wo liegt das Problem???
Das selected des select meneus zu ändern.
Oder die Daten über die Frames zu übergeben. -
????
Nein das sit leider nicht möglich da die haubt seite nicht neu geladen wird.
Es währe zwar möglich würde aber die ganze modularität des Projektes zerstören.
-
Ich habe ein shop-script.
Bei dem ich unterschiedlich viele Produkte in einer Kategorie habe.
Nun möchte ich sobald ein Produckt ausgewählt ist soll mittels java-script ein en Gesamtpreis ermittelt werden.
Leider fällt mir nicht ein wie ich es mit unterschiedlich vielen produkten lösen kann.
Mein Ansatz:
HTML
Alles anzeigen<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <title>Unbenanntes Dokument</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <script type="text/javascript"> <!-- function sf() { var val; val=document.GAGA.optionPrice.value; val=document.GAGA.teil[0].value; document.GAGA.optionPrice.value=val; } --> </script> </head> <body> <form action="index.php?productID=120" method=post name="GAGA"> <table border="0" width="100%" cellpadding="15" bgcolor="#666666" cellspacing="15"> <tr valign="top"> <td align="center"> <table border="0"> <tr> <td><a class="product_teile">[b]Bezeichnung[/b]</a></td> <td width="100"><a class="product_teile">[b]Preis[/b]</a></td> <td></td> </tr> <a class="product_teile"></a> <tr> <td align="left"><a class="product_teile">Video</a></td> <td align="right"><a class="product_teile">37.99 SWF</a></td> <td><input type="checkbox" name="teil[0]" value="37.99" class="product_teile" onChange="sf()"></a></td> </tr> </a> <tr> <td align="left"><a class="product_teile">GPS-Daten</a></td> <td align="right"><a class="product_teile">42.90 SWF</a></td> <td><input type="checkbox" name="teil[1]" value="42.90" class="product_teile" onChange="sf()"></a></td> </tr> </a> <tr> <td align="left"><a class="product_teile">Karten</a></td> <td align="right"><a class="product_teile">24.60 SWF</a></td> <td><input type="checkbox" name="teil[2]" value="24.60" class="product_teile" onChange="sf()"></a></td> </tr> </a> <tr> <td align="left"><a class="product_teile">Foto</a></td> <td align="right"><a class="product_teile">15.00 SWF</a></td> <td><input type="checkbox" name="teil[3]" value="15.00" class="product_teile" onChange="sf()"></a></td> </tr> </a> <tr> <td align="left"><a class="product_teile">Foto</a></td> <td align="right"><a class="product_teile">16.00 SWF</a></td> <td><input type="checkbox" name="teil[4]" value="16.00" class="product_teile" onChange="sf()"></a></td> </tr> </table> </td> <td> <a class="product_teile">Der Preis der verschiedenen Daten hängt von der Datenart und der Länge der Tour ab.</a> </td> <td> <table border="1" width="150" cellpadding="0" style="border-collapse: collapse; margin: 0;" bordercolor="#DDDDDD"> <tr> <td> <table cellpadding="3"> <tr> <td> Der Preis der ausgewählten Daten beträgt: <input type=text value="0" readonly id="optionPrice" rclass="shopping_cart_var"> <a class="shopping_cart_var"> SWF</a> </td> </tr> </table> </td> </tr> <tr> <td> <input name='cart' type=image src="images/cart_big.gif"alt="hinzufügen zum Wagen" border="0"> </td> </tr> </table> </td> </tr> </table> </form> </body> </html>
-
-
-
-
LOL mit eienr halbwegs vernüftigen WAKÜ einen AMD 2400+ ( truhbred )
auf reelle 3Ghz das ist doch schon was. Und wenn das board mehr machen würde, dann währe es sicher noc hein wenig mehr
-
HTML
Alles anzeigen<html> <head> <title>Untitled Document</title> <script type="text/JavaScript"> <!-- function doKey($key) { if ($key == 13) { alert("Sie haben Enter gedrückt" + $key); document.forms["keyvalue"].submit(); } else { alert("Sie haben Taste:" + $key + " betätigt"); } } --> </script> </head> <body onKeyPress="doKey(window.event.keyCode)"> <a>kfvjhüdfjk</a> </body> </html>
-
Jo und eine Forumssuche extiert hier sogar auch!!!
https://www.forum-hilfe.de/viewtopic.php?t=6642
https://www.forum-hilfe.de/viewtopic.php?t=4810und dann gibt es noch einig mehr!!!
-
OMG!!!!!!
Also ich habe mal in google hello kity eingegeben!!!
Was willst du den deinen Gästen antuhen???
Und wie währe es wenn du einfach mal das bild was am cursor angehängt werden soll bereitstellst.
Dann wird dir sicher geholen.
-
Das ist genau die gleiche. Blos nicht ganz so gut gelöst wie ich finde.
-
-
HTML
Alles anzeigen<html> <head> </head> <script> <!-- function tellbock() { document._ctl0.ToU.value=document.Zusatzfunktionen.Telefonbuch.value; } // --> </script> <body onLoad=sf()> <form name="_ctl0" method="post" action="" id="_ctl0" enctype="multipart/form-data"> <input name="ToU" id="ToU" size="18" tabindex="1" type="text" value="+49" checked> <input name="Send" value="send" type="submit"> </form> <form name="Zusatzfunktionen"> <select name="Telefonbuch"> <option selected>Telefonbuch</option> <option value="+49162xxxxxxx" onMouseup="tellbock()">Karo</option> <option value="+4916xxxxxxxxx"onMouseup="tellbock()">Almsi</option> <option value="+491ccccccccc" onMouseup="tellbock()">Witzy</option> </select> </form> </body> </html>
-
Ic habe ein Problem mit JAVA-SCRIPT.
Ich habe einen Iframe und möchte daten vom Iframe auf die haubtseite bringen:
Iframe:
Code
Alles anzeigen<script language="javascript" type="text/javascript"> function updateDir(){ var allPaths = window.top.document.forms[0].Directory.options; for(i=0; i<allPaths.length; i++) { allPaths.item(i).selected = false; if((allPaths.item(i).value)== '/') { allPaths.item(i).selected = true; } } } </script> <table border="0" align="center" cellpadding="3"> <tr> <td align="center" width="230"><a href="index.php?view_page=dir_tree&without_menu&task=list&dir=/projekt_1/phpMyAdmin/libraries/auth" target="Explorer" onClick="javascript:updateDir();">[img]image/dir.gif[/img] auth</a></td> <td align="center" width="230"><a href="index.php?view_page=dir_tree&without_menu&task=list&dir=/projekt_1/phpMyAdmin/libraries/dbg" target="Explorer" onClick="javascript:updateDir();">[img]image/dir.gif[/img] dbg</a></td> <td align="center" width="230"><a href="index.php?view_page=dir_tree&without_menu&task=list&dir=/projekt_1/phpMyAdmin/libraries/dbi" target="Explorer" onClick="javascript:updateDir();">[img]image/dir.gif[/img] dbi</a></td> <td align="center" width="230"><a href="index.php?view_page=dir_tree&without_menu&task=list&dir=/projekt_1/phpMyAdmin/libraries/export" target="Explorer" onClick="javascript:updateDir();">[img]image/dir.gif[/img] export</a></td> </tr> <tr> <td align="center" width="230"><a href="index.php?view_page=dir_tree&without_menu&task=list&dir=/projekt_1/phpMyAdmin/libraries/fpdf" target="Explorer" onClick="javascript:updateDir();">[img]image/dir.gif[/img] fpdf</a></td> <td align="center" width="230"><a href="index.php?view_page=dir_tree&without_menu&task=list&dir=/projekt_1/phpMyAdmin/libraries/transformations" target="Explorer" onClick="javascript:updateDir();">[img]image/dir.gif[/img] transformations</a></td> </tr> </table>
Mainpage:
Code
Alles anzeigen<tr><td colspan="2" align="left"> <script language="javascript" type="text/javascript"> function dirup(){ var urlquery=frames['Explorer'].location.search.substring(1); var curdir= urlquery.substring(urlquery.indexOf('dir=')+4); var dir=curdir.substring(0,curdir.lastIndexOf('/')); frames['Explorer'].location.href='index.php?view_page=dir_tree&without_menu&task=list&dir=' + dir; } function goUpDir() { var selection = document.forms[0].Directory; var dir = selection.options[selection.selectedIndex].value; frames['Explorer'].location.href='index.php?view_page=dir_tree&without_menu&task=list&dir=' + dir; } </script> <select name="Directory" class="form" size="1" onchange="goUpDir()"> <option value="/projekt/template/htmlarea/plugins/ContextMenu">| | | | |-- ContextMenu</option> <option value="/projekt/template/htmlarea/plugins/ContextMenu/lang">| | | | | |-- lang</option> <option value="/projekt/template/htmlarea/plugins/CSS">| | | | |-- CSS</option> <option value="/projekt/template/htmlarea/plugins/CSS/lang">| | | | | |-- lang</option> <option value="/projekt/template/htmlarea/plugins/FullPage">| | | | |-- FullPage</option> <option value="/projekt/template/htmlarea/plugins/FullPage/img">| | | | | |-- img</option> <option value="/projekt/template/htmlarea/plugins/FullPage/lang">| | | | | |-- lang</option> <option value="/projekt/template/htmlarea/plugins/FullPage/popups">| | | | | |-- popups</option> <option value="/projekt/template/htmlarea/plugins/SpellChecker">| | | | |-- SpellChecker</option> <option value="/projekt/template/htmlarea/plugins/SpellChecker/img">| | | | | |-- img</option> <option value="/projekt/template/htmlarea/plugins/TableOperations/img">| | | | | |-- img</option> <option value="/projekt/template/htmlarea/plugins/TableOperations/lang">| | | | | |-- lang</option> ........ <option value="/projekt_1/phpMyAdmin/themes/original/css">| | | | |-- css</option> <option value="/projekt_1/phpMyAdmin/themes/original/img">| | | | |-- img</option> <option value="/projekt_1/test">| |-- test</option> <option value="/Setup">|-- Setup</option> <option value="/test">|-- test</option> </select> <a> </a> [url='javascript:dirup()'][img]image/updir.gif[/img]Aufwätrs[/url] <iframe src="index.php?view_page=dir_tree&without_menu&task=list&dir=" name="Explorer" id="Explorer" width="100%" height="170" marginwidth="0" marginheight="0" align="top" scrolling="auto" frameborder="1" hspace="0" vspace="0"></iframe> </td> </tr> </table>
Ich habe das SELECT meneu mal ne runde gekürtzt!!! ( hatte so ca 100 Einträge )
Also nun soll sobal ein link im IFrame ( Ordnersymbol ) betätigt wird.
Das dann die Variabelle "dir" aus dem link, die auf im SELECET meneu auf der haubtseite vorkommt ausgewählt wird.Das ganze wird PHP generirert und soweit stellt das kein PRoblem dar.
Ich bräuchte hlat blos den hinwies wie ich von IFRAME aus das select-menü den ausgewählten Wert ändern kann.