Re: [PHP] php image & javascript issue

2008-09-08 Thread javasac
In my test.php file, I cannot run javascript and images do not show up. If I run this file using the URL http://localhost/index/?m=login&name=Sachin I can see 'My name is Sachin'. If I rename this file to test.html and open it, the image shows up and clicking on 'Click Me!' button works fine. P

[PHP] php image & javascript issue

2008-09-08 Thread javasac
In my test.php file, I cannot run javascript and images do ot show up. If I run this file using the URL http://localhost/index/?m=login&name=Sachin I can see 'My name is Sachin'. If I rename this file to test.html and open it, the image shows up and clicking on 'Click Me!' button works http://

Re: [PHP] php image and javascript include

2008-09-07 Thread javasac
SPIDR var prev_Item_1d; prev_Item_1d = ''; var prev_div_Item_1d; prev_div_Item_1d = ''; function Call_MyFunction(div_Item_1d, item_1d) { if(prev_div_Item_1d != '')

Re: [PHP] php image and javascript include

2008-09-07 Thread javasac
Thanks for the reply. here is the php file. I am using wamp server 2.0 http://www.nabble.com/file/p19360339/signin.jpg signin.jpg Ashley Sheridan-3 wrote: > > Do you have an excerpt of the PHP code you have preceeding the HTML you > are using to include the JavaScript & images? > > > Ash >

[PHP] php image and javascript include

2008-09-07 Thread javasac
Hi All, Strange issue here. I m including images and javascript in my php file. None of them show/work up. If i change the .php file to .html, both thing start working. So no issues with path and all. Any idea? Thanks, Sachin -- View this message in context: http://www.nabble.com/php-image-an