PHPR 5.2 enable/disable field based on checkbox |
1/26/2010 12:50:05 PM |
PHPRunner General questions | |
A
aalekizoglou author
Hi,
<script type=text/javascript>
|
|
S
|
steveh 1/26/2010 |
5.2 it looks more like this:- |
A
|
aalekizoglou author 1/26/2010 |
Thanks Steve, |
S
|
steveh 1/26/2010 |
Add code to var_dump $body to a file. Check on firephp if you're using firebug. |
A
|
aalekizoglou author 1/27/2010 |
Add code to var_dump $body to a file. Check on firephp if you're using firebug.
|
S
|
steveh 1/27/2010 |
In your example you can just use $body['end'].='blah blah'; |
A
|
aalekizoglou author 1/27/2010 |
In your example you can just use $body['end'].='blah blah';
|
S
|
steveh 1/27/2010 |
text/javascript should be surrounded by double quotes? |
J
|
Jane 1/28/2010 |
Athanasios, |