cancel
Showing results for 
Search instead for 
Did you mean: 

Launch CRM without toolbar

Former Member
0 Kudos

Hi - we have just gone live with CRM and I have customised/branded the logon page and would now like to launch it in the browser without a toolbar as users will insist on pressing the back button. I can do this simply enough using the javascript window.open() but we don't want an additional web page open and also we don't want the security pop-up when using window.close(). Does anyone know of a way around this? many thanks.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Solution:

window.opener=self;

window.close();