Question, on the tab menu on the form: General, details, etc... is there a way to set its target to _blank so that when the user clicks on it, it will actually open a new window instead of using the iFrame?
Hi AznDude,
I am not sure why you include iFrame if you dont want to use it.
For the Tab onclick open new window, use this event:
crmForm.all.tab0Tab.onclick = function() {
//your logic here...blablaalert('clicked');
}
regards,
Toong Yang
cross site scriting should be enable and it will not open new windows
see iframe properties.
Regards,
Imran
Instead of a tab, you can add a link in the left nav bar via isv and onclick of the link open a new window.