Show
Ignore:
Timestamp:
2008-05-07 11:06:21 (7 months ago)
Author:
w.olchawa
Message:

Applied #2142 request : HTML samples will now use sampleposteddata.php from php catalog in action parameter inside a form.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • FCKeditor/trunk/_samples/html/sample02.html

    r1947 r1957  
    5353        </div> 
    5454        <hr /> 
    55         <form action="sampleposteddata.php" method="post" target="_blank"> 
     55        <form action="../php/sampleposteddata.php" method="post" target="_blank"> 
    5656                <div> 
    5757                        <textarea name="FCKeditor1" rows="10" cols="80" style="width: 100%; height: 200px">&lt;p&gt;This is some &lt;strong&gt;sample text&lt;/strong&gt;. You are using &lt;a href="http://www.fckeditor.net/"&gt;FCKeditor&lt;/a&gt;.&lt;/p&gt;</textarea>