Home. 
.

transparent

transparent

transparent

Altova Mailing List Archives


Re: [xsl] getting combo value,not textbox value

From: Ronan Klyne <ronan.klyne@----------->
To:
Date: 3/2/2009 9:28:00 AM
himanshu padmanabhi wrote:
> Thank you for replying.
> 
> I Moved the script element inside of the body.Still submit is not
> working and I am not getting any error from browser/firebug.So I am
> really confused now what I am missing here.the same code submits the
> form If I execute it as HTML.

Using the HTML below, both parameters are submitted.

In future, please only use this XSL list to ask questions about XSL, not
HTML.
If you want to know how to use XSL to generate some specific HTML, we
will be very happy to help you work through your problem, but this is
not the right list for questions about HTML, Javascript, or Perl.


==== HTML follows =======

<html>
<head>
</head>
<body>
<form name="form1" method="POST" action="one.cgi">
<table border="1">
<tr>
     <td> Parameter </td>
     <td> Description </td>
     <td> Value </td>
</tr>

<tr>
     <td>machine name</td>
     <td>specify machine name</td>
     <td><select name="machine_name"><option
value="name">Name</option></select></td>
</tr>

<tr>
     <td>limit</td>
      <td>specify limit which should not exceed</td>
      <td><input type="text" name="limit" value="Enter limit here"></td>
</tr>

</table>

</form>
<script type="text/javascript">
    document.form1.submit();
</script>

</body></html>


-- 
Ronan Klyne
Business Collaborator Developer
Tel: +44 01189 028518
ronan.klyne@xxxxxxxxxxx
www.groupbc.com


transparent
Print
Mail
Like It
Disclaimer
.

These Archives are provided for informational purposes only and have been generated directly from the Altova mailing list archive system and are comprised of the lists set forth on www.altova.com/list/index.html. Therefore, Altova does not warrant or guarantee the accuracy, reliability, completeness, usefulness, non-infringement of intellectual property rights, or quality of any content on the Altova Mailing List Archive(s), regardless of who originates that content. You expressly understand and agree that you bear all risks associated with using or relying on that content. Altova will not be liable or responsible in any way for any content posted including, but not limited to, any errors or omissions in content, or for any losses or damage of any kind incurred as a result of the use of or reliance on any content. This disclaimer and limitation on liability is in addition to the disclaimers and limitations contained in the Website Terms of Use and elsewhere on the site.

.
.

transparent

transparent