can FORM have "target" attribute ?

M

Mel

i have 2 iframes, a left and a right

when user clicks on submit, i need to place stuff in the "_top" rather than
current frame

is this possible ? if so, how ?

thanks
 
?

=?iso-8859-1?Q?Kim_Andr=E9_Aker=F8?=

Mel said:
i have 2 iframes, a left and a right

when user clicks on submit, i need to place stuff in the "_top"
rather than current frame

is this possible ? if so, how ?

Yes, in certain versions of HTML, the "target" attribute is available
for the <form> tag. With regards to XHTML 1.0, this only applies to the
Transitional and Frameset DTDs.
http://www.w3schools.com/tags/tag_form.asp

This will work for HTML 4 and XHTML 1.0 Transitional:
<form ... target="_top">
 
N

Neredbojias

With neither quill nor qualm, Mel quothed:
i have 2 iframes, a left and a right

when user clicks on submit, i need to place stuff in the "_top" rather than
current frame

is this possible ? if so, how ?

Absolute url?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,432
Messages
2,571,680
Members
48,796
Latest member
Greg L.

Latest Threads

Top