|
#1
|
|||
|
|||
|
Hello everyone
I need help, probably on source code and example, to send text thru tcp/ip. I may just need to be simple, but using JSP language. Please help.. thanks faint38@serome.co.kr P.S. I'm so sorry that I cited previous question. I'm not that good at English so please don't take it so bad. |
|
#2
|
|||
|
|||
|
PHP is good for workgroup websites, it is easier and faster to develop.
|
|
#3
|
|||
|
|||
|
The <jsp:forward> forwards the request information from one resource to the other, for example, one jsp file to other. Following syntax is required which forwards the request to other page. If a string or an expression represents the URL to forward the page, use the syntax: <jsp:forward page={"relativeURL" | "<%= expression %>"} />
------------------------ hennry Influencer |
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|