Use asp file as HtmlFragment

This is an open forum for any mojoPortal topics that don't fall into the other categories.

This thread is closed to new posts. You must sign in to post in the forums.
9/16/2008 8:24:46 AM
Gravatar
Total Posts 14

Use asp file as HtmlFragment

Hi,
Can I use an asp file as HtmlFragment?

If I do this, the result is a page containing the code lines such as:

<%
query = "select * from table"
%>

How can I include my asp pages?

Thanks

9/16/2008 8:28:37 AM
Gravatar
Total Posts 18439

Re: Use asp file as HtmlFragment

No, it only works with plain old html files.

If you want to show an asp page the way I would do it is just put a normal Html content feature on the page then in the editor go to source view and put in an iframe linking to your asp page <iframe src="/urltoyourasppage.asp" width="100% height="800px" />

Its not a perfect solution to get it sized right but it will work.

Hope it helps,

Joe

9/16/2008 8:37:07 AM
Gravatar
Total Posts 14

Re: Use asp file as HtmlFragment

Yes, I was just thinking of this solution!!

Thanks

You must sign in to post in the forums. This thread is closed to new posts.