Can I pass parameter from different page in JavaScript? -


in php easy pass parameter using $_get[] , $_post[]. there in javascript? hope can pass parameters addresses or forms.

window.location.href contains current page's url. can append parameters page's url after "?" (i.e., querystring), , have javascript on page parse them. lots more information , examples on googlable pages this one.


Comments

Popular posts from this blog

c++ - How do I get a multi line tooltip in MFC -

asp.net - In javascript how to find the height and width -

c# - DataTable to EnumerableRowCollection -