C chelvam New member Nov 25, 2009 #1 <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
<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