sarahelaine
03-10-2003, 09:41 PM
ok. i have a drop down box that targets a new pop-up window. on these windows that pop up. there is no scroll bar even when there is information you cant see. i want to know if anyone knows how to put a scroll bar in those pages
keepdreaming.dot.nu
go there if you want to see the problem.
thank you
Sarah
MaGiCSuN
03-11-2003, 11:15 AM
the dropdown box doesn't even work for me at all. Also you got to delete these parts:
<--this adds a space (don't include this in your code).
and the one above that one, as it said "don't include this in your code"
also try to replace "_new" to "new" or try "_blank"
Change that and i will look again this afternoon :) Hope it works !!
Love,
mirna
sarahelaine
03-12-2003, 03:08 AM
ok. i got the screens to pop up. but what im trying to do..is to have scrollbars on those screens that pop up. because i have one page that i used to have up there..that needed a scrollbar in order to see more information, but it didn't have one..
thanks for your help!
sarah
MaGiCSuN
03-12-2003, 06:57 PM
I dunno if this works for sure! but just try it out :)
<br><br><br><center><script language="javascript">
function jump(form) {
var myindex=form.menu.selectedIndex
if (form.menu.options[myindex].value != "0")
{
window.open(form.menu.options[myindex].value,
target="_new","scrollbar=1");
}
}
//-->
</script>
i added the thing that is in bold.
Love,
Mirna
sarahelaine
03-13-2003, 10:47 PM
i tried. it didn't work. thanks for trying though!
sarah