Get URL value with parameter jump

Source: Internet
Author: User

To jump to the interface

Api.openwin ({
Name: ' Payorder ',
URL: ' payorder.html?id=2 ',
PAGEPARAM:{NAME:PR}
});

Post-Jump interface

var url = location.search; Gets the URL in the "?" String after the character
var therequest = new Object ();
if (Url.indexof ("?")! =-1) {
var str = URL.SUBSTR (1);
STRs = Str.split ("&");
for (var i = 0; i < strs.length; i++) {
Therequest[strs[i].split ("=") [0]] = unescape (strs[i].split ("=") [1]);
}
}
URL_ID = parseint (therequest.id);
if (url_id==0) {//0 is a deposit 1 is a margin of 2 for the tail section
var jia=api.pageparam.name;
Console.log (Jia);
$ ('. Jinqian '). html (');
$ ('. Jinqian '). html (' ¥ ' +api.pageparam.name);
}else if (url_id==1) {
$ ('. Jinqian '). html (');
$ ('. Jinqian '). html (' ¥ ' +api.pageparam.name);
}else if (url_id==2) {
$ ('. Paymsg '). Hide ();//Pay margin when hidden payment time
$ ('. Paybox '). css ({' margin-top ': ' 2rem '});
$ ('. Jinqian '). html (');
$ ('. Jinqian '). html (' ¥ ' +api.pageparam.name);
}

Get URL value with parameter jump

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.