Search results

  1. P

    externalInterface and ajax, old xml loads not new?

    I've used ExternalInterface.call for an onclick flash event to load some xml with XMLHttpRequest. the xml loads. but if i change the xml file on the server, the old xml file loads for the client, not the new one. i believe the problem is that the browsers are caching the results. i heard that...
  2. P

    externalInterface and ajax, old xml loads not new?

    I've used ExternalInterface.call for an onclick flash event to load some xml with XMLHttpRequest. the xml loads. but if i change the xml file on the server, the old xml file loads for the client, not the new one. i believe the problem is that the browsers are caching the results. i heard that...
  3. P

    externalInterface and ajax, old xml loads not new?

    I've used ExternalInterface.call for an onclick flash event to load some xml with XMLHttpRequest. the xml loads. but if i change the xml file on the server, the old xml file loads for the client, not the new one. i believe the problem is that the browsers are caching the results. i heard that...
  4. P

    externalInterface and ajax, old xml loads not new?

    I've used ExternalInterface.call for an onclick flash event to load some xml with XMLHttpRequest. the xml loads. but if i change the xml file on the server, the old xml file loads for the client, not the new one. i believe the problem is that the browsers are caching the results. i heard that...
  5. P

    externalInterface and ajax, old xml loads not new?

    I've used ExternalInterface.call for an onclick flash event to load some xml with XMLHttpRequest. the xml loads. but if i change the xml file on the server, the old xml file loads for the client, not the new one. i believe the problem is that the browsers are caching the results. i heard that...
  6. P

    externalInterface and ajax, old xml loads not new?

    I've used ExternalInterface.call for an onclick flash event to load some xml with XMLHttpRequest. the xml loads. but if i change the xml file on the server, the old xml file loads for the client, not the new one. i believe the problem is that the browsers are caching the results. i heard that...
  7. P

    convert ms word to html with inline styles?

    id like to take a word document and easily convert it to a plain .txt, but with all of its formatting and so forth in there as inline styles, or external css whatever.
  8. P

    line break before pre tag, get rid of. html/css?

    i want to make a block of text with scroll bars. so i used the pre tag. but all browsers automatically generate a line break before the pre tag of the same size as the font size inside the pre tag. for design reasons this is bad in my case. can i get rid of the line break? or is there another...
  9. P

    html embed flash object, width and height refer to window size?

    i want to embed an object (a flash object) and i want its width and height attributes to refer to the window size actually, what would be even better, would be if the height referred to the window size, and the width referred to the height of the object
  10. P

    what form of xhtml or html does dreamweaver produce?

    i am trying to get started on learning about web development. i started with a dreamweaver tutorial, but in the middle of the tutorial i decided it was best to learn html, xhtml, xml, csc and javascript in that order before proceeding. my uncle told me that for the most part, html doesn't exist...
Back
Top