simple problem
Hi there
Just wondering - I've got this simple javascript window.open code, but I'm asking for scrollbars to appear if necessary. However, they don't appear; can anyone tell me why and how to rectify this? My code appears below:
<a href="#" onclick="javascript:window.open('chart.asp','_pop' ,'scrolling=yes,resizable=yes,width=500,height=500 ');"> Web safe colour chart</a>
many thanks
Adam
|