|
|||||||
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
|
#1 |
|
New Member
![]() Join Date: May 2009
Posts: 1
|
so basically i have a text box and command button on my web page, I want to make it so that when i click the command button, it makes the contents of a <div> (which is located on a separate page) equal to the contents of the text box (and vice versa so when the text box loads its equal to the contents of the div). How would I do that? Im designing a website for a historical district that needs to be able to update their meeting minutes and their schedule and such onto the web at an instant.
thanks! |
|
|
|
|
|
#2 |
|
New Member
![]() Join Date: Apr 2009
Location: Romania
Posts: 18
|
You got to use a database for that. You store the content of the textbox in a field in the database and than you query the database and display the content of that field in your <div>.
It's basic.
__________________
Code Generators |
|
|
|
|
|
#3 |
|
Gold Member
![]() Join Date: Oct 2008
Location: Ireland
Posts: 349
|
If you are not familiar with any programing languages I recommend that you make use of one of the many open source Content Management Systems out there. They will handle most of the work for you!
__________________
Conor |
|
|
|
|
|
#4 |
|
New Member
![]() Join Date: May 2009
Location: Netherlands
Posts: 15
|
Take a look at TinyMCE if you want to build something on your own! Great start for an custom build CMS.
|
|
|
|
![]() |
| Tags |
| php |
| Thread Tools | |
| Display Modes | |
|
|