Is there an alternative to frames for doing this?

Bes

Bes

Soldato
Joined
18 Oct 2002
Posts
7,318
Location
Melbourne
Hi

I have a set of RRDTool charts and want to build a site around it linking to different charts.

Unfortunately I cannot seem to include anything in the .cgi code being used to build the RRD other than HTML and CSS. (Just either doesnt work or breaks the RRDTool output).

Is there any alternative I can use to get a smart navigation down the left hand side other than using frames?

Thanks
 
Hmm its tricky as I use the URL to build the RRD query- eg I have a link that contains a bunch of values in the URL- the RRD query then uses these values to build the correct charts.. Given the number of servers I am monitoring, it's either do this, or create a LOT of cgi pages AFAIK.

I guess another apporach might be to generate the content every x seconds regardless of whether anyone wants it and then just include the images in a regular page?
 
Back
Top Bottom