This code will never work because of the "" in the href tag... it thinks it's ending the variable past even though it shouldn't be...Code:var past="<a href = "reunion-1965.php"> <b>Class of 1965 - There is no reunion information available.</b></a>"
Try this instead
eadCode:var past="<a href ='reunion-1965.php'> <b>Class of 1965 - There is no reunion information available.</b></a>"



Reply With Quote


Bookmarks