Problem with frames (easy one!!!!!)

A

Anonymous

Guest
Hi,

I have a simple 2 frames page. In the left frame I have a submit form, and on the right the database result of the submission. The problem is that when I press submit, instead of showing the result in the right frame, it refrehes the left frame and shows it there.

In the form attributes, I did specify the right frame name as the action parameter, and in the frameset definition I also added the <name="rightframename"> attribute in the left frame definition.

Thanks in advance for any help you can give me.
 
It was easy indeed. My friend helped me.

I had to define the "target" attribute in the form declaration.

Thanks
 
Back
Top