tags:

views:

30

answers:

1

I'd like to grab the current URL. Then, append a "&p=1" to it.

And redirect it!

+2  A: 

You can use

window.location

for this.

rahul