|
|
| Fernanda Emanuella Silveira 2004-02-16, 4:34 am |
|
Is there a iFrame portlet to WPS 5.0?
I have installed iFrameJK.war on WPS 5.0 but it didn't work.
Regards,
Fernanda Silveira
fe@inf.ufsc.br
| |
| L D Jones 2004-02-16, 3:33 pm |
| Fernanda Emanuella Silveira wrote:
>
> Is there a iFrame portlet to WPS 5.0?
>
> I have installed iFrameJK.war on WPS 5.0 but it didn't work.
>
> Regards,
>
> Fernanda Silveira
> fe@inf.ufsc.br
NavCode 1WP10004F WebPage portlet
| |
|
| There is an Iframe portlet shipped with Portal 5.0 version. The portlet name is Web Page. search for Web page portlet and you should be able to find it..
BTW, this one does not support SSO.. There is another portlet in Portlet catalog.. search with keyword iframe. This one was written by an IBM business partner.. looks like the website is not running.. check it out again in catalog..
Hope this helps..
| |
| dprasanna 2004-03-22, 4:34 pm |
| Hi Lea,
I saw your reply to one of the questions posted on the Portal Discussion forum.
Can you send me a sample iFrame portlet that works on WPS 5.0 ?
I need to develop a portlet that will have a link in it and when you click on that link it should take me to an external webpage built using ASP's. I need to display the content of that external site inside the portlet and so I need to use something like
the iFrame portlet.
I tried to download the iFrame portlet from the Portal catalog and it takes me to a website of "GroupPro" and its all in spanish. I cant figure out where to download the portlet from.
Any ideas ?
Thanks
Prasanna
| |
| suchitra 2004-03-22, 11:24 pm |
| just Provide the URL of your webpage to the IFRAME tag if you need to show external webpage.
If you need SSO you need to provide the user/password to the fields defined in the external webpage. Example I have used (name="Username") because this field was defined in the external webpage.
I have SSO to my INotes through one of my custom portlets.
In view.jsp i have following code snippet
-------------------------------------
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<%@ page contentType="text/html"%>
<HEAD>
<META name="GENERATOR" content="IBM WebSphere Studio">
</HEAD>
<IFRAME height="400" width="600" src="http://xxx/xxx">
<input type= text name="Username" value="xxxxx">
<input type= password name="Password" value="xxxxx">
</IFRAME>
-------------------------------
Similar thing could be possible for asp pages i think
ThanQ
quote: Originally posted by dprasanna
Hi Lea,
I saw your reply to one of the questions posted on the Portal Discussion forum.
Can you send me a sample iFrame portlet that works on WPS 5.0 ?
I need to develop a portlet that will have a link in it and when you click on that link it should take me to an external webpage built using ASP's. I need to display the content of that external site inside the portlet and so I need to use something like
the iFrame portlet.
I tried to download the iFrame portlet from the Portal catalog and it takes me to a website of "GroupPro" and its all in spanish. I cant figure out where to download the portlet from.
Any ideas ?
Thanks
Prasanna
|
|
|
|