This is a discussion on Newbie problem: navigatebuttons in script. within the alt.comp.lang.php forums, part of the PHP Programming Forums category; Hi all, As newbie I found some php-scripts that will add/edit/delete records from a MySQLdatabase. I modified ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Hi all,
As newbie I found some php-scripts that will add/edit/delete records from a MySQLdatabase. I modified them so it will work/fit on my database. The are build with form and record php scripts. All code looks fine and works well, the only BIG problem is that I cannot move from one script to another in the browserwindow (using buttons in the script), ONLY I can use the UP and BACK buttons on top of the browser so everything workes. If I want to move inside the browserwindows, things looks to hang, and nothing happens anymore. Thanks for your help/tips in advance Richard. |
|
|||
|
On Mon, 2 Aug 2004 13:01:31 +0200, "Richard Farla"
<farla-klep@planet.nl> wrote: >Hi all, > >As newbie I found some php-scripts that will add/edit/delete records from a >MySQLdatabase. >I modified them so it will work/fit on my database. >The are build with form and record php scripts. > >All code looks fine and works well, the only BIG problem is that I cannot >move from one script to another in the browserwindow (using buttons in the >script), ONLY I can use the UP and BACK buttons on top of the browser so >everything workes. If I want to move inside the browserwindows, things looks >to hang, and nothing happens anymore. > >Thanks for your help/tips in advance >Richard. > > Could you be a little more clearer about what is happening when you use your buttons? Maybe show us an example URL if it is permittable. Also, some code snippets of your navigation, both HTML and PHP, would be helpful. |