0
Welcome Guest! Login
0 items Join Now

Java and Joomla

  • Java and Joomla

    Posted 17 years 1 week ago
    • Not sure where to post this, so I decided to post it here with my template. I've created a new module, and hit the HTML button to bring up the HTML editor then posted soem HTML with the following code:
      <script type="text/javascript"> function displayRow(thisrow)
       {       var row = document.getElementById(thisrow);
                if (row.style.display == '')&nbsp; row.style.display = 'none';
                else row.style.display = '';
       }
      </script>

      The code works fine. I can post the regular page with what I need, but when I try to put it in a module I get nothing. Any thoughts or suggestions would be great. Thanks guys.
  • Re: Java and Joomla

    Posted 17 years 1 week ago
    • The WYSIWYG editor will remove all JS when saved. Change the editor to non WYSIWYG
    • Jessica Kennedy
  • Re: Java and Joomla

    Posted 17 years 1 week ago
    • that actually worked. The NO editor part...jumi on my end is alil confusing. About targeting the java script..I haven't tried an iframe yet. Though I will!

Time to create page: 0.064 seconds