How to accommodate huge URL in Internet explorer?

I was working with google maps. And I was sending data(latitude & longitude along with their addresses) to iframe through URL. The whole size of the url can be 20-30K long characters in my case.

Now it's working fine in Chrome as it supports 64K characters. But It's creating problem for internet explorer as it supports only 2083 characters.

Do you have any idea how to overcome this problem?

Can we compress the URL string while sending & then decompress it in the iframe?

or

Is there any other feasible way to pass data to iframe?

链接地址: http://www.djcxy.com/p/88024.html

上一篇: AngularJS代码无法在文件夹中的本地主机上使用chrome

下一篇: 如何在Internet Explorer中容纳巨大的URL?