![]() |
Sergey Kornilov admin 8/16/2011 |
I recommend to check this article that explains how to manipulate search page controls using Javascript API: |
P
|
plehmann author 9/17/2011 |
I recommend to check this article that explains how to manipulate search page controls using Javascript API: http://www.asprunner.com/forums/topic/17529-automatically-search-between-dates-on-advanced-search-page/
|
C
|
CK. 9/20/2011 |
Works! Great! Thank you! var name='BASEUNITLENGTH'; var ctrl = Runner.getControl(pageid, name); var d1 = '60'; ctrl.setValue(d1);
|
C
|
cgphp 9/20/2011 |
Place the Sergey's code in a function and call it when the search page is loaded and when the reset button is clicked. |