fiogf49gjkf0d In our SLX 754 environment, we have a tool bar menu item called &ldquo roposal Log”.
The Nav URL is set to:
javascript:window.open('http://intranet/slxproposallog/Default.aspx', 'Proposal');window.location = window.location;
Now, the link above does open a new browser window, but it also causes a postback to SalesLogix.
This becomes a problem if you’ve navigated between multiple accounts using the smaller group window or the forward/back buttons. The postback will bring you to the screen you had started from.
If I don’t pass “window.location=window.location”, the SLX window still gets a postback but returns simply “[object]”, so it must be expecting something.
Any help would be appreciated!
Thanks,
Ryan
|