Search found 2 matches

by dean
Wed Jun 12, 2002 2:43 pm
Forum: Javascript
Topic: form submit returns an applet to a new browser window, why?
Replies: 2
Views: 8052

Thanks you for replying. The user just sends the contents of the submit (KEY) to a server. The server reply though is to send back the html page containing this with custom parameters in the applet tag for the 'key' the user submitted. <html> <title vcvvc> </title> <body> <applet code="applet1&...
by dean
Wed Jun 12, 2002 11:35 am
Forum: Javascript
Topic: form submit returns an applet to a new browser window, why?
Replies: 2
Views: 8052

form submit returns an applet to a new browser window, why?

I have a non-frames php page. On This page I have a simple form: Form Method=POST TARGET="_PARENT" Action="http://1.1.1.1/aaa/bbb/servlet" INPUT TYPE=SUBMIT NAME="RUN" VALUE="Connect" INPUT TYPE=HIDDEN NAME="KEY" VALUE="abcxyz" The post is ...