Search results

  1. I

    HTML - menu, header, footer problem?

    If you are using plain HTML you can't really do that, except for (ugh) frames or (ugh ugh) javascript. If you are using php or asp or something it's very easy, and you should look up "php include" or "asp include".
  2. I

    Using ASP to respond with raw data.?

    You should be able to set the contenttype to "text/plain" or something (I never did much asp.net but with vanilla asp it was) response.contenttype = "text/plain" You can also use response.binarywrite instead of response.write if you are having troubles with text getting converted to unicode or...
Back
Top