need help with a line of code

admin

Administrator
Staff member
Hi everyone,
I wanted to see if anyone can help me decipher this line of code.

window.location="pr.php?pass="+p1

I know what the window.location part of it is, and I also know that the pr.php parameter is passed to the window.location, but waht I don't understand the "pr.php?pass="+p1 as a whole. FYI the quotes are placed correctly.

Thanks!
 
Back
Top