hi all
my js variable read the following content. from that content i want to find out the input tag with the name of "cv".
how ? is it possible in js?
<p><img src="E:11Che05L9V85AnImgSX-MASIMGchristmas_bells.gif" alt="11" width="313" height="313" /><input id="cv" name="cv" type="text"...
<script language="javascript">
<!--
function replacenode(val)
{
alert (val);
}
alert("Test");
var funcTest=<?php echo $post;?>;
replacenode(funcTest);
-->
</script>
above is my problem. here i want to know the passing to js is right? or not