IE not working - firefox working

In case you have problems with some other PHPJunkyard script (not that there are THAT many).
Post Reply
perl5700
Posts: 2
Joined: Sat Apr 11, 2009 8:24 am

IE not working - firefox working

Post by perl5700 »

Script URL: http://www.tr-revi.dk/vamdrup.html
Version of script: 1.1 @ October 26, 2007
Hosting company: www.netplads.dk
URL of phpinfo.php: www.tr-revi.dk/phpinfo.php
URL of session_test.php: www.tr-revi.dk/session_test.php
What terms did you try when SEARCHING for a solution: Serarched the forum for a solution, but did not find anything

Write your message below:
CCount works fine when using firefox, but the script is not working when I use IE v6 or v7.
Any ideas what to try?
Klemen
Site Admin
Posts: 10116
Joined: Fri Feb 11, 2005 4:04 pm

Post by Klemen »

You have a missing quote in your Javascript src parameter, it should be like this:

Code: Select all

<script language="Javascript" src="http://www.tr-revi.dk/gcount11/graphcount.php?page=vamdrup&style=vamdrup"></script>
On your page the " after vamdrup is missing.
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here Image

Image You should follow me on Twitter here

Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...

Also browse for php hosting companies, read php books, find php resources and use webmaster tools
perl5700
Posts: 2
Joined: Sat Apr 11, 2009 8:24 am

Post by perl5700 »

Klemen wrote:You have a missing quote in your Javascript src parameter, it should be like this:

Code: Select all

<script language="Javascript" src="http://www.tr-revi.dk/gcount11/graphcount.php?page=vamdrup&style=vamdrup"></script>
On your page the " after vamdrup is missing.
Hi Klemen

Thanks for Your quick answer. I could not see it :? I have sent Your a beer :D
Per
Klemen
Site Admin
Posts: 10116
Joined: Fri Feb 11, 2005 4:04 pm

Post by Klemen »

You're welcome and thanks for the beer :wink:
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here Image

Image You should follow me on Twitter here

Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...

Also browse for php hosting companies, read php books, find php resources and use webmaster tools
Post Reply