2,152 bytes added,
11:26, 6 March 2013 It can be useful to background research on a company for sales purposes. To this end bxp software can save a lot of time in research. The newspaper button links are simple JavaScript which reads the name of the company and then searches the relevant site for related articles. In this way you can scan a news paper for company related articles to further the background research of the company.
The first part is to put in a section header to hold the buttons. The following has three rows of buttons. The first are national news agencies. The second row is technical articles. The third row is to share prices.
<source lang="html">
<input type=button name=btnNewsTools1 id=btnNewsTools1 class='Master_Button' style='width:19%;' value='Irish Times' />
<input type=button name=btnNewsTools2 id=btnNewsTools2 class='Master_Button' style='width:19%;' value='Irish Independent' />
<input type=button name=btnNewsTools3 id=btnNewsTools3 class='Master_Button' style='width:19%;' value='Irish Examiner' />
<input type=button name=btnNewsTools4 id=btnNewsTools4 class='Master_Button' style='width:19%;' value='Sunday Bus. Post' />
<input type=button name=btnNewsTools5 id=btnNewsTools5 class='Master_Button' style='width:19%;' value='RTE' />
<hr noshade="noshade" />
<input type=button name=btnTechTools1 id=btnTechTools1 class='Master_Button' style='width:19%;' value='Silicon Republic' />
<input type=button name=btnTechTools2 id=btnTechTools2 class='Master_Button' style='width:19%;' value='Tech Central' />
<input type=button name=btnTechTools3 id=btnTechTools3 class='Master_Button' style='width:19%;' value='CNET' />
<input type=button name=btnTechTools4 id=btnTechTools4 class='Master_Button' style='width:19%;' value='ITLG' />
<input type=button name=btnTechTools5 id=btnTechTools5 class='Master_Button' style='width:19%;' value='Blacknight' />
<hr noshade="noshade" />
<input type=button name=btnFinancialTools1 id=btnFinancialTools1 class='Master_Button' style='width:49%;' value='Irish Share Exchange' />
<input type=button name=btnFinancialTools2 id=btnFinancialTools2 class='Master_Button' style='width:49%;' value='FTSE' />
</source>