>>>>>>>>>>sorry to post this in apache forum, but for days i have got no response on this on htmlhelp.com forum.<<<<<<<<<<<<<
article I am using:
http://www.position-absolute.com/articles/...tion-is-a-mess/as far as i understood from this post. i added following to my header:
<script src="" type="text/_javascript_"></script>
<script src="" type="text/_javascript_" charset="utf-8"></script>
<script src="" type="text/_javascript_" charset="utf-8"></script>
<link rel="stylesheet" href="" type="text/css"/>
and my form is like this:
<div id="formcontainer" style="height:350px;margin-left:auto;margin-right:auto;">
<form
name="longstring_parser" method="post" action="" _onsubmit_="return Validator(this);">
<div id="longstring_parse_setlist">
<b>Available longstring_reports:</b>
</div>
<div id="rawlongstring" >
<b>longstrings to parse (one in each line/ no blank lines):</b><br/>
<textarea value="one longstring_ in each line" class="validate[required]" type="text" name="longstring_list" id="longstring_list" rows=5 cols=150></textarea>
<p>
<b>give a file name to save with:</b>
<input value="to_file_name" class="validate[required]" type="text" style="width:350px" name="outfile" id="outfile" />
<p>
</div>
<div >
<input type="submit" value="Parse">
<p>
</div>
</form>
</div>