Is it possible that a form was submitted

thirtythree

Diamond Member
Aug 7, 2001
8,680
3
0
It's a jsp document, form method="get", action=some servlet with no file extension. It took me a good 30 minutes to fill it out, and I have to submit it to graduate, so I want to be sure it worked...

Maybe I'll call or somethin'.
 

fs5

Lifer
Jun 10, 2000
11,774
1
0
Originally posted by: thirtythree
It's a jsp document, form method="get", action=some servlet with no file extension. It took me a good 30 minutes to fill it out, and I have to submit it to graduate, so I want to be sure it worked...

Maybe I'll call or somethin'.

if it's a form get, then you would load something. Is there an onclick on onsubmit anywhere in the source?
 

thirtythree

Diamond Member
Aug 7, 2001
8,680
3
0
Originally posted by: fs5
Originally posted by: thirtythree
It's a jsp document, form method="get", action=some servlet with no file extension. It took me a good 30 minutes to fill it out, and I have to submit it to graduate, so I want to be sure it worked...

Maybe I'll call or somethin'.

if it's a form get, then you would load something. Is there an onclick on onsubmit anywhere in the source?
Nope.