Click here to Skip to main content
15,888,454 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
PHP
echo"<script>navigate('indexn.php?page=equipmentmanagement&folder=admin);</script>";
Posted
Updated 23-Dec-11 4:58am
v2

1 solution

Try this:

PHP
echo "<script>window.location='indexn.php?page=equipmentmanagement&folder=admin'</script>";


this is running fine at my end.

hope it helps :)
 
Share this answer
 
Comments
janareddyjanareddy 23-Dec-11 23:31pm    
can we pass query string using window.location

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)

  Print Answers RSS


CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900