Jump to content

ScrollMaster

Members
  • Posts

    5
  • Joined

  • Last visited

Everything posted by ScrollMaster

  1. Hello everyone,I have been using AJAX and think it is a wonderful way to to develop web applications.I would like to use AJAX but without having to call a HTTP Server to serve up the page.Basiclly what I want to do is to be able request XML documents on the fly locally without the use of a HTTP Server if that is posibble.The idea is to be able to develop Web Applications using XML and Javascript but without relying on the HTTP Server itself. If that is understandable.Does anyone know of a method to do so?
  2. I reviewing what you posted and I believe this is the solution. Thank you for your help.
  3. nope sorry. I think Im explaining it poorly. I just want it so that my div tag is scaled to the top of the browers to the bottom. If I create a div tag and want it to take up a 100% of the browers current height it doesnt. it just goes auto and only is the height that is needed.
  4. Here is my goal. I want to create a table, or either div tag that will have the height to the bottom of the page.But of course having height:100%; does nothing of the sort. What is the simplest method to achieve this? I want it to hit the bottom of the brower wherever it is and I am quite sure it should be possible without javascriptplease somone enlighten me.
×
×
  • Create New...