[Javascript] Stupid Q on FORMS & TARGET

Walter Torres walter at torres.ws
Thu Mar 28 17:35:47 CST 2002


I know I am overlooking something really simple here.

I want to get the result back from a FORM submit and place it into a
particular FRAME.

<form action='http://webdev1/logon.do'
      method='post'
      name='logonForm'
      id='logonForm'
      target='master.left'>

This tells me that the reply should show up in the FRAME named LEFT in the
WINDOW named MASTER.

Right!?!?

What happens is a new window is created.

If I change TARGET to read...

         target='master'>

The frameset is replaced the FROM submit reply data.

Help me Obi-wan!

Walter
-------------- next part --------------
A non-text attachment was scrubbed...
Name: winmail.dat
Type: application/ms-tnef
Size: 1820 bytes
Desc: not available
URL: <http://lists.evolt.org/pipermail/javascript/attachments/20020328/604edb8e/attachment.bin>


More information about the Javascript mailing list