Any positive suggestion is welcome.
thank you
May goodness be with you all
---------------------------------------------------------------------------
---------------------------------------------------------------------------
By: Derrick Oswald - derrickoswald
RE: Does the following programming architectu
2005-03-28 04:32
I can't see why it wouldn't work.
I originally used HTML Parser to do a similar translation server for my Blackberry. In that case, the required output was a text based email containing the page contents.
---------------------------------------------------------------------------
---------------------------------------------------------------------------
By: mikeliu1976 - mikeliu1976
RE: Does the following programming architecture m
2005-03-28 06:01
regards:
thank you for your patient reply and instructions.
---------------------------------------------------------------------------
following is my program logic
---------------------------------------------------------------------------
Step 1:translate 1th page(user random assigned) and deliver the converted page to mobile client.
Of course,delivered content is xhtml with xhtml mime header.
Step 2:From the delivered page when user click href tag,the program from
(1)HTTP request method line
(2)HTTP host-header line
extract the next href absolute address.
Step 3:In my program:
Parser parser = new Parser(next href absolute address);
Step 4:repeat Step 2 to Step 4
---------------------------------------------------------------------------
Does the above program logic make sense?
I am wandering that how the nokia 6600 interact with the CGI of the original
HTML server?
thank you for your patient reply and instructions.
Any positive suggestion is welcome.
thank you
May goodness be with you all
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
By: mikeliu1976 - mikeliu1976
Does the following programming architecture m
2005-03-27 23:57
regards:
Does the following programming architecture make sense?
http://www.wretch.cc/album/show.php?i=otp&b=1&f=1111993473&p=2
Any positive suggestion is welcome.
thank you
May goodness be with you all
---------------------------------------------------------------------------
---------------------------------------------------------------------------
By: Derrick Oswald - derrickoswald
RE: Does the following programming architectu
2005-03-28 04:32
I can't see why it wouldn't work.
I originally used HTML Parser to do a similar translation server for my Blackberry. In that case, the required output was a text based email containing the page contents.
---------------------------------------------------------------------------
---------------------------------------------------------------------------
By: mikeliu1976 - mikeliu1976
RE: Does the following programming architecture m
2005-03-28 06:01
regards:
thank you for your patient reply and instructions.
---------------------------------------------------------------------------
following is my program logic
---------------------------------------------------------------------------
Step 1:translate 1th page(user random assigned) and deliver the converted page to mobile client.
Of course,delivered content is xhtml with xhtml mime header.
Step 2:From the delivered page when user click href tag,the program from
(1)HTTP request method line
(2)HTTP host-header line
extract the next href absolute address.
Step 3:In my program:
Parser parser = new Parser(next href absolute address);
Step 4:repeat Step 2 to Step 4
---------------------------------------------------------------------------
Does the above program logic make sense?
I am wandering that how the nokia 6600 interact with the CGI of the original
HTML server?
thank you for your patient reply and instructions.
Any positive suggestion is welcome.
thank you
May goodness be with you all
AFAIK cgi is just another URL, handles specially by the HTTP server.
You should request it from the originating server just like any other page. No?
Derrick Oswald regards:
I am not very familiar with CGI.
In my small survey,it is much likely what you said.
thank you for your patient reply and instructions.
May goodness be with you all