Hi,
Im designing web site like below:
-----------------------------------------------------------
| logo here | welcome text here
| |
| |
-----------------------------------------------------------
| buttons here |
| | main content here
| |
| |
| |
------------------------------------------------------------
The idea was to create dynamic html table instead of frames.
How can I refresh only the "main content cell" without
refreshing the whole page? The refresh-functionality was intended
to put behind buttons at the "button cell". Is it possible to open
complete html pages (e.g. <html> ... </html> in their own files) to
the main cell area? What techiniques should I use/best to use (php,
java/jsp, javascript, DOM)? Is there any every-browser-compatible
solution? I read that layers are brewser dependent. Sample code?
Thanks Juha Rossi
Im designing web site like below:
-----------------------------------------------------------
| logo here | welcome text here
| |
| |
-----------------------------------------------------------
| buttons here |
| | main content here
| |
| |
| |
------------------------------------------------------------
The idea was to create dynamic html table instead of frames.
How can I refresh only the "main content cell" without
refreshing the whole page? The refresh-functionality was intended
to put behind buttons at the "button cell". Is it possible to open
complete html pages (e.g. <html> ... </html> in their own files) to
the main cell area? What techiniques should I use/best to use (php,
java/jsp, javascript, DOM)? Is there any every-browser-compatible
solution? I read that layers are brewser dependent. Sample code?
Thanks Juha Rossi
Comment