We are in the use of business communication is generally in the page embedded a section of JS code, if you are JS neat, is not thinking about how to directly use a small map with the new link to the business * to replace it? Well, let's study it together.
First, we open a business * through the JS pop-up window page, such as this page http://www.zjykh.com/qgbz/js/2012_0503_2616.html, click on the business to create a new dialogue, if you observe carefully, you will find the URL is set to jump, The final address is http://put.z***net.net/lr/chat.aspx?from=put84133252, but the direct copy of this address in the new browser open is a blank, stating that this address can not be used, we have to find the URL before the jump address before the line.
Check it out with HttpWatch and find
Copy this long list of addresses, HTTP://PUT.Z***NET.NET/LR/CHATPRE.ASPX?ID=PUT84133252&CID=1399627084841399896893&LNG=CN. &sid=1415158323824318735529&p=http%3a//www.zjykh.com/qgbz/js/2012_0503_2616.html&rf1=http%3a// www.zjykh&rf2=.com/&e=%25u6765%25u81EA%2520%25u7684%25u5BF9%25u8BDD&d=1415159322878
Which takes a lot of parameters,& the following is the specific parameter records, these parameters can be deleted? Test it.
Copy http://put.z***net.net/lr/chatpre.aspx?id=put84133252 Open in a new window, good Luck, it is feasible, and then directly modify the ID behind the put can be used directly
How do I add a new conversation shortcut link to a business? No JS code