i think you can't get the java script function values by this way: $_GET[v].
if you want to send javascript values to php try this way:
function showhide1(x)
{
d.action="yourpage.php?v="+x;
d.submit();
}
And the you can get the function value by $_GET['v'];
then pass it to N() ...
Last edited by Shanti C; Oct 6th, 2008 at 4:08 am.
Reputation Points: 137
Solved Threads: 162
Posting Virtuoso
Offline 1,641 posts
since Jul 2008