client requirement is to embed Maximo Login Page into his company's website, for that Maximo offer a switch PORTALMODE=true to append into URL.
for example, in html as a hyperlink
<body>
<A href="http://10.50.87.20:9080/maximo/ui/maximo.jsp?portalmode=true" target="ifr">Maximo Login</A><BR>
<TD>
<IFRAME name="ifr" width="700" height="500"></IFRAME>
</TD>
</body>
for example, in html as a hyperlink
<body>
<A href="http://10.50.87.20:9080/maximo/ui/maximo.jsp?portalmode=true" target="ifr">Maximo Login</A><BR>
<TD>
<IFRAME name="ifr" width="700" height="500"></IFRAME>
</TD>
</body>
No comments:
Post a Comment