Jump to content

HTML Web Form Submit Button

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
2 replies to this topic

#1
amie654

amie654

    Newbie

  • Members
  • Pip
  • 3 posts
Hello.

I have a table with 1 cell and 1 row and in it I have a name and comment section with a submit button and reset button. To the right I have an IFrame that is linked with a .cgi file displaying all the posted comments and it does show. My files all worked fine before, I just decided that I wanted the posting to display to the right in a frame on the same page.

How can I get my submit button, or button to have its action and post not open a new window, but write to the .cgi file and display the comments to the frame on the right

I can't figure it out, it keeps opening up in a new window and will not open in the frame to the right

So I need the file to write the comments and name without opening a new window and update and display in the frame to the right.

Any ideas?

#2
Orjan

Orjan

    Writes binary right handed and hex left handed

  • Moderators
  • 3,299 posts
sounds like you forgot to name the frame or missed to set a target there...

#3
TcM

TcM

    Writes binary right handed and hex left handed

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 11,147 posts
I think you should add target="frame name" ???