Logged Out
Create an Account
Login:
Password:

Forgot your password?
Quotes in Tags

Quotes in Tags
[Back to Index]
Thread Tags
Primary: [Support]
Secondary: None

Single quotes in system tags, specifically the use of ' in the href line in <!-- System:CountDown -->, keeps me from embedding the tags in a javascript variable. I'm doing this to make a scrolling marquee that is cross-browser compatible.

Since it doesn't change the ability to fire the javascript code to pull up the calendar, could you please change the template for this to use double quotes around the href tag? It didn't break anything in IE nor Firefox when I tested it, and also doesn't break the HTML compliance.

Thanks for your time!

D
/bump

Any progress on this? Thanks!

D
Here's a trick you can use to accomplish JUST this:




<div id=hiddencountdown style="display:none"><!--System:CountDown--></div>

<script language=javascript>
var countdownvar = document.getElementById("hiddencountdown").innerHTML;
</script>


That SHOULD work, and is independent of ANY HTML changes I make to the countdown code.


--
It's all in the reflexes.
Excellent I'll try that later today. That should make it easy to embed the tag results in my javascript, thanks!

D


[Back to Index]