sorry one more thing. when I run the mypage_data.asp with the following
Tag=Session("cTag")
if Tag ="" Then
Tag = "opcLab-19"
End If
Then it loads correctly with data. If I run it with just
Tag=Session("cTag")
then it loads correctly as well. Difference is that in the first case when running mypage.asp the chart will show in the second case an error shows up in place of the chart. I can only see part of the error as its showing the full path but it looks like its referencing the mypage_dataparser.asp page?