Posted by John on 08/14/05 00:59
Hello.
I have been looking on a job site that is quite limited in the search
options it allows.
It seems to be an asp site as it has a .aspx extension.
If I wanted to search for a salary between a certain range how do I do
it? At the moment it only allows you to select a salary that is at
least a certain amount.
If I enter it as at least 22000 it shows in the URI after the .aspx
bit with all the other information like location etc.
This is the part for the salary:
Rate=22000&RateType=1
I am not sure whether this is actual asp code or if it is some sort of
html code?
The trouble with this is that it returns salaries a lot higher than
you want to look for as well.
I would like to change it within the URI to search between 22000 and
28000. Is it possible to do this directly in the URI?
I have managed to change some of the keyword I search for in the URI
already as well as the range from my post code in miles that I want to
go up to.
I am not sure what I would put though for searching between a certain
salary range.
I am posting here because I couldn't really find any asp groups, and I
am not sure if this part is asp anyway. And also a lot of PHPers are
fluent in Asp and Cf too.
Thanks for any help
John
[Back to original message]
|