Ah, the old closing bracket stikes again! Both day and year were missing one. It's a nice date selector script:
function changeDate(i){
var e = document.getElementById('day');
while(e.length>0){
e.remove(e.length-1);
}
var j=-1;
if(i=="na")
day_count=0...
thread216-1583849
I am following the script on this thread to get a date selector working. Works beautifully to populate the day field after but does not fill the year field options.
Can you see the error?
Firebug reports:
e is null
[Break On This Error] e.add(s);}}
This is the 'year' part...
Hey,
I'm just trying to get an xml import to add content to tags.
I have the structure worked out and tags are importing but I want to import the tag once for each named tag.
In other words, if I have a tag called 'Doc-title' I would like all text tagged with 'Doc-title' to be replaced in...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.