Display page from Intranet App within Mojo with using IFrame

This forum is only for questions or discussions about working with the mojoPortal source code in Visual Studio, obtaining the source code from the repository, developing custom features, etc. If your question is not along these lines this is not the right forum. Please try to post your question in the appropriate forum.

Please do not post questions about design, CSS, or skinning here. Use the Help With Skins Forum for those questions.

This forum is for discussing mojoPortal development

This forum is only for questions or discussions about working with the mojoPortal source code in Visual Studio, obtaining the source code from the repository, developing custom features, etc. If your question is not along these lines this is not the right forum. Please try to post your question in the appropriate forum.

You can monitor commits to the repository from this page. We also recommend developers to subscribe to email notifications in the developer forum as occasionally important things are announced.

Before posting questions here you might want to review the developer documentation.

Do not post questions about design, CSS, or skinning here. Use the Help With Skins Forum for those questions.
This thread is closed to new posts. You must sign in to post in the forums.
5/25/2010 5:17:24 AM
Gravatar
Total Posts 68

Display page from Intranet App within Mojo without using IFrame

Hi,

I have an intranet staff directory which I would like to somehow display as a page in the existing intranet system. What I want to do is simply create a page with the local intranet which will then show the staff directory application on the page.

I dont want to use the IFrame because when people search and the results are long then the page has two scroll bars, one for the iframe and one for the page.

I hope I am clear on this. I did look at the development forum and the Hello World - Developer Quick Start, but I am not sure about if the same principal applies and how to go about doing it. The staff directory is hosted on the same server as the intranet system and runs on windows with Mojo 2.3.3.9 MSSQL.

Please help me if any out there can!

Thanks.

Dominique

5/25/2010 8:08:18 AM
Gravatar
Total Posts 111
Matt Millican InternetMill

Re: Display page from Intranet App within Mojo with using IFrame

Hi,

I would recommend taking a look at the Developer Training Videos to get you started.  I think it would be a fairly easy module to make.

Hope it helps,
Matt

5/25/2010 10:13:36 PM
Gravatar
Total Posts 68

Re: Display page from Intranet App within Mojo with using IFrame

Thanks Matt but which video? I need a bit more specific detail as to how to do it if anyone can help.

Thanks

Dominique

5/26/2010 7:26:27 AM
Gravatar
Total Posts 35

Re: Display page from Intranet App within Mojo with using IFrame

I don't think there is a specific video on GridViews, but that's what I would do.  Just setup a gridview that uses stored procs to access your directory table. 

 

The training videos (~30 of them) will just help you get developing in mojoportal. 

 

Also, search for tutorials on how mojoportal uses CodeSmith.  There is a CodeSmith template for gridviews that might help.

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