tripwater
06-26-2009, 06:37 PM
I have a link that loads a list of project times in a popup. This list is pretty long. In fact, you cannot resize the window to view it all even if you tried.
I have this code
<a href="#" onclick="window.open ('http://mydomain.com/myfile.php?dept=1&idtask=6803', 'Logged times', 'height=300,width=500,scrollbars=yes,resizable=yes'); return false;">View Ticket Times</a>
you will notice scrollbars set to = yes and also tried scrollbars=true and yet still no scrollbars in the popup. I viewed source in the browser and it is there on the link. Any ideas why I am not getting a scrollbar?
Thanks for any info
I have this code
<a href="#" onclick="window.open ('http://mydomain.com/myfile.php?dept=1&idtask=6803', 'Logged times', 'height=300,width=500,scrollbars=yes,resizable=yes'); return false;">View Ticket Times</a>
you will notice scrollbars set to = yes and also tried scrollbars=true and yet still no scrollbars in the popup. I viewed source in the browser and it is there on the link. Any ideas why I am not getting a scrollbar?
Thanks for any info