Hello,
I have a HTML which is being streamed from the server and i am displaying it on the client using a HTMLPane.
However the HTML being streamed has plain HTML textboxes(<Input type='textbox'>) and checkboxes()(<Input type='checkbox'>) which the user can edit and should be able to save.
I have no problems in displaying the HTML on the pane. But when the user enters values in the textbox or changes the checkboxes i need to save the updated HTML and so it needs to be sent back to the server.
The problem is in the HTML i get back in the server does not have the values changed by the user in the textbox or checkbox. It remains the same as how the server sent it originally to the client.
Smartget version 4.0 and firefox
Please help me with this
Thanks,
Sid
I have a HTML which is being streamed from the server and i am displaying it on the client using a HTMLPane.
However the HTML being streamed has plain HTML textboxes(<Input type='textbox'>) and checkboxes()(<Input type='checkbox'>) which the user can edit and should be able to save.
I have no problems in displaying the HTML on the pane. But when the user enters values in the textbox or changes the checkboxes i need to save the updated HTML and so it needs to be sent back to the server.
The problem is in the HTML i get back in the server does not have the values changed by the user in the textbox or checkbox. It remains the same as how the server sent it originally to the client.
Smartget version 4.0 and firefox
Please help me with this
Thanks,
Sid
Comment