Updating multiple selected records based on a combobox |
1/30/2012 12:40:35 | |
| PHPRunner General questions | ||
|
S
smith author
Hi, |
||
|
C
|
cgphp 1/30/2012 |
|
Insert a button on the list page near the combobox. In the "Client before" tab get the combo value and in the "Server" section update the selected records. |
|
|
S
|
smith author 1/31/2012 |
|
In my server tab of Button near combobox
var text = document.getElementById("dropdown1").options[document.getElementById("dropdown1").selectedIndex].value;
Insert a button on the list page near the combobox. In the "Client before" tab get the combo value and in the "Server" section update the selected records. |
|
|
C
|
cgphp 1/31/2012 |
|
Do you get errors in the server response (check firebug)? What is @$_POST["a"]? |
|
|
S
|
smith author 2/1/2012 |
|
I'm getting error throw new SyntaxError('JSON.parse');Do you get errors in the server response (check firebug)? What is @$_POST["a"]? |
|
|
S
|
smith author 2/1/2012 |
|
Now in the updated manual the scipt is global $dal;
|
|
|
S
|
smith author 2/2/2012 |
|
Is it possible with PHPR v6??? <img src='https://asprunner.com/forums/file.php?topicimage=1&fieldname=reply&id=64089&image=1&table=forumreplies' class='bbc_emoticon' alt=':(' /> Now in the updated manual the scipt is global $dal;
|
|