| | | | |
| |||||||
| HTML, Usability und Barrierefreiheit Themen rund um Textauszeichnung, Formatierung, Barrierefreiheit und Usability. |
|
| | LinkBack | Themen-Optionen | Thema bewerten |
| | |
| PHP Code Flüsterer Registriert seit: 21.08.2005 Beiträge: 4682 PHP-Kenntnisse: Fortgeschritten | |
| | |
| Gast
Beiträge: n/a
| Wo ist denn F1 definiert? Oder bin ich blind... ![]() Nachtrag: Ah, da... 2. Nachtrag: Also bei mir gings: Code: <html><head><title>test</title></head>
<script language="javascript">
function pruefen(x){
if(x==1)
wndRichtig();
else
wndFalsch();
}
function wndRichtig(){
F1=window.open("about:blank","Richtig","width=200,height=200,left=20,top=20");
F1.document.write("<html><head><title>Richtig<\/title>");
F1.document.write("<link rel='stylesheet' type='text/css' href='style.css'>");
F1.document.write("<\/head>");
F1.document.write("<body>");
F1.document.write("<p class='standard'>Diese Antwort war richtig.<\/p>");
F1.document.write("<a class='navi' href='javascript:window.close();'>Fenster schliessen<\/a>");
F1.document.write("<\/body><\/html>");
}
function wndFalsch(){
F1=window.open("about:blank","Falsch","width=200,height=200,left=20,top=20");
F1.document.write("<html><head><title>Falsch<\/title>");
F1.document.write("<link rel='stylesheet' type='text/css' href='style.css'>");
F1.document.write("<\/head>");
F1.document.write("<body>");
F1.document.write("<p class='standard'>Diese Antwort war falsch.<\/p>");
F1.document.write("<a class='navi' href='javascript:window.close();'>Fenster schliessen<\/a>");
F1.document.write("<\/body><\/html>");
}
</script>
Testen
</html>
|
|
|
| Themen-Optionen | |
| Thema bewerten | |
|
|
Ähnliche Themen | ||||
| Thema | Autor | Forum | Antworten | Letzter Beitrag |
| Php Formular prüfen mit Javascript ohne <form> | 0uhr15 | PHP Tipps 2008 | 13 | 16.06.2008 11:26 |
| JavaScript: IFrame: Wert aendern: Problem | SvenLittkowski | HTML, Usability und Barrierefreiheit | 2 | 26.09.2007 00:49 |
| JavaScript Problem | 2wuck | HTML, Usability und Barrierefreiheit | 3 | 02.01.2006 14:15 |
| Problem mit Formular | PHP Tipps 2007 | 13 | 03.11.2005 12:23 | |
| Formular Problem mit Übertragung (SunOS) | PHP Tipps 2005-2 | 12 | 07.09.2005 11:26 | |
| Problem mit Formular! | PHP Tipps 2005-2 | 5 | 12.08.2005 19:20 | |
| Problem mit Formular | PHP Tipps 2005-2 | 4 | 14.07.2005 23:53 | |
| Formular Problem | Riot | PHP Tipps 2005-2 | 1 | 05.07.2005 23:08 |
| [Erledigt] Problem mit formular | PHP-Fortgeschrittene | 2 | 19.04.2005 11:32 | |
| Problem mit Formular übergabe | b++ | PHP Tipps 2005 | 6 | 04.04.2005 14:19 |
| Session - Javascript Problem ? | PHP-Fortgeschrittene | 10 | 21.09.2004 20:36 | |
| Problem mit Formular + Mail To+ PHP-Seiten weiterleitung | HTML, Usability und Barrierefreiheit | 3 | 27.08.2004 11:06 | |
| Problem mit JavaScript: Läuft nur im IE | HTML, Usability und Barrierefreiheit | 8 | 11.08.2004 19:47 | |
| Problem mit Formular + Antwortseite | PHP Tipps 2004 | 2 | 22.07.2004 09:51 | |
| [Erledigt] Formular, Submit, PHP - Hab ein kleines Problem | PHP Tipps 2004 | 2 | 10.07.2004 13:50 | |

Dieser Inhalt ist unter einer Creative Commons-Lizenz lizenziert.