View Single Post
ישן 09-05-06, 20:12   # 7
RS324
תודה על תרומתך.
 
מיני פרופיל
תאריך הצטרפות: May 2006
הודעות: 3,173

RS324 לא מחובר  

PHP קוד:
<script type="text/javascript" language="Javascript">

function 
addtext(text,input)
{
    
document.getElementById(+input+).value+ = text;
    return 
true;
}

</script>


<img src="mypic.gif" border="0" onclick="addtext('my text here','myeditinput')"/>


<input id="myeditinput" type="text" name="rs" size="35" value=""/> 

יכול להיות שיהיה איזה באג קטן...
  Reply With Quote