Click to See Complete Forum and Search --> : tables and forms
mwigington
04-25-2007, 11:28 AM
Greetings!
I cannot seem to find the answer on my own, I have searched the web, and this site to no avail. So I will ask here, is there a way to have a form that submits its data to different areas of a table?
Thanks in advance for your help!
Charles
04-25-2007, 11:52 AM
You shouldn't be using a TABLE for layout and once you've taken care of that you'll need an IFRAME (http://www.w3.org/TR/html401/present/frames.html#edef-IFRAME) element.
ryanbutler
04-25-2007, 04:53 PM
I don't think the question is about layout, matter of fact, I'm not sure what the question is. Can you elaborate?
mwigington
04-26-2007, 10:32 AM
My apologies, let me see if I can explain, what I would like to do is have a table that is editable without having to use an editor, something that could be done from a browser, so that you see the table, and can input or remove data as needed.
I thought I could create this, because I have some html experience, but I am now aware I am pretty ignorant about it. I want to use this as a simple task manager area for myself and my employees.
I know there is software that will do this, but from what I have found its expensive and I just need something simple to let them know what is in their area. Anyway it may not be feasible, and again thanks for your help!
So, you want to be able to edit the content on your website?
Than you want to get a content management system. You can make your own, very simple one using mysql, php and tinymce, but there is a pretty sharp learning curve if you have never used any of these before.
I should mention that you can bet many premade content managment systems (aka CMS) check out www.opensourcecms.com. There is a link on the left of the page called "Portals (CMS)" You will probably find that many (if not all) of these CMS' offer way to many features for doing simple html updates on your website
ray326
04-26-2007, 11:21 PM
Maybe something like http://tinymce.moxiecode.com/.
iwd4u
04-29-2007, 02:12 PM
Can you put a content management system in a flash site?
ray326
04-29-2007, 11:42 PM
AFAIK there is no such thing as a "flash site." There are web sites that use Flash on pages. Flash can be used on pages managed by a CMS.
iwd4u
04-30-2007, 01:25 AM
the site is built in flash 8.0 only
Stephen Philbin
04-30-2007, 06:30 AM
the site is built in flash 8.0 only
Nope! There's a smidgen of tag-soup there too.
You can automatically insert dynamic content into a flash site. I remember reading about this once, but I don't develop with flash so I can't offer any more advice