Search found 2 matches
- 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
- 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 ...