I use PHP to dynamically enable menu contents.
Do to this, I had to rename the .js files to .js.php (so the php parser would parse them)
Then I had to change the .js.php files to include:
<SCRIPT LANGUAGE-=JavaScript>
.. file contents
</SCRIPT>
And I had to fix mmenu.js.php line 500-ish to
if ...
Search found 1 match
- Wed Jan 30, 2002 9:02 pm
- Forum: Archived Topics for the old Version 3.0 JavaScript Menu
- Topic: PHP-Enable
- Replies: 3
- Views: 3965