HTML Forums | An HTML and CSS Coding Community

Welcome to HTMLForums; home of web development discussion! Please sign in or register your free account to get involved. Once registered you will be able to connect with other members, send and receive private messages, reply to topics and create your very own. Our registration process is hassle-free and takes no time at all!

Search results

  1. E

    Template links

    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"> <html> <head> <title>Title</title> <!--TEMPLATE--> <form action=""> <select type="text" id="dropbox" onchange="changeSelect()"> <option value="1">Please select one</option> <option value="2">Casey</option> <option value="3">CEREC</option>...
  2. E

    Template links

    This is what I have so far. I want to be able to select the second box and it generate in the box.
  3. E

    Template links

    I am working on a project from work. They want me to create html for one of our websites that have different templates you can paste in a text box. Where you pick the drop down select a different template and apply and it adds it to a text area box. They want different templates for different...
Back
Top