Re: [twsocket] Post command...

2008-04-15 Thread DZ-Jay
On Apr 14, 2008, at 14:12, zayin wrote: > This is the quick solution. Since the protocol is "stateless", there > is > really no way to say "Success, now reload the page" -- the browser > needs to > *give* the client the page to reload it. I meant that the *server* needs to give the client the

Re: [twsocket] Post command...

2008-04-14 Thread zayin
Hi dZ, Thanks for the information. Ciao, Mark -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: Monday, April 14, 2008 12:29 PM To: twsocket@elists.org Subject: Re: [twsocket] Post command... zayin wrote: > I do not k

Re: [twsocket] Post command...

2008-04-14 Thread [EMAIL PROTECTED]
zayin wrote: > I do not know enough about all the HTML codes to know if I am missing some. > Like "refresh current page" or reload or simple "acknowledge do nothing". There are no such responses. The response codes are typically status codes as a result of the request (error, success, file-not-fo

Re: [twsocket] Post command...

2008-04-14 Thread zayin
Hello, Thanks for the response. Yes, I understand the interaction. I do not know enough about all the HTML codes to know if I am missing some. Like "refresh current page" or reload or simple "acknowledge do nothing". It appears that the only solution is to just retransmit the complete page aft

Re: [twsocket] Post command...

2008-04-14 Thread [EMAIL PROTECTED]
gt; so the client stop this "wait" mode. > > Ciao, > > Mark > > > > -----Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On > Behalf Of [EMAIL PROTECTED] > Sent: Monday, April 14, 2008 10:54 AM > To: twsocket@elists.org &g

Re: [twsocket] Post command...

2008-04-14 Thread zayin
CTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: Monday, April 14, 2008 10:54 AM To: twsocket@elists.org Subject: Re: [twsocket] Post command... Mark, If what you want is to let the user know that processing has completed, what you need to do is quite simple, old school CGI pr

Re: [twsocket] Post command...

2008-04-14 Thread [EMAIL PROTECTED]
Mark, If what you want is to let the user know that processing has completed, what you need to do is quite simple, old school CGI processing: You change the rendered output to reflect the results of processing. After finishing processing, change a variable, say, "resultString", an

Re: [twsocket] Post command...

2008-04-14 Thread zayin
, April 14, 2008 9:54 AM To: ICS support mailing Subject: Re: [twsocket] Post command... > This all has to be done in HTML only. Please explain why you can't use JavaScript. -- [EMAIL PROTECTED] Author of ICS (Internet Component Suite, freeware) Author of MidWare (Multi-tier framework,

Re: [twsocket] Post command...

2008-04-14 Thread Francois Piette
<[EMAIL PROTECTED]> To: "'ICS support mailing'" Sent: Monday, April 14, 2008 4:09 PM Subject: Re: [twsocket] Post command... > Hi, > > This all has to be done in HTML only. > > This is my first HTML programming task so, I do not know how to "make the &

Re: [twsocket] Post command...

2008-04-14 Thread zayin
mand action 'Tag:' + tagName + ' ' + cBackButton + '' + 'High Limit: ' + highEU + '' + 'Low Limit: ' + lowEU + '' + '' + '' + '' + '' + '' + ''); Can you advise? Thanks,

Re: [twsocket] Post command...

2008-04-14 Thread Francois Piette
> This is all plain HTML without any additions. > > I receive an HTML submit command and I am handling it the onPostData > callback and all is well. I parse the data do the internal calls and life is > good. > > I have one issue. I do not know what to answer. I do not want the browser > page to cha

[twsocket] Post command...

2008-04-13 Thread zayin
Hello, This is all plain HTML without any additions. I receive an HTML submit command and I am handling it the onPostData callback and all is well. I parse the data do the internal calls and life is good. I have one issue. I do not know what to answer. I do not want the browser page to change o