• Jetzt anmelden. Es dauert nur 2 Minuten und ist kostenlos!

am verzweifeln

Status
Für weitere Antworten geschlossen.

kurve

Neues Mitglied
hi alle zusammen,
also ich arbeite schon seit einigen jahren mit html aber hatte noch nie probleme mit dem javascript...
hat auch mit java zutun, aber da liegt das problem nicht, das weiss ich :D

aber habe probleme mit dem script, er will die codes einfach nicht in die textarea einfügen.
schaut es euch einfach mal an.
hier ist mal die index.php (sehr groß)...

Code:
<?php
include("config.php");
include("cookies.php");
include("visits.php");
## alle visits ermitteln
$abfrage = @ mysql_query("SELECT * FROM visits")or die (mysql_error());
$visits = mysql_num_rows($abfrage);
?>
<script src="http://layer-ads.de/la-7877.js" type="text/javascript"></script>
 <script language="Javascript" type="text/javascript"> 
function set(Smilie)
{
    document.form1.text.value+=Smilie+" ";
    document.form1.text.focus();
    }
    function setfiles(Smilie)
{
    document.form1.filecomments.value+=Smilie+" ";
    document.form1.filecomments.focus();
    }
 </script>
<html>
<head>
<title>gH : WEBDESIGN &amp; COMMUNITY</title>
<link href="style_grayhounders.de.css" rel="stylesheet" type="text/css">
<meta name="DC.Title" content="gH Webdesign">
<meta name="DC.Subject" content="Web- & Mediendesign">
<meta name="DC.Publisher" content="Dennis Schirra">
<meta name="DC.Creator" content="Dennis Schirra">
<meta name="Publisher-email" content="[email protected]">
<meta name="Keywords" content="php, mysql, webdesign, bxcp, addons, hacks, datenbanken, tutorials, templates, php5, community, php scripte, downloads">
<meta name="DC.Description" content="Hier finden sie viele Informationen zu PHP und MYSQL.">
<meta name="DC.Language" content="de">
<meta name="robots" content="INDEX, FOLLOW">
<meta name="revisit-after" content="15">
<meta name="DC.Date" content="1135881600">
<meta name="DC.Identifier" content="11">
<meta name="DC.Rights" content="Alle Inhalte und Bilder stehen unter Copyright von grayhounders.com">
<meta name="cache-control" content="cache">
<meta http-equiv="Content-Script-Type" content="text/javascript">
<meta http-equiv="Content-Style-Type" content="text/css">
<?php
function barp ($width) {
echo "<img src=\"symbols/bar1.gif\" style=\"width:2px;height:12px\" />";
echo "<img src=\"symbols/bar2.gif\" style=\"width:" . $width . "px;height:12px\" />";
echo "<img src=\"symbols/bar3.gif\" style=\"width:2px;height:12px\" />"; } 
?>
<script language="JavaScript" type="text/JavaScript">
<!--
function MM_swapImgRestore() { //v3.0
  var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
}

function MM_preloadImages() { //v3.0
  var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
    if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}

function MM_findObj(n, d) { //v4.01
  var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
  for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
  if(!x && d.getElementById) x=d.getElementById(n); return x;
}

function MM_swapImage() { //v3.0
  var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
   if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
}
//-->
</script>
<script type="text/javascript" src="java.js">
</script>
<SCRIPT LANGUAGE="JavaScript">
<!-- Begin
   var submitcount=0;
   function checkSubmit() {

      if (submitcount == 0)
      {
      submitcount++;
      document.Surv.submit();
      }
   }


function wordCounter(field, countfield, maxlimit) {
wordcounter=0;
for (x=0;x<field.value.length;x++) {
      if (field.value.charAt(x) == " " && field.value.charAt(x-1) != " ")  {wordcounter++}  // Counts the spaces while ignoring double spaces, usually one in between each word.
      if (wordcounter > 250) {field.value = field.value.substring(0, x);}
      else {countfield.value = maxlimit - wordcounter;}
      }
   }

function textCounter(field, countfield, maxlimit) {
  if (field.value.length > maxlimit)
      {field.value = field.value.substring(0, maxlimit);}
      else
      {countfield.value = maxlimit - field.value.length;}
  }
//  End -->
</script>
<SCRIPT LANGUAGE="JavaScript">
<!-- Begin
function Foto(img){
  foto1= new Image();
  foto1.src=(img);
  Controlla(img);
}
function Controlla(img){
  if((foto1.width!=0)&&(foto1.height!=0)){
    viewFoto(img);
  }
  else{
    funzione="Controlla('"+img+"')";
    intervallo=setTimeout(funzione,20);
  }
}
function viewFoto(img){
  largh=foto1.width;
  altez=foto1.height;
  stringa="width="+largh+",height="+altez;
  finestra=window.open(img,"",stringa);
}
//  End -->
</script>
<SCRIPT LANGUAGE="JavaScript">

function popUp(URL) {
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=250,height=50,left = 347,top = 254');");
}
</script>
 <script language="Javascript" type="text/javascript"> 
function set(Smilie)
{
    document.form1.text.value+=Smilie+" ";
    document.form1.text.focus();
    }
    function setfiles(Smilie)
{
    document.form1.filecomments.value+=Smilie+" ";
    document.form1.filecomments.focus();
    }
 </script>
 <script language="JavaScript1.2">
function cOn(td){
if(document.getElementById||(document.all && !(document.getElementById))){
td.style.backgroundColor="#1a1a1a";
}
}

function cOut(td){
if(document.getElementById||(document.all && !(document.getElementById))){
td.style.backgroundColor="";
}
}
</script>
 <script language="JavaScript1.2">
function cOn2(td){
if(document.getElementById||(document.all && !(document.getElementById))){
td.style.backgroundColor="#f4f4f4";
}
}

function cOut2(td){
if(document.getElementById||(document.all && !(document.getElementById))){
td.style.backgroundColor="";
}
}
</script>
<script type="text/javascript"> 
var mstat = new Array(); 

function menu( mid, mdepht) { 
    if (mstat[mdepht] == undefined) { 
        mstat[mdepht] = ""; 
    } 
    if (mstat[mdepht] != "" && mstat[mdepht] != mid) { 
        window.document.getElementById(mstat[mdepht]).style.display = "none"; 
    } 
    if (mstat[mdepht] != mid) { 
        window.document.getElementById(mid).style.display = "block"; 
        window.document.getElementById(mid).style.paddingLeft = mdepht * 0; 
        mstat[mdepht] = mid; 
    } else { 
...
also das bezieht sich eigentlich auf das javascript set...
wenn ich nun ein form habe:

Code:
<form name="form1" method="post" action="index.php?s=gbadd&action=send"><input name="place" type="text" id="place" size="40"></form>
addet er nicht den set in das feld "text"...
obwohl die form id sowie name "form1" ist und das feld "text" heisst...

ich hoffe hier kann mir jemand helfen!
 
Das entspricht kein Bisscehn den Regeln. Kein guter Titel für das Topic gewählt, auch nicht relevantes gepostet.
Wenn es Javascript ist, weisp ist es dann im HTML Bereich?
 
Hallo kurve,
es wäre hilfreich wenn du nur Code Teile postest, die mit dem
Problem zu tun haben, und am besten daraus einen zusammenhängengen
Teil machst den man benutzen/testen kann. Denn du brauchst hilfe
und es ist ja nicht unsere Aufgabe, deinen kompletten Code erst zurecht -
zurücken :)
 
Status
Für weitere Antworten geschlossen.
Zurück
Oben