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?

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?

Hi

Just add the attribute to your "PopUpInvestors"

scrollbars=1

mark as solved if it helps you!!!

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.