[Proto-Scripty] Dynamically adding javascript which creates a UI object

2010-03-19 Thread 99miles
When the dom is loaded, I call this method where I try to insert a CalendarDateSelect into an existing div tag, but it's not working: function loader() { var newScript = document.createElement('script'); newScript.type = 'text/javascript'; newScript.innerHTML = 'new

[Proto-Scripty] Re: Dynamically adding javascript which creates a UI object

2010-03-19 Thread 99miles
, -- T.J. Crowder Independent Software Consultant tj / crowder software / comwww.crowdersoftware.com On Mar 19, 3:56 pm, 99miles 99mi...@gmail.com wrote: When the dom is loaded, I call this method where I try to insert a CalendarDateSelect into an existing div tag, but it's not working

[Proto-Scripty] Re: Dynamically adding javascript which creates a UI object

2010-03-19 Thread 99miles
those may be where the problem lies. Good luck, -- T.J. Crowder Independent Software Consultant tj / crowder software / comwww.crowdersoftware.com On Mar 19, 5:02 pm, 99miles 99mi...@gmail.com wrote: Well, I'm inserting it into a div node so it knows where to be layed out. Basically I