Daily Archives: July 29, 2009

How To: Hide title bar or URL usingJavascript

Here’s the test page, testframe.html:<html><head><meta http-equiv=”Content-Type” content=”text/html; charset=windows-1252″><title>Test page</title><script language=”JavaScript”><!–function openWindowNew( windowURL, windowName) {        var windowFeatures=’width=518,height=500,toolbar=0,location=0,scrollBars’  return window.open( windowURL, windowName, windowFeatures ) ;}//—></script></head><body> <a href=”#” onClick=”newWindow = openWindowNew(‘frameset.html?’+escape(‘http://www.myserver.com’), ‘Mywindowname’); newWindow.focus(); return false”>Here’s the link to myserver</a>></html> Here’s the … Continue reading

Posted in Uncategorized | Leave a comment

How To: Remove or hide Acrobat toolbars from an external Acrobat window

In order to open a PDF file in a web browser, without the Acrobat or Acrobat Reader toolbar, you would need to link to the PDF with the following HTML code, where #toolbar=0 follows the .pdf filename: <P><a href=http://www.server-name.com/filename.pdf#toolbar=0&zoom=85>Link without … Continue reading

Posted in Uncategorized | Leave a comment

Cognos: ReportNet Installation Procedure

Pre Installation Requirements The following Software’s must be installed and running before installing and configuring Cognos ReportNet Database (Oracle/DB2/SQL Server) for Content Store Web Server (IIS/Apache) Note: This document will focus on Oracle Database and Internet Information Services (IIS) Web … Continue reading

Posted in Uncategorized | Leave a comment