ChrisQuick
Programmer
I am writing series of pages to search a database. One of the frames is going to contain the results of the search. I am trying to turn the scroll bar for the frame ON or OFF depending on how many records are returned.
I've tried:
parent.ResultsFrame.scrollbar = false; //turn it off
parent.PesultsFrame.scrollbar = true; //turn it on
but that doesn't seem to work.
cquick@geotg.com
Geographic Information System (GIS), ASP, some Oracle
I've tried:
parent.ResultsFrame.scrollbar = false; //turn it off
parent.PesultsFrame.scrollbar = true; //turn it on
but that doesn't seem to work.
cquick@geotg.com
Geographic Information System (GIS), ASP, some Oracle