Hi,
I've got a JavaScriptbased searchengine for an intranetpresentation.
The size of this searchengine is expected to grow about 1.5 - 2 MB, so
I decided to split the browserwindow in two frames and place the searchengine
in one of these frames. This way the searchengine has to be loaded only once,
but the searchresult should be presented in the other frame.
Now I don't know how to pass the searchresult from one frame to another:
I already tried to call the contentframe (the frame where the searchresults
should be placed) with a parameter (like "top.frames[1].location.href="content.html?{searchresults}).
But this is only working for a small number of searchresults.
For a large number of searchresults I get a browsermessage about an invalid pointer.
To place the searchresults in a cookie does not work, too.
Does anyone know how to solve this?
Any help would be appreciated.
Thankx!
I've got a JavaScriptbased searchengine for an intranetpresentation.
The size of this searchengine is expected to grow about 1.5 - 2 MB, so
I decided to split the browserwindow in two frames and place the searchengine
in one of these frames. This way the searchengine has to be loaded only once,
but the searchresult should be presented in the other frame.
Now I don't know how to pass the searchresult from one frame to another:
I already tried to call the contentframe (the frame where the searchresults
should be placed) with a parameter (like "top.frames[1].location.href="content.html?{searchresults}).
But this is only working for a small number of searchresults.
For a large number of searchresults I get a browsermessage about an invalid pointer.
To place the searchresults in a cookie does not work, too.
Does anyone know how to solve this?
Any help would be appreciated.
Thankx!