i have an input text box called search. The problem is i need the user to enter...
"horror films" AND dvds
and perform an action if they do. So ideally i would write...
if (_root.search==""horror films" AND dvds") but this doesnt work as the "" are reserved for actually quoting the value, so it messes things up.
is there a way around this?
thanks
