satti
03-23-2009, 07:56 PM
Hey,
I am Lakshmi. I am stuck with an issue in my project from completion.
My program is trading exoeriment with 2 groups. If any user in 1 group enters value in filed called askvalue, this value must must be updtaed to all other users in the group. I tried to do thi by inserting and updating the table. Values are updating correctly in table a but weppage s not being regfeshes to other traders in same group. I am posting my code here
<input type="askbutton" name="ask" value"= " "><br>
when any user in the group clicks this button insertion sql statements have to executed and then refesh the webpage for all the traders in the same group without clicking refresh.
Can anyone help me with code or method of doing this or suggestions.
Thanks
Lakshmi
I am Lakshmi. I am stuck with an issue in my project from completion.
My program is trading exoeriment with 2 groups. If any user in 1 group enters value in filed called askvalue, this value must must be updtaed to all other users in the group. I tried to do thi by inserting and updating the table. Values are updating correctly in table a but weppage s not being regfeshes to other traders in same group. I am posting my code here
<input type="askbutton" name="ask" value"= " "><br>
when any user in the group clicks this button insertion sql statements have to executed and then refesh the webpage for all the traders in the same group without clicking refresh.
Can anyone help me with code or method of doing this or suggestions.
Thanks
Lakshmi