Search in forum:
Search


Author Message
Post03/28/2017 at 12:52am (UTC)    
Post subject: can somebody fix it ?

im just rename the input text from the original extras free comments own free website with my own text and the code is like this....
Code:
<b>Isi Testimonial Anda:</b><br />
<center>
<form action="//dwiartstudio.page.tl/Testimonial.htm#comment" method="POST">
    <table>
        <tbody>
            <tr style="text-align:left;">
                <td>Kode Pelanggan:</td>
                <td><input value="" name="modulenter[kopel]" style="width: 150px; " type="text" /></td>
            </tr>
            <tr style="text-align:left;">               
            </tr>
            <tr style="text-align:left;">
                <td>Isi Testimonial:</td>
                <td><textarea id="kommentartext" name="modulenter[testi]" rows="6" style="width: 250px; 

height:100px;"></textarea></td>
            </tr>
            <tr style="text-align:left;">
            </tr>
        </tbody>
    </table>
    <script type="text/javascript">
function insert_smilie (code) {
   document.getElementById('kommentartext').value += ' ' + code;
   document.getElementById('kommentartext').focus();
}
</script><a href="#" class="InsertSmilie" onclick="insert_smilie(';)'); blur(this); return false;"><img

src="//theme.webme.com/smiles/wink.gif" border="0" alt="" /></a><a href="#" class="InsertSmilie"

onclick="insert_smilie(':)'); blur(this); return false;"><img src="//theme.webme.com/smiles/smiley.gif"

border="0" alt="" /></a><a href="#" class="InsertSmilie" onclick="insert_smilie(':D'); blur(this); return

false;"><img src="//theme.webme.com/smiles/cheesy.gif" border="0" alt="" /></a><a href="#"

class="InsertSmilie" onclick="insert_smilie('&gt;:('); blur(this); return false;"><img

src="//theme.webme.com/smiles/angry.gif" border="0" alt="" /></a><a href="#" class="InsertSmilie"

onclick="insert_smilie(':('); blur(this); return false;"><img src="//theme.webme.com/smiles/sad.gif"

border="0" alt="" /></a><a href="#" class="InsertSmilie" onclick="insert_smilie(':o'); blur(this); return

false;"><img src="//theme.webme.com/smiles/shocked.gif" border="0" alt="" /></a><a href="#"

class="InsertSmilie" onclick="insert_smilie('8)'); blur(this); return false;"><img

src="//theme.webme.com/smiles/cool.gif" border="0" alt="" /></a><a href="#" class="InsertSmilie"

onclick="insert_smilie('???'); blur(this); return false;"><img src="//theme.webme.com/smiles/huh.gif"

border="0" alt="" /></a><a href="#" class="InsertSmilie" onclick="insert_smilie(';-)'); blur(this); return

false;"><img src="//theme.webme.com/smiles/rolleyes.gif" border="0" alt="" /></a><a href="#"

class="InsertSmilie" onclick="insert_smilie(':P'); blur(this); return false;"><img

src="//theme.webme.com/smiles/tongue.gif" border="0" alt="" /></a><a href="#" class="InsertSmilie"

onclick="insert_smilie(':-\'); blur(this); return false;"><img src="//theme.webme.com/smiles/undecided.gif"

border="0" alt="" /></a><a href="#" class="InsertSmilie" onclick="insert_smilie(':\'('); blur(this); return

false;"><img src="//theme.webme.com/smiles/cry.gif" border="0" alt="" /></a><br />
    <input name="mode" value="addacomment_step1" type="hidden" />                
<input value="Isi Testi" type="submit" />
</form>
</center>

but if try to use this code in my page... the input text doesnt want to load in my page...
i try to activate extra the input text can load... but stil have a problem 2 input menu comments box..., the real box..., and the box that i rename
maybe somebody can fix this script so this script can work without activate comments extra ???
Display posts from previous:   


Powered by phpBB © 2001, 2005 phpBB Group