Showing the contents of another url?

If you have questions about using mojoPortal, you can post them here.

You may want to first review our site administration documentation to see if your question is answered there.

This thread is closed to new posts. You must sign in to post in the forums.
5/29/2006 6:58:41 AM
Gravatar
Total Posts 92

Showing the contents of another url?

Okay, I seem to be missing something here.   I want to have one of the panes on the left side display the contents of another link such as http://<domain>/<path>/filename.php  I played around with HTML Content and HTML Fragment Include, and they seem to be the same thing to me.

Can someone point me in the right direction?
5/29/2006 7:10:10 AM
Gravatar
Total Posts 18439

Re: Showing the contents of another url?

Hi Richard,

The Html content gets its data from the db. I think the only way you can make it display the contents of another page is to go into source view with the editor then add an iframe with src pointing to the page you want to show.

The HtmlFragment include module was something I threw together quickly for someone. It includes html from a file in a specific location which has a fragment of html without the html and body elements since that is already on the page. I built it  specifically for Rene Mayrhofer so he could show his publications which are in a fragment file put out by some other system. Its a very simple module with a very simple purpose.

Hope it helps,

Joe
5/29/2006 7:12:23 AM
Gravatar
Total Posts 92

Re: Showing the contents of another url?

That makes sense.   I see you're a lot like me and the documentation is always years behind the project.  LOL.  Cuyahoga had a checkbox, which when clicked you could enter an url.   Time allowing I might work on a similar solution...  Thanks for the quick response.
You must sign in to post in the forums. This thread is closed to new posts.