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
<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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.