[Javascript] Best Practices, Slightly Off-Topic

Scott Reynen scott at randomchaos.com
Thu Aug 17 11:20:00 CDT 2006


On Aug 17, 2006, at 10:32 AM, Terry Riegel wrote:

> Does anyone have an ideas on how I might be able to accomplish this  
> type of layout without frames, or should I just stick with frames  
> as this is indeed the type of problem they were designed to address?

I recently redid a similarly framed site by replacing the frames with  
DIVs and updating the content of those DIVs with a simple AJAX call  
for the full frame content.  The eventual plan is to update more  
selectively with only the data that's actually changing, but the  
first step just involved adding few AJAX requests, and stripping the  
extraneous markup from the frame pages.

Peace,
Scott




More information about the Javascript mailing list