can anybody help to signout from php file to iframe in html?

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
venkatesh.svs
Forum Newbie
Posts: 12
Joined: Wed Jan 06, 2010 1:30 am

can anybody help to signout from php file to iframe in html?

Post by venkatesh.svs »

hi,

i defined iframe( <iframe name='wel' id='wel') in welcome.html. and welcome.html page also contains signout option.

now i developed the shopping cart pages in .php file. the shopping cart page contains the details of the all the items what i have done the shopping. now i want to signout from shoppingcart.php[this shoppingcart.php included in iframe ie. in welcome.html] without using payment method.

[ welcome.html does not change.. it is fixed to all the php pages. ]

here i'm striving for signout.. can anybody solve my problem?

for signout -- which page i have to use ie. .html or .php file? and how to approach?
Post Reply