How to convert htm to asp

Ask a Question related to Dreamweaver AppDev, Design and Development.

  1. #1

    Default How to convert htm to asp

    Hi..
    I accidentally created my frameset under htm, so how do I rename it to asp to be able to use the asp technology...
    samkry Guest

  2. Similar Questions and Discussions

    1. Convert FLV to wav or MP3
      we have 2 questions: We want to buy flash communication server professionel but we need some technical answers : 1) is it possible to convert...
    2. best way to convert 4c pdf to RGB?
      What is the easiest, fastest, best way to convert a batch of pdfx1a cmyk pdf files with text and graphic to all rgb text and graphics? alan
    3. asp convert php
      Is their good freely downloadable tool to convert asp to php? Is their a tool to convert asp to php upto 100 ? ...
    4. Convert IXF to DEL
      When performing an EXPORT through DB2 Connect, the only supported output file structure is IXF. Does someone have or know about a utility to...
    5. Do I need to Convert with Convert.ToInt32(session("myNumber")) ?
      Hello, I have this session("myNumber") = 888 Dim intNumber As Integer a) intNumber = session("myNumber") b) intNumber =...
  3. #2

    Default Re: How to convert htm to asp

    Rename the pages from htm to asp, and remake the frame source lines to link
    to the new pagenames.

    --
    Murray --- ICQ 71997575
    Team Macromedia Volunteer for Dreamweaver
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    [url]http://www.dreamweavermx-templates.com[/url] - Template Triage!
    [url]http://www.projectseven.com/go[/url] - DW FAQs, Tutorials & Resources
    [url]http://www.dwfaq.com[/url] - DW FAQs, Tutorials & Resources
    [url]http://www.macromedia.com/support/search/[/url] - Macromedia (MM) Technotes
    ==================

    "samkry" <webforumsuser@macromedia.com> wrote in message
    news:d5v799$sr1$1@forums.macromedia.com...
    > Hi..
    > I accidentally created my frameset under htm, so how do I rename it to asp
    > to be able to use the asp technology...

    Murray *TMM* Guest

  4. #3

    Default Re: How to convert htm to asp

    but my page which is built with frameset, so DW asked me to save all of the files so what should I do then?
    samkry Guest

  5. #4

    Default Re: How to convert htm to asp

    1. Rename each frame page with *.asp rather than *.htm
    2. Create a new frameset, and source each frame with the files you renamed
    in step #1
    3. Save the frameset page as whatever name and extension you want.
    4. Get a good book and learn some HTML.
    5. Read the technotes at the MM site about how to work with frames.
    6. Consider using another approach than frames, which are generally NOT the
    best solution for any layout....

    --
    Murray --- ICQ 71997575
    Team Macromedia Volunteer for Dreamweaver
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    [url]http://www.dreamweavermx-templates.com[/url] - Template Triage!
    [url]http://www.projectseven.com/go[/url] - DW FAQs, Tutorials & Resources
    [url]http://www.dwfaq.com[/url] - DW FAQs, Tutorials & Resources
    [url]http://www.macromedia.com/support/search/[/url] - Macromedia (MM) Technotes
    ==================

    "samkry" <webforumsuser@macromedia.com> wrote in message
    news:d5vh75$e6u$1@forums.macromedia.com...
    > but my page which is built with frameset, so DW asked me to save all of
    > the files so what should I do then?

    Murray *TMM* Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139