This topic is locked
[SOLVED]

 How to automatically select Any conditions

12/21/2011 5:30:01 AM
PHPRunner General questions
B
b.emanuele author

Hi all, what's the code to put in the OnLoad event of Advanced search page

to automatically select the Any Conditions radio button instead of All conditions?

Thanks

B
b.emanuele author 12/28/2011

Up... <img src='https://asprunner.com/forums/file.php?topicimage=1&fieldname=reply&id=63285&image=1&table=forumreplies' class='bbc_emoticon' alt=':unsure:' />
I simply want to select the "Any condition" radio button on onload event


Is there a way to achieve this?
Thanks

Sergey Kornilov admin 12/28/2011

Add the following code to Search page: Javascript OnLoad event:

$("#any_checkbox").attr('checked','checked');