View Single Post
ישן 13-06-06, 20:29   # 6
x-ray
דוגמן הבית השמן
תודה על תרומתך :)
 
מיני פרופיל
תאריך הצטרפות: Oct 2005
גיל: 37
הודעות: 3,716

x-ray לא מחובר  

הקוד שלי הוא כזה:

PHP קוד:
<?php
 
if(isset($_POST['idan'])){$idan=$_POST['idan'];echo" $idan ";}

else{
?><html><head><script type="text/javascript" src="/FCKeditor/fckeditor.js"></script>
    <script type="text/javascript">
      window.onload = function()
      {
        var oFCKeditor = new FCKeditor( 'MyTextarea' ) ;
        oFCKeditor.BasePath = "/FCKeditor\" ;
        oFCKeditor.ReplaceTextarea() ;
      }
    </script></head><body><form method=\"post\" action="idan.php " > <textarea name="idan"  rows="2" cols="30"></textarea><br><input type="submit"></form></body></html>
<??>
ולא עובד לי כמו שאמרת...זה מראה לי סתם קופסת טקסט רגילה...
__________________
בברכה,
עידן בן אור
  Reply With Quote