iframe problem

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
eshban
Forum Contributor
Posts: 184
Joined: Mon Sep 05, 2005 1:38 am

iframe problem

Post 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.
pbs
Forum Contributor
Posts: 230
Joined: Fri Nov 07, 2008 5:31 am
Location: Nashik, India
Contact:

Re: iframe problem

Post by pbs »

Give target = "_parent" to form tag
eshban
Forum Contributor
Posts: 184
Joined: Mon Sep 05, 2005 1:38 am

Re: iframe problem

Post by eshban »

thank you so much
Post Reply