Click to See Complete Forum and Search --> : html and java script


dprsoft
10-23-2007, 05:12 AM
I need to divide my page into 2 columns by using frames and in first column i need to display 3 buttons and in secolnd colun i need to show the content dynamically when if click any button related information i need to display i need some sample code can any one suggest me on this

KDLA
10-23-2007, 09:39 AM
Google "frames layout."
However, I don't recommend this form of layout. Really, you should try server-side scripting, using includes.

KDLA