And validators keep complaining that the <DIV> was not opened.
I know this is javesript basics, but how could i make that way that only the STYLE.. and so forth get's written by JS, and the ">" is again written by php
I wasn't critizising your script. I know it's allright.
I just said i cant make it work (on my complex page) And as i want to make it work myself, i asked if there's any tools to help javascript debugging/testing that would output something additionl but just the result?
there are some debugging tools out there, although I don't know of any off-hand. What I do for debugging is fairly simple: I place lots of alerts or debug prints to a secondary window (created by the script when in debug mode)
feyd wrote:there are some debugging tools out there, although I don't know of any off-hand. What I do for debugging is fairly simple: I place lots of alerts or debug prints to a secondary window (created by the script when in debug mode)
Okay, that eases my mind some. If you say there isnt usefull tools, i must not worry
Got it working, i had the Div to be updated later on the code than the update call