Question
Coding in Coldfusion without using frames
In the past I have created web applications using frames. For
example the upper frame would have a list of returned records from
a query and the bottom frame would contain details about the record
(related to a record in the top frame).
I am now trying to code using css. Is there a better way to code a web app without using frames?
I am now trying to code using css. Is there a better way to code a web app without using frames?