Focal Point Banner


As of December 1, 2020, Focal Point is retired and repurposed as a reference repository. We value the wealth of knowledge that's been shared here over the years. You'll continue to have access to this treasure trove of knowledge, for search purposes only.

Join the TIBCO Community
TIBCO Community is a collaborative space for users to share knowledge and support one another in making the best use of TIBCO products and services. There are several TIBCO WebFOCUS resources in the community.

  • From the Home page, select Predict: WebFOCUS to view articles, questions, and trending articles.
  • Select Products from the top navigation bar, scroll, and then select the TIBCO WebFOCUS product page to view product overview, articles, and discussions.
  • Request access to the private WebFOCUS User Group (login required) to network with fellow members.

Former myibi community members should have received an email on 8/3/22 to activate their user accounts to join the community. Check your Spam folder for the email. Please get in touch with us at community@tibco.com for further assistance. Reference the community FAQ to learn more about the community.


Focal Point    Focal Point Forums  Hop To Forum Categories  WebFOCUS/FOCUS Forum on Focal Point     [SOLVED] Customized BID Login Page - Redirect

Read-Only Read-Only Topic
Go
Search
Notify
Tools
[SOLVED] Customized BID Login Page - Redirect
 Login/Join
 
Gold member
posted
I created a simple customized BID login page in the approot folder becauses users didn't like the long bid links:
http://servername/ibi_apps/bid...RIFY&WORP_MPV=aa_gbv

The customized big login screen have a banner and login section and the link is simple now:
http://servername/approot/sales_team.html

Users are able to login through the approot link but when they login the dashboard is embedded in the sales_team html. So you see the banner from the login page and below the logo on the bid. The link is always at: http://servername/approot/sales_team.html even after login in.

Is there was to redirect the user to the bid once they login?

I'm have this in the sales_team.html code:
<FORM ACTION="/ibi_apps/Controller" METHOD="post" NAME="userform" onSubmit="return fnLogin[);">
<INPUT TYPE="hidden" NAME="IBIWF_language"    VALUE="en">
<INPUT TYPE="hidden" NAME="WORP_MPV"          VALUE="aa_gbv">
<INPUT TYPE="hidden" NAME="groupName"         VALUE="Sales Team BID">
<INPUT TYPE="hidden" NAME="WORP_REQUEST_TYPE" VALUE="WORP_GBV_VERIFY">
[CODE]  

Would I need to add something above to redirect them to:
http://servername/ibi_apps/bid...RIFY&WORP_MPV=aa_gbv


Stuck.

This message has been edited. Last edited by: <Kathryn Henning>,


WF 8105M
- Portal, Dashboard
- Rcaster, Data Migrator
- Windows 2012 Client Server
- Dev/App Studio 8105
- Data: SQL, Oracle, Neteeza,MVS
 
Posts: 78 | Registered: October 24, 2006Report This Post
Expert
posted Hide Post
Your sales_team.html file probably uses frames. Don't use frames and your redirection should work.


Francis


Give me code, or give me retirement. In FOCUS since 1991

Production: WF 7.7.05M, Dev Studio, BID, MRE, WebSphere, DB2 / Test: WF 8.1.05M, App Studio, BI Portal, Report Caster, jQuery, HighCharts, Apache Tomcat, MS SQL Server
 
Posts: 10577 | Location: Toronto, Ontario, Canada | Registered: April 27, 2005Report This Post
Gold member
posted Hide Post
you can use javascript to do that; something like this
 <input onclick="javascript:window.open('http://servername/ibi_apps/bid/aa_gbv?WORP_REQUEST_TYPE=WORP_LOGIN&WORP_USER="username"&WORP_PASS="password"', "_blank");language="javascript" /> 


This will pass you username and password to the ibi_apps.


WebFOCUS 7.7. Windows Server 2008. All Outputs.

WEBFOCUS 7.6.11. Windows Server 2003. All Outputs.
 
Posts: 60 | Registered: July 10, 2012Report This Post
Expert
posted Hide Post
Except that opens a new window and leaves the login screen in place...


Francis


Give me code, or give me retirement. In FOCUS since 1991

Production: WF 7.7.05M, Dev Studio, BID, MRE, WebSphere, DB2 / Test: WF 8.1.05M, App Studio, BI Portal, Report Caster, jQuery, HighCharts, Apache Tomcat, MS SQL Server
 
Posts: 10577 | Location: Toronto, Ontario, Canada | Registered: April 27, 2005Report This Post
Gold member
posted Hide Post
Well, In that case you can use any of this :-

_parent - URL is loaded into the parent frame
_self - URL replaces the current page
_top - URL replaces any framesets that may be loaded
_blank - URL is loaded into a new window.(This is Default function that why I used that)


WebFOCUS 7.7. Windows Server 2008. All Outputs.

WEBFOCUS 7.6.11. Windows Server 2003. All Outputs.
 
Posts: 60 | Registered: July 10, 2012Report This Post
Gold member
posted Hide Post
thanks everyone. Took the simply route and removed the frames.


WF 8105M
- Portal, Dashboard
- Rcaster, Data Migrator
- Windows 2012 Client Server
- Dev/App Studio 8105
- Data: SQL, Oracle, Neteeza,MVS
 
Posts: 78 | Registered: October 24, 2006Report This Post
  Powered by Social Strata  

Read-Only Read-Only Topic

Focal Point    Focal Point Forums  Hop To Forum Categories  WebFOCUS/FOCUS Forum on Focal Point     [SOLVED] Customized BID Login Page - Redirect

Copyright © 1996-2020 Information Builders