dallen24
08-07-2002, 04:19 AM
Hi. A while ago I expanded on Mike Hall's FindInPage() script. Essenially, my code allows the user to perform a JavaScript driven search of my web site. Since then I've tried to improve it.
One of the things that bother me is how web pages have to be loaded onto my main frame, then searched. Causes a lot of flashing pages. I was thinking of first loading pages into a hidden frame. IE tests look good, but NS4 has been crashing with "page overflows". Have no idea why. I've been thinking of alternatives.
Question. Is it possible to load a txt or html in something other than a frame? Into an object you can still find() or findtext()?
Question. Is it possible to load a txt or html file into a frame without images, just text?
Question. Is it possible to first hide my main frame, then load it with page or pages? Only after I've done searching would I make it visible again. It is possible?
Any feedback is appreciated...Dennis
One of the things that bother me is how web pages have to be loaded onto my main frame, then searched. Causes a lot of flashing pages. I was thinking of first loading pages into a hidden frame. IE tests look good, but NS4 has been crashing with "page overflows". Have no idea why. I've been thinking of alternatives.
Question. Is it possible to load a txt or html in something other than a frame? Into an object you can still find() or findtext()?
Question. Is it possible to load a txt or html file into a frame without images, just text?
Question. Is it possible to first hide my main frame, then load it with page or pages? Only after I've done searching would I make it visible again. It is possible?
Any feedback is appreciated...Dennis