This topic is locked

Advanced search

9/8/2009 5:12:41 PM
ASPRunnerPro General questions
L
luic author

I am using the ASPrunner Pro 6.1, and want to display the url for the advanced search. I tried using the previous tip to change the "Post" to "Get" in the <table>_search.asp page. And I get error "Internet Explorer cannot display the webpage" after the change. If I change back to "Post", the advanced search function will work.
Please advise how I can get the URL string in 6.1/
Thanks.
Chris.

Sergey Kornilov admin 9/9/2009

Use Firefox. Internet Explorer is not able to handle large GET requests, which is the primary reason of using POST.

L
luic author 9/10/2009



Use Firefox. Internet Explorer is not able to handle large GET requests, which is the primary reason of using POST.


Thanks. But it worked for me in ASPRunner 6.0.

Sergey Kornilov admin 9/10/2009

It's not version specific. Once GET request is longer a certain limit IE will choke. You can reproduce it in any version of ASPRunnerPro.