Special symbols in URL

Ask a Question related to Macromedia Dynamic HTML, Design and Development.

  1. #1

    Default Special symbols in URL

    I have a pop-up window for a gallery picture, code like below:
    <img src="../photo/abc/def/thumbnails/Daddy O's Pizza #1_jpg.gif" border="0"
    onClick="MM_openBrWindow('../photo/abc/def/pages/Daddy O\'s Pizza
    #1_jpg.htm','winname','width=386,height=304')">
    Because of the pound sign (#) in the URL, I can't link the page correctly and
    the thumbnail also in Firefox. If I can't change the file name, how do I write
    the path in html / java script?

    moonjeep Guest

  2. Similar Questions and Discussions

    1. *****CFX_IMAGE and Special Symbols*****
      I am trying to add a copyright watermark to some images using cfx_image tag. I am using the paste_text action and when I try to assign text it will...
    2. are there symbols in ID?
      I have to reuse a shape many times in my document and I would like to have the option of changing just one of the copies and have the rest update...
    3. Symbols
      I am interested in creating some personal palettes of symbols. I know how to make a symbol in an open document, however, I have not been able to any...
    4. Swapping symbols
      Can you swap a symbol using script? I want to use the same timeline based animation over and over again and all I want to do is change the symbol...
    5. Symbols......
      When you save a symbol to the library, where the *((**& do they go? Apparently mine found "symbol heaven" because I sure can't find them!! :) --...
  3. #2

    Default Re: Special symbols in URL

    Looks like you'll need to change the file name and remove the pound sign. You
    might find the link below helpful. It pertains to office and excel, but I guess
    the rules for url's would be universal.

    [url]http://support.microsoft.com/default.aspx?scid=kb%3BEN-US%3B186921[/url]

    I am sure someone bright will have a solution to your problem but I'd suggest
    keep it simple and it'll work everywhere. Sorry, can't be more help.
    Regards

    jasan3114 Guest

  4. #3

    Default Re: Special symbols in URL

    Thank you for the reference, jasan3114.
    I tried using "%23" instead of "#" sign, it's not working either.
    I think rename the file name is the only way to make the hyperlink to work.
    Hope there are not a lot of work to do with.

    moonjeep 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