Focal Point
Need help with Response.Redirect for logon to MRE

This topic can be found at:
https://forums.informationbuilders.com/eve/forums/a/tpc/f/7971057331/m/4911048331

March 16, 2005, 02:23 PM
<HelpNStuff>
Need help with Response.Redirect for logon to MRE
Hi All!

This is what I'm trying to do -

We have an intranet with links to all our applications. I need to setup a link to the Webfocus MRE, when the user clicks the link I want to automatically log them into the MRE. I have tried to use a response.redirect from an aspx page with no luck!

Response.Redirect
http:///ibi_apps/WFServlet?IBIMR_user=
SIGNON&IBIMR_
random=0&IBIWF_language=en]http:///ibi_apps/WFServlet?IBIMR_user=language=en
I get an Applet MRAdmin notinited then Loading Java Applet Failed.... in the status bar.

Does anyone have any suggestions?

Thanks in advance!!!

This message has been edited. Last edited by: <Mabel>,
<Pietro De Santis>
I took the URL from the asp code you posted, changed the server, user and password and it worked.

Why not make the link to MRE a simple hyperlink instead of "Response.Redirect"




Managed Reporting

This message has been edited. Last edited by: <Mabel>,
March 16, 2005, 03:27 PM
<HelpNStuff>
Hi Pietro!

I get the same error when I use a direct href, also the link shows in the status bar at the bottom with userid & password in plain site. I use target="Main", which may be causing the problem. But we really need this to open within our own page.

Thanks in advance!!!!
March 16, 2005, 05:47 PM
TexasStingray
What version of WebFOCUS Are you using?
March 16, 2005, 06:35 PM
<HelpNStuff>
WebFocus52

This is only happening when I use target=main or _self. If I use target of _blank then open new window and works fine.