English 中文(简体)
sIFR:动态插入变音符会带来麻烦。
原标题:sIFR: dynamically inserting umlaut causes trouble

let me state cleary at the beginning that I know about the embedding issue in flash. So, to the point. If sIFR replaces an umlaut (ä,ö,ü) which is hard coded in the HTML file everythings works fine. But when I want to insert it dynamically it is not displayed. I played around with charset options to specifiy the javascript file i m referencing but it doesnt change a thing.

这里是JavaScript和sIFR代码:

sIFR.replacements["#image-counter span"][0].replaceText("ö");

我也尝试将"ö"替换为"ö""&#246",但这也无法解决它。

任何想法吗?

问题回答

好的,现在问题好像已经解决了。我尝试了另一个字符集(我一开始使用的是UTF-8)。

“当我用以下方法引用我的JS文件时”

<script type="text/javascript" src="js/...js" charset="ISO-8859-1"></script>

似乎有效果。





相关问题
selected text in iframe

How to get a selected text inside a iframe. I my page i m having a iframe which is editable true. So how can i get the selected text in that iframe.

How to fire event handlers on the link using javascript

I would like to click a link in my page using javascript. I would like to Fire event handlers on the link without navigating. How can this be done? This has to work both in firefox and Internet ...

How to Add script codes before the </body> tag ASP.NET

Heres the problem, In Masterpage, the google analytics code were pasted before the end of body tag. In ASPX page, I need to generate a script (google addItem tracker) using codebehind ClientScript ...

Clipboard access using Javascript - sans Flash?

Is there a reliable way to access the client machine s clipboard using Javascript? I continue to run into permissions issues when attempting to do this. How does Google Docs do this? Do they use ...

javascript debugging question

I have a large javascript which I didn t write but I need to use it and I m slowely going trough it trying to figure out what does it do and how, I m using alert to print out what it does but now I ...

Parsing date like twitter

I ve made a little forum and I want parse the date on newest posts like twitter, you know "posted 40 minutes ago ","posted 1 hour ago"... What s the best way ? Thanx.

热门标签