I built a website for my client. Now I would like to build a page where he can go in and edit the page, much like a profile editor, and save his work, this will update the main page. How can I achieve this?
All I have right now are HTML, CSS and JavaScript pages. Should I have another page? I...
I built this based on your question:
<html>
<head>
<script type="text/javascript">
function checkfirstTwo()
{
var firstvalue = document.getElementById('one').value;
var secondvalue = document.getElementById('two').value;
if (firstvalue == 1 && secondvalue == 2)
{...
I built a website for my client. Now I would like to build a page where he can go in and edit the page, much like a profile editor, and save his work, this will update the main page. How can I achieve this?
All I have right now are HTML, CSS and JavaScript pages. Should I have another page? I...
I built this based on your question:
<html>
<head>
<script type="text/javascript">
function checkfirstTwo()
{
var firstvalue = document.getElementById('one').value;
var secondvalue = document.getElementById('two').value;
if (firstvalue == 1 && secondvalue == 2)
{...
I built a website for my client. Now I would like to build a page where he can go in and edit the page, much like a profile editor, and save his work, this will update the main page. How can I achieve this?
All I have right now are HTML, CSS and JavaScript pages. Should I have another page? I...
I built a website for my client. Now I would like to build a page where he can go in and edit the page, much like a profile editor, and save his work, this will update the main page. How can I achieve this?
All I have right now are HTML, CSS and JavaScript pages. Should I have another page? I...
Okay, I want to make a textarea that will change the color of a word depending on what it is. Lets say I want to have it so that if a user types in the word "green" that specific word would turn "green" INSIDE the textarea, and only that word. Any suggestions?
I see what you mean, but I wanted...
I built a website for my client. Now I would like to build a page where he can go in and edit the page, much like a profile editor, and save his work, this will update the main page. How can I achieve this?
All I have right now are HTML, CSS and JavaScript pages. Should I have another page? I...
Okay guys, I built a website and plan on hosting it on webs.com. I would like to hand it over to my client, but how can he update it without having to teach him HTML? is there a way to add a page to the site where he can edit basic info on his own, maybe using xml to store it or how about...