This topic is locked
[SOLVED]

 Edit All

1/9/2013 11:58:14 AM
PHPRunner General questions
W
wildwally author

Found a solution in the ASP page but it doesn't work for PHP, can this be done in PHPR?
when page loads select all and go into inline edit mode so the user has to fill them out.
2. [size="3"] all records
setTimeout('$("a[@id^=i[size="3"][color="#ff0000"]edit[/size]link]").each( function() { if(this.id!="i[size="3"]edit[/size]link_add") $(this).click(); });',1000);

Sergey Kornilov admin 1/9/2013
W
wildwally author 1/9/2013



How's about checking PHPRunner manual first:

http://xlinesoft.com...from_script.htm


Sorry over sight on my part, thanks.