Can xml replaces a server technology

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

  1. #1

    Default Re: Can xml replaces a server technology

    If that is the case, can I use xml in conjunction with asp? Or, is there a way to make vbscript compatible to browser other than IE. I ask this question because vbscript looks simpler to learn but sad that it has a browser compatability problem.

    Thanks



    dreamy webforumsuser@macromedia.com Guest

  2. Similar Questions and Discussions

    1. Contribute replaces ? with %3F when creating a link...
      Hello, This problem occurs sometimes and we couldn't find out why it happenes. When creating a link we chose the destination php file and add...
    2. extension that searches for certain characters and replaces them
      Hey, I am trying to develop a new extension for dwmx which searches for certain characters and replaces them with other characters! How do I go...
    3. ereg_replace replaces to mutch
      Hello, I use a javascript ticker in my header which contains the news in a array like that tickercontents='Message1' tickercontents='Message2'...
    4. what technology to use?
      May be a little off topic but I need ideas. I have ASP that provides each manager with a report of their own employees. I was going to enhance this...
  3. #2

    Default Re: Can xml replaces a server technology

    > If that is the case, can I use xml in conjunction with asp?

    Yes
    > Or, is there a way to make vbscript compatible to browser other than IE
    VBScript is only browser specific if you are trying to run it client side like JavaScript, which really isn't a good idea even for IE. When used for server side scripting, the browser never sees the code and doesn't know the difference.

    --

    Dave
    -----------------------------------------------------------------
    If I were half as smart as people think I am...
    I'd be twice as smart as I was before I forgot everything.
    (Official victim of CRAFT Syndrome)
    David R. Wheeler Guest

  4. #3

    Default Re: Can xml replaces a server technology

    Gotcha! All is clear now. Thanks a lot!


    dreamy webforumsuser@macromedia.com 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