[Kss-devel] Problems changing form fields in Firefox

Hedley Roos hedley at upfrontsystems.co.za
Thu Mar 22 10:22:26 CET 2007


> content = '<h1>%s</h1>' % (callsign,)
> core.replaceInnerHTML('#portal-siteactions', content)

I was under the impression you had to do

core.replaceInnerHTML(core.getHtmlIdSelector('portal-siteactions'), content)

Does that work?


More information about the Kss-devel mailing list