Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: passertm
  • Content: Threads
  • Order by date
  1. passertm

    xml deserialize

    what method i must use to deserialize xml object
  2. passertm

    applet + proxy

    i have applet what must connect with servlet. when it try to connect to localhost, it can. but if it try to connect to other server cant find proxy. i can write my proxy to applet but if other client load this applet. it will not work. how applet can define proxy automatic
  3. passertm

    how debug servlet

    how i can debug servlet
  4. passertm

    paste

    <html> <body> <form name=f> <input name=op1> <input type=file name=op2> </form> <script language=javascript> f.op1.value='qwert'; f.op1.focus(); </script> <input type=submit onclick="javascript:f.op1.focus();paste();"> </body> </html> i need creat a new html page with initial value of file...

Part and Inventory Search

Back
Top