| IDM | Intranet eXchange |
| [ Home | Post | Register/Awards | Find | F A Q | Archive ] | |
|
|
FIXED: Still need help...[ Follow Ups ] [ Post Followup ] [ Intranet eXchange ] [ IDM Home ]
Posted by Morgan on July 27, 1999 at 16:50:52: In Reply to: Still need help... posted by Morgan on July 19, 1999 at 12:38:11:I ended up fixing this by making the 'frames page' entirely a JavaScript. It in turn creates a frames page that displays the navbar in the top and parses the url after the '?' to figure out what to put in the bottom: <<frames.htm>> <html> // parser: document.open("text/html", "frames"); </script> the links to the page are like this: <<splash.htm>> <a href="frames.htm?page=category/index.htm"> the parser looks for whatever is after the "=" (not the "?") and puts that into the var 'bodypage'. The frames page generated then is coded to display whatever url was in 'bodypage'. A gracious thank-you to Minh Dao, whose posted response to "Javascript to force a document into its frame" in the eXchange archives gave me all this code. I'm just regurgitating it in my own context. Thanks to Minh. Regards, - Morgan
Post a Followup |