Re: [PHP-WIN] PHP and JavaScript

2007-05-12 Thread Stut
sam rumaizan wrote: In PHP when you click on the menu text Update The Record the menu doesn’t open it takes you to another page. But in HTML when you click on the menu text Update The Record the menu dose open. Update The Record When you try the PHP version, do a "View Source" in

Re: [PHP-WIN] PHP and JavaScript

2007-05-12 Thread Niel Archer
> It works with HTML without body Technically, both html and body tag pairs are optional, but it make your page clearer to understand when included. First thing I'd suggest is NOT using echo. As far as I can see you have no dynamic content being produced, so put the whole lot before the "

Re: [PHP-WIN] PHP and JavaScript

2007-05-12 Thread Niel Archer
Hi > In PHP when you click on the menu text Update The Record the menu doesn’t > open it takes you to another page. But in HTML when you click on the menu > text Update The Record the menu dose open. Clicking on the "Update the Record" link does the same for me in either PHP/HTML versions. Tak

Re: [PHP-WIN] PHP and JavaScript

2007-05-12 Thread sam rumaizan
It works with HTML without body Copy any paste this code and see it your self. So the problem is not the body