Ask a Question related to Macromedia Dynamic HTML, Design and Development.
-
moonjeep #1
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
-
*****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... -
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... -
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... -
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... -
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!! :) --... -
jasan3114 #2
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
-
moonjeep #3
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



Reply With Quote

