Dear all
I have given a code snippet please help me out to sort out this issue
<code>
<script type="text/javascript">
function interval_setting(){
var clear = 0;
clear =setInterval("xmlhttpPost11('index.cgi','tracker_shower','Latest_frame','Tracker_loader',clear,'','','')",20000);}
</script>
</code>
Please reply cant i pass variable clear like this ?
Cause in xmlhttpPost if i give single quote to that variable it gives 'clear' not 0;