Friday, May 10, 2024
 Popular · Latest · Hot · Upcoming
120
rated 0 times [  126] [ 6]  / answers: 1 / hits: 26437  / 12 Years ago, sat, march 10, 2012, 12:00:00

I have some regular anchor tag links on my page that open up a popup window which displays whatever GET data I pass through the url:



<a href=javascript:window.open('view.php?data=a%20bunch%20of%20data');>View</a>


Some of this data is really long, and my crappy web host has a very small limit on the size of the GET data that can be passed in a url. Is there a way to do this with POST data instead, without using html forms?


More From » php

 Answers
163

you could also use an XMLHttpRequest



http://www.w3schools.com/xml/xml_http.asp


[#86939] Thursday, March 8, 2012, 12 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
pierce

Total Points: 315
Total Questions: 103
Total Answers: 89

Location: Svalbard and Jan Mayen
Member since Mon, Jun 7, 2021
3 Years ago
;