[XSL-LIST Mailing List Archive Home] [By Thread] [By Date]

[xsl] form problem


Subject: [xsl] form problem
From: Márcio Ferreira <mferreira@xxxxxxxxx>
Date: 02 Feb 2004 22:36:05 +0000

Hello,
I am writing a stylesheet that haves this form:

<xsl:template name="addBook1">
    <form name="form1" method="post"
onsubmit="change_spaces(document.getElementById('txt').value);
change_spaces1(document.getElementById('desc').value);  return check()"
action="save_bookmark">
      <input type="hidden" name="date" 
      <table bgcolor="#CCCCCC" width="98%">
      <tr>
        <td class="datem">
          BookMark
          <input type="text" id="txt" name="nome" value="" size="30"
onKeyDown="charsCounter(this.form.nome,30);"
onKeyUp="charsCounter(this.form.nome,30);"/>
        </td>
.....

and when i submit this form, if i put in the textbox one value with a
tilde, the value submited is like  conclusão and i want conclusão.


Any hint?
Thank you in advance,
Márcio
 


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list



Current Thread