Vielen dank ich probiere es aus
Beiträge von SonicChriz
-
-
Ich kann leider kein PHP.
wenn es sich nicht anders lösen lässt,lasse ich es lieberist ja bis jetzt erstmal nicht soooo... wichtig. -
Hat jemand den code dafür:
ich möchte eine AGB'S auf meine homepage machen (in der anmeldung)
und wie bekomme ich es hin das das formular nur abgesendet wird wenn ein häkchen in dem AGB'S feld ist?ich hoffe ich habe mich verständlich ausgedrückt.
wenn nict sagt es bitte.m*f*g SonicChriz
-
Ich habe ein Anmeldeformular auf meiner Homepage.
wenn jemand sich anmeldet bekomme ich ja eine e-mail.
wie kann ich diese e-mail gestalten also das da z.b. die uhrzeit steht an dem die anmeldung abgesendet wurde.Achja nochwas:
kann man es mit html hinbekommen das wenn sich jemand angemeldet hat er eine bestätigungs-e-mail bekommt`?m*f*g SonicChriz
-
Also das müsste funktionieren:
HTML
Alles anzeigen<html> <head> <style> input { width=100px; border-top: 1px solid #000000; border-bottom: 1px solid #000000; border-left: 1px solid #000000; border-right: 1px solid #000000; background-color: #FFFFFF; color: #000000; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; } </style> </head> <body bgcolor="#FFFFFF"> <table cellpadding=3 cellspacing=3 border=0 bgcolor=#FFFFFF width=350 style="border-collapse: collapse" bordercolor="#111111"><form method="POST" action="http://www.voteonline2.de/formmailer/formmailer.cgi"> <tr> <td bordercolor="#ECECEC" rowspan="2" bgcolor="#FFFFFF" ><center> </p> </td><td bgcolor="#FFFFFF"><font face="Times New Roman"> [b]<font color="#FFFFFF">Registrierung</font> [/b]</p> </font></td> </tr> <tr> <td bgcolor="#FFFFFF"><font face="Times New Roman">Name[b] [/b] <font color="#FF0000"></font><input type="text" name="name" size="21" onBlur=this.style.backgroundColor='#DFDFDF' onFocus=this.style.backgroundColor='#FFFFFF' style="font-size: 8pt; color:#000000; background:#FFFFFF; font-family: Arial' value="#########" class=input></font></td> </tr> <tr> <td bgcolor="#FFFFFF"><font face="Times New Roman"><center> [b][/b]</font></p> </td><td bgcolor="#FFFFFF"><font face="Times New Roman">eMail[b]: [/b]</font><font face="Times New Roman" color="#FFFFFF">[b]<input type="text" name="emailfrom" size="20" onBlur=this.style.backgroundColor='#FFFFFF' class=input onFocus=this.style.backgroundColor='#ffffff' style='background:#FFFFFF; ' value="@">[/b]</font></td> </tr> <tr><td bgcolor="#FFFFFF"><top> </p> </td><td bgcolor="#FFFFFF"> <textarea rows="8" name="text" cols="61" onBlur=this.style.backgroundColor='#dedede' onFocus=this.style.backgroundColor='#ffffff' style='font-size: 8pt; background:#FFFFFF; color:#000000; font-family: Arial'></TEXTAREA></td></tr> <tr><td valign=top bgcolor="#FFFFFF"></td><td bgcolor="#FFFFFF"><top> <input type="submit" value="abschicken" style='font-size: 8pt; height:14pt; color:black; font-weight:bold; font-family: Arial' name="submit"></td></tr> <tr><td bgcolor="#FFFFFF"></td><td bgcolor="#FFFFFF"></td></tr> <input type="hidden" name="email" value="daniel.moos@gmx.ch" size="42" class=input> <input type="hidden" name="hintergrundfarbe" value="#ffffff" size="42" class=input> <input type="hidden" name="schriftfarbe" value="#ff0000" size="42" class=input> <input type="hidden" name="hintergrundbild" value="" size="42" class=input> <tr><td valign=top bgcolor="#FFFFFF"></td><td bgcolor="#FFFFFF"> </td></tr> </form></table> </body> </html>
Hab die e-mailvon oben benutzt.
wenns nicht funktioniert sag bescheid -
Dann brauche ich deine e-mail
-
Also bei mir zeigt er die e-mail an die ich angegeben habe:
hier ein link
http://chrizimhood.ch.funpic.de/Neuer Ordner/kontaktformular.htm
der code ist :HTML
Alles anzeigen<html> <head> <meta name="GENERATOR" content="Microsoft FrontPage 5.0"> <meta name="ProgId" content="FrontPage.Editor.Document"> <meta http-equiv="Content-Type" content="text/html; charset=windows-1252"> <title>Kontaktformular</title> </head> <body> <p align="center">[b]Kontaktformular[/b]</p> <p align="center">Dieses Formular wird durch einen Klick auf "Senden" an [url='mailto:chrisboy1991@yahoo.de']den Homepagebetreiber[/url] gesendet.</p> <p align="center"> <FORM ACTION="http://geekweb.ch/mailer.asp" METHOD=POST> <div align="center"> <input type="hidden" name="_EMail" value="chrisboy1991@yahoo.de"> <input type="hidden" name="_MailSubject" value="HabboFuture"> <input type="hidden" name="_Mandatory" value="E-Mail"> <input type="hidden" name="_DankePage" value="http://earthwar.ea.ohost.de/Danke!.html"> <input type="hidden" name="_FehlerPage" value="http://earthwar.ea.ohost.de/FehlerPage.html"> </div> <table border="10" align="center"> <tr> <td><table border="0" align="center" cellpadding="0" cellspacing="10"> <tr align="center"> <td> <p align="left">[b]Name :[/b]</p></td> <td> <div align="left"> <input name="Name" type="text" size="20"> </div></td> </tr> <tr align="center"> <td bordercolor="#999999"> <div align="left">[b]E-mail :[/b] </div></td> <td bordercolor="#999999"> <div align="left"> <input name="E-Mail" type="text" size="20"> </div></td> </tr> <tr align="center"> <td bordercolor="#999999"> <div align="left">[b]Betreff :[/b] </div></td> <td bordercolor="#999999"> <div align="left"> <input name="Betreff" type="text" size="20"> </div></td> </tr> <tr align="center"> <td valign="top" bordercolor="#999999"> <div align="left">[b]Nachricht :[/b] </div></td> <td bordercolor="#999999"> <div align="left"> <textarea style="width=200px;" name="Nachricht" rows="5" cols="20"></textarea> </div></td> </tr> <tr align="center"> <td colspan="2" bordercolor="#999999"> <div align="center"> <input name="submit" type="submit" style="width=80px;" value="Senden"> </div></td> </tr> </table></td> </tr> </table> </FORM></body> <FORM ACTION="http://geekweb.ch/mailer.asp" METHOD=POST> </html>
ich habe einfach nur die e-mail geändert
aber wenn du ein kontaktformular haben willst was fnktioniert wie du willst dann amche ich dir einsm*f*g SonicChriz[/code]
-
also wenn ich MEINE e-mailnagebe funktioniert es
ich weiß nicht warum es bei dir nicht funzt
must mal rumprobieren -
Ehhmmmm..... sorry aber ich blicke da nicht durch,
könntest du mir deisen code in das stylesheet umschreiben so wie du es oben geschreiben hast?HTML
Alles anzeigen<html> <head> <body bgcolor="#FFFFFF"> <table cellpadding=3 cellspacing=3 border=0 bgcolor=#FFFFFF width=350 style="border-collapse: collapse" bordercolor="#111111"><form method="POST" action="http://www.voteonline2.de/formmailer/formmailer.cgi"> <tr> <td bordercolor="#ECECEC" rowspan="2" bgcolor="#E4E4E4" ><center> </p> </td><td bgcolor="#1F4DA0"><font face="Times New Roman"> [b]<font color="#FFFFFF">Registrierung</font> [/b]</p> </font></td> </tr> <tr> <td bgcolor="#E4E4E4"><font face="Times New Roman"> Gewünschter Nickname[b]: [/b] <font color="#FF0000">* </font> <input type="text" name="name" size="28" onBlur=this.style.backgroundColor='#DFDFDF' onFocus=this.style.backgroundColor='#ffffff' style='font-size: 8pt; color:#ff0000; background:#DFDFDF; font-family: Arial' value="#########"></font></td> </tr> <tr> <td bgcolor="#E4E4E4"><font face="Times New Roman"><center> [b][/b]</font></p> </td><td bgcolor="#E4E4E4"><font face="Times New Roman">Vorname: <font color="#FF0000">*</font> <input type="text" name="Vorname" size="20"> Nachname <font color="#FF0000">*</font> <input type="text" name="Nachname" size="20"> eMail[b]: [/b]<font color="#FF0000">*</font></font><font face="Times New Roman" color="#FFFFFF">[b] <input type="text" name="emailfrom" size="20" onBlur=this.style.backgroundColor='#DFDFDF' onFocus=this.style.backgroundColor='#ffffff' style='background:#DFDFDF; ' value="######@#####.###">[/b]</font></td> </tr> <tr><td bgcolor="#E4E4E4"><top> </p> </td><td bgcolor="#E4E4E4"> Passwort: <font color="#FF0000" face="Times New Roman">* </font> <input type="password" name="Password" size="20" value="********"> Passwort wiederholen: <font color="#FF0000" face="Times New Roman">*</font> <input type="password" name="Password_wiederholung" size="20" value="********"> Wo wohnen Sie? <input type="checkbox" value="Deutschland" name="Land"> Deutschland <input type="checkbox" value="Österreich" name="Land"> Österreich <input type="checkbox" value="Schweiz" name="Land"> Schweiz Welches Bundesland? <input type="text" name="Bundesland" size="20"> Welche Stadt? <input type="text" name="Stadt" size="20"> Noch eine Nachricht an den Webmaster?: <textarea rows="8" name="text" cols="61" onBlur=this.style.backgroundColor='#dedede' onFocus=this.style.backgroundColor='#ffffff' style='font-size: 8pt; background:#DFDFDF; color:#ff0000; font-family: Arial'></TEXTAREA></td></tr> <tr><td valign=top bgcolor="#E4E4E4"></td><td bgcolor="#E4E4E4"><input type="submit" value="abschicken" style='font-size: 8pt; height:14pt; color:black; font-weight:bold; font-family: Arial' name="submit"></td></tr> <tr><td bgcolor="#E4E4E4"></td><td bgcolor="#E4E4E4"></td></tr> <input type="hidden" name="email" value="sonicchriz@yahoo.de" size="42"> <input type="hidden" name="hintergrundfarbe" value="#ffffff" size="42"> <input type="hidden" name="schriftfarbe" value="#ff0000" size="42"> <input type="hidden" name="hintergrundbild" value="" size="42"> <tr><td valign=top bgcolor="#E4E4E4"></td><td bgcolor="#E4E4E4"> </td></tr> </form></table> </head> </html> </p> </body>
also ich kann es nicht.du kannst es mir ja nochmal erklären.besser wäre es aber wenn du es machen könntest.danke m*f*g Sonicchriz ps:wenn du es nicht machen möchtest ist es auch nicht schlimm.
-
danke schön ich probiere es
-
wie bekomme ich es hin das ein formularfeld farbig hinterlegt wird?
also das ein passwortfeld oder so nicht standardmäßig weiß ist sondern
z.b. schwarz oder grau.kann mir einer einen code geben ?
ich habe forumsuche gemacht und bei google gesucht aber nichts passendes gefunden.m*f*g SonicChriz
-
Danke für die Antwort.
ich versuche es mal. -
aha cool image ready habe ich gibt es ein toutorial dafür oder kannst du es mir kurz erklären?
m*f*g SonicChriz
-
Hi,
ich wollte mal wissen ob es ein prgramm gibt womit man gif bilder machen kann.wenn es eins gibt wo bekmme ich es her?m*f*g SonicChriz
-
ich meine es so das ein e-mailsendeformular an meine e-mail gesendet wird.dann kann man ja ein textfeld nehmen,in das der besucher was schreiben kann .und jetzt wollte ich wissen wie man das macht oder obe es geht das man in diesem formular mehrere von diesen textfeldern haben kann.is das ok so?
m*f*g SonicChriz
-
Hi
Ich wollte auf meine homepage ein formular machen.
jetzt will ich in einem formular mehrere textfelder haben.
kann mir jemand ein code geben oder sagen ob das überhaupt geht? -
Also ich habe hier mal ein beispiel:
HTML
Alles anzeigen<html> <head> </head> </body> <SCRIPT> var ItemEntry = new Array() // Varibles can be changed freely MenuWidth = 137 // Width of the pop-up menu MenuHeight = 250 // Height of the pop-up menu ItemInMenu = 3 // How many items are in the menu // Setup your menu words ItemEntry[0] = new MenuEntry("Button1","http://") ItemEntry[1] = new MenuEntry("Button2","http://") ItemEntry[2] = new MenuEntry("Button3","http://") var menuEle = new Array(ItemInMenu) // DO NOT MODIFY THE CODE BELOW function MenuEntry(cap,adrs) { this.cap = cap this.adrs = adrs } n = (document.layers) ? 1:0 ie = (document.all) ? 1:0 function init() { // initialize objects menu = new dynLayer("menuDiv",null) for (var k = 0; k < menuEle.length; k++) { menuEle[k] = new dynLayer("input" + k + "Div","menuDiv") } menu.hide() // initialize events document.onmousedown = mouseDown document.onmousemove = mouseMove document.onmouseup = mouseUp if (n) document.captureEvents(Event.MOUSEDOWN | Event.MOUSEMOVE | Event.MOUSEUP) } // Temperary Varibles showing = false // drag variables dragActive = 0 dragObject = null dragArray = new Array() dragLayerX = 0 dragLayerY = 0 dragLayerZ = 0 function mouseDown(e) { if (n) { if (showing == true) {showing = false; setTimeout('menu.hide()',50)} else if (((n && e.which == 1) || ie) && showing == false) { if (n) {var xNow=e.pageX; var yNow=e.pageY} if (ie) {var xNow=event.x; var yNow=event.y} menu.moveTo(xNow, yNow) menu.show() showing = true } } else if (ie) { if (showing == true) {showing = false; menu.hide()} else if (((n && e.which == 1) || ie) && showing == false) { if (n) {var xNow=e.pageX; var yNow=e.pageY} if (ie) {var xNow=event.x; var yNow=event.y} menu.moveTo(xNow, yNow) menu.show() showing = true } } } function mouseMove(e) { if (n) {var x=e.pageX; var y=e.pageY} if (ie) {var x=event.x; var y=event.y} } function mouseUp(e) { if (n) {var x=e.pageX; var y=e.pageY} if (ie) {var x=event.x; var y=event.y} dragActive = 0 // put more code here to do something else when finished a drag } function dynLayer(id,nestref,des) { if (n) { if (nestref) { this.css = eval("document." + nestref + ".document." + id) this.ref = eval("document." + nestref + ".document." + id + ".document") } else { this.css = document.layers[id] this.ref = document.layers[id].document } this.x = this.css.left this.y = this.css.top this.w = this.css.clip.width this.h = this.css.clip.height } else if (ie) { this.css = document.all[id].style this.ref = document this.x = this.css.pixelLeft this.y = this.css.pixelTop this.w = this.css.pixelWidth this.h = this.css.pixelHeight } this.obj = id + "Object" eval(this.obj + "=this") this.moveBy = dynLayerMoveBy this.moveTo = dynLayerMoveTo this.show = dynLayerShow this.hide = dynLayerHide } function dynLayerMoveBy(x,y) { this.x += x this.css.left = this.x this.y += y this.css.top = this.y } function dynLayerMoveTo(x,y) { this.x = x this.css.left = this.x this.y = y this.css.top = this.y } function dynLayerShow() { if (n) this.css.visibility = "show" else if (ie) this.css.visibility = "visible" } function dynLayerHide() { if (n) this.css.visibility = "hide" else if (ie) this.css.visibility = "hidden" } document.writeln('<STYLE TYPE=\"text\/css\">') document.writeln('#menuDiv {position:absolute; left:0; top:0; width:' + MenuWidth + '; height:' + MenuHeight + '; clip:rect(0,' + MenuWidth + ',' + MenuHeight + ',0); background-color:000000; layer-background-color:000000; visibility:hidden;}') document.writeln('#menuLayer1Div {position:absolute; left:0; top:0; width:' + (MenuWidth -1) + '; height:' + (MenuHeight -1) + '; clip:rect(0,' + (MenuWidth -1) + ',' + (MenuHeight -1) + ',0); background-color:888888; layer-background-color:888888;}') document.writeln('#menuLayer2Div {position:absolute; left:1; top:1; width:' + (MenuWidth -3) + '; height:' + (MenuHeight-3) + '; clip:rect(0,' + (MenuWidth-3) + ',' + (MenuHeight -3) + ',0); background-color:D0D0D0; layer-background-color:D0D0D0;}') document.writeln('#menuLayer3Div {position:absolute; left:0; top:0; width:' + (MenuWidth -2) + '; height:' + (MenuHeight-2) + '; clip:rect(0,' + (MenuWidth-2) + ',' + (MenuHeight -2) + ',0); background-color:C0C0C0; layer-background-color:C0C0C0;}') document.writeln('#menuLayer4Div {position:absolute; left:1; top:1; width:1; height:' + (MenuHeight -3) + '; clip:rect(0,1,' + (MenuHeight -3) + ',0); background-color:E0E0E0; layer-background-color:E0E0E0;}') document.writeln('#menuLayer5Div {position:absolute; left:1; top:1; width:' + (MenuWidth -3) + '; height:1; clip:rect(0,' + (MenuWidth -3) + ',1,0); background-color:E0E0E0; layer-background-color:E0E0E0;}') document.writeln('#menuLayer6Div {position:absolute; left:3; top:3; width:' + (MenuWidth -6) + '; height:20; clip:rect(0,' + (MenuWidth -6) + ',20,0); background-color:8888FF; layer-background-color:8888FF;}') document.writeln('A.JSmenu {color:black;}') for (var k = 0; k < menuEle.length; k++) { document.writeln('#input' + k + 'Div {position:absolute; left:3; top:' + (20 * (k+1) + 3) + '; width:' + (MenuWidth-6) + '; height:20; clip:rect(0,' + (MenuWidth -6) + ',20,0); background-color:C0C0C0; layer-background-color:C0C0C0;}') } document.writeln('<\/STYLE>') document.writeln('<DIV ID="menuDiv">') document.writeln('<DIV ID="menuLayer1Div"></DIV>') document.writeln('<DIV ID="menuLayer2Div"></DIV>') document.writeln('<DIV ID="menuLayer3Div"></DIV>') document.writeln('<DIV ID="menuLayer4Div"></DIV>') document.writeln('<DIV ID="menuLayer5Div"></DIV>') document.writeln('<DIV ID="menuLayer6Div"><FONT Size=2>[url='h ttp://']<CENTER>Pop up Menü</CENTER>[/url]</FONT></DIV>') for (var k = 0; k < menuEle.length; k++) { document.writeln('<DIV ID="input' + k + 'Div"><FONT FACE="Helvetica" SIZE="1">[url='' + ItemEntry[k].adrs + '']' + ItemEntry[k].cap + '</FONT>[/url]</DIV>') } document.writeln('</DIV>') init() </SCRIPT> <body onload="init()"> [url='../../Eigene%20Dateien/Eigene%20Webs/MeinWeb12/index.html']index[/url]</p> <style type="text/css"> a:link { text-decoration:none; } a:visited { text-decoration:none; } a:hover { text-decoration:overline & underline; } a:active { text-decoration:none; } </style> </html>
wenn man da auf den link klickt öffnet sich ein kleines pop-up neben dem link was sich einen neben klick wieder schließt
m*f*g sonicchriz -
ich werd mich danhalten.
nochmal danke für die hilfe -
ach und ich habe tabellen gemacht wie du sagtest
-
ok wenns bei dir geht ist es gut wie fundest du sie denn?
achso ich habe mal die schriften verändert.ich habe Arial black,system und thoma benutzt die hat doch jeder oder?