
General Help
MS-Sharepoint:
Q: Open a seperate window when used tabs.
A: Add a webpart Content and add the code:
<p>Er wordt een pagina geopend naar Corp homepage.<p /><script language="JavaScript"><!--
window1=window.open('http://frontoffice.corp.nl/ict/','messageWindow1', 'scrollbars=yes,toolbar=yes,location=yes,directories=yes, status=yes,menubar=yes,scrollbars=yes,resizable=yes, width=500,height=600')
//--></script>