Jump to content

Haramiz

Members
  • Posts

    3
  • Joined

  • Last visited

Haramiz's Achievements

Newbie

Newbie (1/7)

0

Reputation

  1. Can any help me plz?I want to when the client change the option to "A", the iframe loads the "formA.html" and so on with the other options in the form above.Any idea?
  2. 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?
  3. 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...