Topic: Pointing forms to an iframe

okay, this is starting to piss me off, seems how no one can help me.
i have a page, with a form. that same page has an iframe on it. i want the form to point to the iframe.
please do not tell me <form action="url" method="post" target="framename"> because it will not work!

can anyone here help?

Indocron
$theQuestion = (2*b) || !(2*b);

Re: Pointing forms to an iframe

have you checked at w3c?
and named the iframe, so you can use targetting?

Re: Pointing forms to an iframe

that only tells me what i already know, and it still doesnt work

Indocron
$theQuestion = (2*b) || !(2*b);

Re: Pointing forms to an iframe

have you tried more than one browser?

Re: Pointing forms to an iframe

Frank H wrote:

have you tried more than one browser?

yes

god damn my spelling errors! i did <from method=post...> insted of <form method=post...>

Indocron
$theQuestion = (2*b) || !(2*b);

Re: Pointing forms to an iframe

if it doesn't work in future try validating it, that tends to pick up spelling mistakes