Page 1 of 1

iframe problem

Posted: Thu Jan 14, 2010 2:01 am
by eshban
Hi,

I m using iframe, in which i m calling a source file and in that source file
i have used <form action"www.google.com"> now the problem is that the http://www.google.com is opening in that frame whether i want it to open in same window.

Re: iframe problem

Posted: Thu Jan 14, 2010 2:05 am
by pbs
Give target = "_parent" to form tag

Re: iframe problem

Posted: Fri Jan 15, 2010 3:49 am
by eshban
thank you so much