Thread
:
fetch id with javascript
View Single Post
#
1
(
permalink
)
06-22-09, 07:22 AM
vinpkl
Newbie Coder
Join Date: Oct 2008
Posts: 62
Thanks: 3
Thanked 0 Times in 0 Posts
fetch id with javascript
hi all
like there is a url
Code:
manage_products.php?page=2
If i want to fetch page id in php then i will write
Code:
$page=$_REQUEST['page'];
Now if i want to fetch page id in Javascript then what should be my code in javascript.
vineet
vinpkl
View Public Profile
Find all posts by vinpkl