Is your script which processes the $Count variable (I assume it's a
page hit checker?) being included before the line: $
("#top").load("top.htmll");? If the assignment for $Count is made at
the wrong time, and then you .load an html file I don't think $Count
will have any value. Immediately below the line <input
type="hidden..." add <?=echo $Count;?> and see if it actually has a
value, if nothing echoes rethink your timing of processes.

Reply via email to