Is there a block to hold Javascript and HTML?

Is there a block to hold Javascript and HTML?

That extension can do basic JavaScript functions, although it’s limited by return result.

Some example/tutorial in @Taifun site here: https://puravidaapps.com/tutorials.php#html

1 Like

Can it simply be an iframe script? Our existing code is like this:

#iframe { width: 100%; height: 100%; border: none; background: #eee; z-index: 1; } #resizable { width: 800px; height: 600px; background: #fff; border: 1px solid #ccc; z-index: 9; }