Page 1 of 1

PHP and Form input in a pane

PostPosted: Wed May 07, 2008 5:26 am
by tmcdonnell
Hi all,

I love this suite and I am using it in an online browser based game (altfuture.com).

What I am unsure about and need help with is using it to automatically refresh a pane that has PHP script.

Here is the idea.

I have a php file which posts to itself to update an item.

So, if I use the suite and add the page via the redirect, the page posts to itself and it opens in another browser window!!

So, I use an iframe in the main script and it all works great, except the

<script>paneSplitter.reloadContent('eastContent');</script>

will not work, I think because its not the original page, it is at a lower level and will not work (page called by the main page calls another page).

Remember I am sending form data from this lower level page, maybe its in the way I send it?

Anyway, if you can help me out with any ideas, that would be great.

Maybe i should target the page?

How do you work around this?

I can give you the actual pages and code, if you need it.

Thanks

Tim