[solved] Re: problems with js and cforms

2006-05-27 Thread es
I still have issue calling my window.onload() what's the correct way to initialize my javascript on loading? To correctly initialize onload() I had to add these lines: if (window["forms_onloadHandlers"] == undefined) { window.onload = function() { if (window.winOnLoad) winOn

Re: problems with js and cforms

2006-05-26 Thread es
I've found what was causing the problem is stripnamespaces.xsl. However now I have a page that display but doesn't validate as xhtml1.1. I still have issue calling my window.onload() what's the correct way to initialize my javascript on loading? thanks Eli es wrote: Hello all, I've problems

problems with js and cforms

2006-05-26 Thread es
Hello all, I've problems getting my cform js working: the calendar field for example doesn't pop up, fields doesn't react to on-value-changed etc. I've checked the head is ok, same as the examples output. The problem is probably on the onload event. I have the need to init some custom js in my