01-14-2008, 07:39 AM | #1 |
Join Date: Jan 2008
Posts: 1
|
Using javascript code in guestbook header
hi all,
I want to add javascript-based web visitors counters from the page http://openopt.blogspot.com (right column) to my guestbook header. I have read guestbook > settings but I can't understand how it can be done. Thank you in advance, D. |
01-14-2008, 10:53 AM | #2 |
UltraGuest Admin
Join Date: Nov 2003
Location: Oslo, Norway
Posts: 746
|
Re: Using javascript code in guestbook header
Hi,
Using javascript you can display guestbook statistics on your webpage/blog. In the header of your webpage you need to get the information from our server. The link that should be placed in your header is: Code:
<head> <script type="text/javascript" src="http://www.ultraguest.com/?id=1041779607&type=js"></script> </head> Code:
var messages = 375; var uniquehits = 225765; var totalhits = 655110; Code:
<script type="text/javascript"> document.write(messages) document.write(uniquehits) document.write(totalhits) </script> Please let me know if you need any further help! |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Header in my Guestbook? | Eliza | Guestbook Support | 1 | 12-24-2007 05:39 PM |
COPPA law and guestbook entries... | Sif.Admin | Guestbook Support | 1 | 07-28-2007 06:13 PM |
Guestbook Code | tubes41 | Feedback | 1 | 02-17-2005 03:36 AM |
Linking to Javascript routines | Cugel | Guestbook Support | 3 | 09-10-2004 06:32 AM |
using same guestbook for several websites? | Andreas | Guestbook Support | 0 | 12-07-2003 09:00 AM |