Hi,

I am sending a search variable to an ASP code and getting the matching results to Flash. When I search something (Veli) which there are only two matches in the database there is no problem, but when I search something (Ahmet) which has 101 matches in the database, doing a search again after this result make a big mess in the loadVariablesNum ("search.asp", 0, "GET"); line. Flash starts to give an error like

Error opening URL "http://www.technosys.net/2.asp?Number0=&Name=veli&Name0=Ahmet&Info0=111111&
Number1=9&Name1=Ahmet&Info1=111111&Count=101&TextF ield1=Name&TextField3=Count%3A&
Number2=10&Name2=Ahmet&Info2=111111&
Number3=11&Name3=Ahmet&Info3=111111&
Number4=12&Name4=Ahmet&Info4=111111&
Number5=13&Name5=Ahmet&Info5=111111&
Number6=14&Name6=Ahmet&Info6=111111&
Number7=15&Name7=Ahmet&Info7=111111&

...
..
.
and it continues until

Number100=108&Name100=Ahmet&Info100=111111"

I do not understand why it does not cause this problem when the result of the search is only (for Veli)

Number0=5&Name0=Veli&Info0=1&
Number1=8&Name1=Veli&Info1=2&
Count=2

whether I search again and again, these variables are not being tried to send to the ASP but only after the long result one (Ahmet). If it was related not to clean the variables it should have caused a problem with the short result one (Veli), I suppose...

Is there any idea what might be causing this problem? Or any idea how to delete all of those variables before sending another search to ASP with loadVariablesNum ("search.asp", 0, "GET");

Thank you in advance...