Thanks! works perfectly.
Now I have a problem building the links tho. The page is, obviously, a php script with variables. Normally you use:
[url]http://[/url]<whatever>.com#link1
Is it possible to do this using php and variables??
[url]http://[/url]<whatever>.com/myfile.php?var1='fred'#link1
I hand typed that into my browser and it does not jump down to that link. I did a view source and the link is there.