Hi all,
i insert some javascript via the source button into a table, this works okay.
But when i turn back to the editor, the tables shows empty.
When i go to my website then everything is ok and the outcome of the javascript is shown.
Is there a way to see the outcome directly in de editor ?
And is there perhaps a plugin to use instead of insert it via the source button ?
Thanx
i insert some javascript via the source button into a table, this works okay.
But when i turn back to the editor, the tables shows empty.
When i go to my website then everything is ok and the outcome of the javascript is shown.
Is there a way to see the outcome directly in de editor ?
And is there perhaps a plugin to use instead of insert it via the source button ?
Thanx
Re: How to show javascript in editor
You can also paste JS in the source view, if you would like to avoid <br/>'s and such in your script, but you have to replace all < with < and & with &
Re: How to show javascript in editor
When it's running it's easier to delete some items.
This is a page with advertising banners / buttons on it.
Is it possible to run it in the editor mode ???
Re: How to show javascript in editor
do you guys know how to fix that? thanks
Re: How to show javascript in editor
hopefully there is a solution for this! thanks!!
Re: How to show javascript in editor
Just imagine this simple code:
document.write("Hello")
every time that you load the page you would get a new "hello" added.
If you want to interact with the content area you must write a plugin.