Jump to content

Haramiz

Members
  • Posts

    3
  • Joined

  • Last visited

Posts posted by Haramiz

  1. There's a way to make each <option> in the form link to a different html in the iframe?I'm really have troubles trying to do so...Here follows my code without the links.

    <HTML><BODY><form>  <select name=State>    <option value="A">A</option>    <option value="B">B</option>    <option value="C">C</option>  </select></form><iframe src=form2.html width=300 height=100 frameborder=0 name=iframe></iframe></BODY></HTML>

    Can anyone help me? :)

  2. I'm using a "database" made in XML files.I want to display only a few parts of one XML file with a HTML table.I'll be more especific.I have a news database in XML, theres a lot of news. When I try to display in a HTML table, all news are diaplyed.Theres a way to display only the last 3? or whatever number I want?Another thing.I'm trying to develop a way to manipulat the XML files (add, remove, save data), but I don't wanna use ASP or PHP, theres a way to do it with JS or HTML codes only?Thank you since now.

×
×
  • Create New...