Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Nfuse 1.6

Status
Not open for further replies.

elans

Technical User
May 5, 2002
1
IL

i am using nfuse 1.6 with XPA 1.0 SP 1

all my users have DESKTOP publish application.

I am looking for a way to launch desktop publish apps right after the user press the log-in button on the nfuse portal.


thanks

Ilan Saddi
 
You could use the Redirect tag in the applist.asp file which automaticaly launches your published app.
The code would look like this.

<meta http-equiv=&quot;Refresh&quot; content=&quot;33; url=http://www.google.com&quot;>

-This code must be within the <head> of your ASP file
-33 is the number of seconds to wait before it starts. Try using 0 seconds, but if that fails then you might wann use 1 second. (0 could meen off if it does not work)
-You of course have to change the to what ever the link is to your published app. Dave Namou, MCSE CCEA
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top