Hello there,
I know this is simple, but I'm trying to add a scrollbar to this pop up window.
<script>
function PopUpInvestors(investorid,identifier) {
window.open('../trades/Peeps.aspx?investorid=' + escape(investorid) + '&id=' + identifier,'','resizable,status,left=100,top=75,width=625,height=600');
}
</script>
Can anybody help?