cancel
Showing results for 
Search instead for 
Did you mean: 

How to make portal as home page

Former Member
0 Kudos

Hi Experts,

We have installed EP at client location. On clicking on a link ("Make Portal as your home page") in portal content area the following URL

http://mycompany.com:51500/irj/portal

should become homepage for the Internet Explorer.

How we can acheive this?

Regards,

EP

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos
former_member214355
Contributor
0 Kudos

Hello EP

I am not sure if i understand your question fully, but have you tried simply

selecting internet options from the Tools menu and changing your homepage there?

Thanks

Kenny

Former Member
0 Kudos

Hi Kenny,

I am sorry. I have not explained the issue properly.

In the portal content area we will type some text. We will also write that if you are so interested you can click on the link and Portal will become your home page.

We don't want to request user to use internet option. Rather we want to give one link and just by clicking on the link, Portal should become home page for that user.

Regards,

EP

Former Member
0 Kudos

Hi

function launch(){

var features =

"toolbar=yes,menubar=yes,location=yes,resizable=yes,scrollbars=yes,status=yes,top=0,left=0,width=1024,height=768";

window.open('YourPortal Address','',features);

add this function with a html, call this function from body of that html. and save that html on each client machine if they click on this html portal ll be opened

Regards

Abhijith YS