Environ: SP 2010 Enterprise.
When a user navigates to My Site from our website there is no way to come back to the original site (unless they hit the back button - which makes business users annoyed!). Is there a workaround for this?
If nothing else works, I'd at least like to have the My Site open in a new window. Google yielded a javascript option and a user control option. I can't add usercontrols and the javascript doesn't work for me.
Can someone please help?
target="_blank"is the way to make links open in new tab/window. Can you revisit this solution ? Maybe edit manually the page withF12and try adding the property yourself.$(document).ready(function() { // Code goes here });