× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.



Actually Carey if you look at the index.jsp source you will see that IBM
gives you some guidance as to how to set up an automatic redirect.  We have
opted to "clean up" our version of index.jsp so that it includes only the
code needed for the redirect.  We chose to present a gif file just in case
response is slow.  The code is...

<HTML><HEAD>
<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
<script language="javascript">
  // Logoff and end host job if browser is closed
  function onclose() {
    var iX = window.event.clientX ;
    var sW = 0 - screen.width;
    if (iX < sW) {
      document.LOGOFF.submit();
      alert('<bean:message key="index.closeAlert"/>');
    }
  }
</script>

<TITLE><bean:message key="index.title"/></TITLE></HEAD>
<BODY bgcolor="silver">
<p><center>
<IMG border="0" src="StartPage.gif" width="663" height="363">
</center><p>
<jsp:include page="webfacing/services/invocation/html/invocations.jsp"
flush="true"/>
</BODY></HTML>

You will need to watch this file when loading a new version of WDSc, as
ours has been over-written in the past.

btw - you can also modify the login screen by working with logon.jsp (under
services/invocation/html).

HTH


----- Message from Carey Caile <Carey.Caile@xxxxxxxxxxxxxxxx> on Fri, 21
Apr 2006 16:04:26 -0400 -----
                                                                           
       To: Web Enabling the AS400 / iSeries <web400@xxxxxxxxxxxx>          
                                                                           
  Subject: [WEB400] Webfacing automation                                   
                                                                           

Our Webfacing application only has one launch button. Does anyone know how
to bypass this and automatically launch this button and go straight to the
logon screen?

Carey


David R. Sager
ITS Project Leader, BPMS
Office:  (847) 482-2627
Cell:      (847) 489-4941
AIM:  drsatpca


As an Amazon Associate we earn from qualifying purchases.

This thread ...


Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].

Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.