I am completely new at webpage building when it comes to advanced controls. I know how to put textboxes on a page with dreamweaver.
What i want to do is have page1 with 2 textboxes. Then I want it to modify Page2.html page.
So for example.
On page 2 if it has
<HTML>
<TITLE>
My Title
</TITLE>
<BODY BGCOLOR="white">
<FONT COLOR="black">
John: THE INFORMATION TO BE CHANGED
Amber: THE INFORMATION TO BE CHANGED
</FONT>
</BODY>
</HTML>
SO basically what I enter into textbox1 will replace what is after the name John: and textbox2 will replace the informaiton after Amber:
thanks
Any help is appreciated.