NewbiDoobie
Technical User
I am trying to set the anchor of an internal HTML page on my asp page. I have a couple of the pages pulling from the url, but this page will not accept that.
The only place it calls the html page is here:
m_sFileLocation = Session("sTemplatePhysicalPath") & "C-ClientSummary.htm"
m_sHtmlDoc = openHtmlDoc(m_sFileLocation)
then it goes to an include file and comes back to be populated. I am fairly new to this and am not sure where to pass the link. Do I pass it to the HTML page, the ASP page or the include?
The only place it calls the html page is here:
m_sFileLocation = Session("sTemplatePhysicalPath") & "C-ClientSummary.htm"
m_sHtmlDoc = openHtmlDoc(m_sFileLocation)
then it goes to an include file and comes back to be populated. I am fairly new to this and am not sure where to pass the link. Do I pass it to the HTML page, the ASP page or the include?