I'm trying to publish a page that has new headlines that are linked to detail 
pages. These news articles are being pulled from the a Access database. 
Following is the ASP code that creates the link. 

<a 
href="<%anc_Newsdetail%>?id=<%=RecordSet.Fields("id")%>"><%=RecordSet.Fields("Title")%></a>


Under SmartEdit and Page preview everything looks great but when I
publish the page, it publishes ASP code as HTML code (because I can see
it when I view source). I have <!--RDExecute=asp--> in the top of
the page but still no luck. Could it be that the published page has an 
extension of html instead of ASP ? If so, how can I change that ?

Thanks


      
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"RedDot CMS Users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/reddot-cms-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to