I am in the middle of an HTML puzzle...in that page ...i have to fill the form ...and submit it....but surprisingly there is no SUBMIT button....and the hint ,,to submit is " view the source code"....could u plzzzzzzz help me to submit this form
to put it simple ..."""...how could i submit a form....in which there is no submit button...???""". by viewing the source code!!!!!!!!!!
dont ask for the link .....bcos it is in my intranet....wont work outside the organisation!!!!!!!!!!!!!!!
if u want any mmore details ....i cud provide ....
the first to answer ll surely get 10 points and a wonderfull friend !!!!!!!!!!1
blive me!!!!!!!!
2007-10-05
08:58:15
·
7 answers
·
asked by
Anonymous
in
Computers & Internet
➔ Programming & Design
if tht is a transparent submit button how could i find that?????..using the source code!!!!11
2007-10-05
09:07:58 ·
update #1
plzzzzz....write ur answers ....so tht an ordinary guy like me can understand!!!!!!!.....no complex terminologies plzzzzzzz
2007-10-05
09:10:15 ·
update #2
my guess is that the person who created the page has created an event handler for a specific key sequence that will submit the form. you can view the source to see what that sequence is.
{edit} it could be a transparent or hidden element but without comments in the code, it would not be very clear. my guess is the designer "wants" you to find the answer?
also, a "good" web page would never accept form input on the query-string, so the work around below would be pointless.
don't send us the code. the fun is in figuring this out yourself...
{edit2}
in 5th grade terms: right click on the page click view source (IE) or view page source (firefox) search for the words "submit", "action", "onSubmit" and "onKeyPress"
these should give you an idea of how the developer wants you to submit the form. as i said, my guess is that you need to press a series of keys. so the onKeyPress event might be the most revealing.
{edit3} thanks for the thumbs down, farkin' morons. just another example of mocking that which morons can't comprehend.
2007-10-05 09:06:11
·
answer #1
·
answered by Wyatt 4
·
1⤊
2⤋
View the source code (right click on the page and choose view page source). Then select all the text on that page and e-mail it to me.
I'm guessing you have to look for the page the submit button WOULD link to (in the form tag). If the form method="get", you could go to that page and include your answer in the url (for example, if there's a field named 'firstname', one named lastname, and one named age, you'd put this address in:
http://www.URLOnTheForm.html? firstname= "Judy"& lastname="Jones" &age="21"
(without any spaces)
But it's hard to say without actually looking at it.
Edit: It could be that the submit button is an image that's the same color as the background. Try selecting the the whole page (ctrl A) and see if you see a funny rectangle show up somewhere. If so, try clicking on it.
p.s. And maybe my previous suggestion isn't the best way to design a web page.. but obviously they aren't going for the best way to design a page, or else they wouldn't have made a submit button invisible.
2007-10-05 09:08:35
·
answer #2
·
answered by prkushun 5
·
1⤊
1⤋
There might be a "transparent" submit button and by viewing the source you'll be able to locate it. Or some unexpected image maybe masking it.
EDIT - By transparent I meant the STYLE is set to match the background.
2007-10-05 09:05:17
·
answer #3
·
answered by Twiggette 4
·
0⤊
0⤋
dont ask for the link .....bcos it is in my intranet....wont work outside the organization!!!!!!!!!!!!!!!
is this "organization" at your place of work?
if it is, then u have an IT dept who no doubt created the html puzzle...and fell down on the job of making the form correct.. call them.
also, if its an invisible submitt, then you can run the mouse over the page perhaps and find it.
2007-10-05 09:13:16
·
answer #5
·
answered by Anonymous
·
0⤊
0⤋
The easiest way is to put it in a textarea form box
2016-04-07 06:00:35
·
answer #7
·
answered by Anonymous
·
0⤊
0⤋