moxcord
February 14th, 2008, 06:20 PM
Hello,
I have a semi-confusing dilemma. I am trying to pass variables through using url encoding and post form data automatically without the user clicking "Submit"
Essentially the data will almost always be the same, but the information in the database that it will get its information from will change.
I have body onLoad="getSearch();"
with the getSearch function in the code below of course
and I'm trying to just pass ?PropertyType_chk=1 through the url
the idea being it searches automatically using property type 1, no need to hit the search button.. but its not working!
Any help or ideas much appreciated.
I have a semi-confusing dilemma. I am trying to pass variables through using url encoding and post form data automatically without the user clicking "Submit"
Essentially the data will almost always be the same, but the information in the database that it will get its information from will change.
I have body onLoad="getSearch();"
with the getSearch function in the code below of course
and I'm trying to just pass ?PropertyType_chk=1 through the url
the idea being it searches automatically using property type 1, no need to hit the search button.. but its not working!
Any help or ideas much appreciated.