obtaining field and cell value |
1/9/2009 12:43:49 AM |
PHPRunner General questions | |
P
phprookie author
I am admittedly new to PHPRunner and PHP <img src='https://asprunner.com/forums/file.php?topicimage=1&fieldname=question&id=10591&image=1&table=forumtopics' class='bbc_emoticon' alt=':unsure:' /> and would really appreciate some guidance. |
|
J
|
Jane 1/9/2009 |
Hi, $start = "<input type=button id=start name=start value=\"start\" onclick=\"window.open('start.php?" . $value . "')\">"; $stop = "<input type=button id=stop name=stop value=\"stop\" onclick=\"window.open('stop.php?" . $value . '")\">"; $value = $start . $stop; |
P
|
phprookie author 1/9/2009 |
Hi, use custom format for env_host field on the "View as" settings dialog on the Visual Editortab for this purpose. Actual value is in the $value variable:
|
P
|
phprookie author 1/9/2009 |
Hi Jane, |
P
|
phprookie author 1/9/2009 |
Nevermind... I was able to get the results I wanted after some hair pulling <img src='https://asprunner.com/forums/file.php?topicimage=1&fieldname=reply&id=36682&image=1&table=forumreplies' class='bbc_emoticon' alt=':)' />
|