<SCRIPT language=JavaScript></SCRIPT> in PHP

Please note that official support for this menu version has now ceased. There are still plenty of users, though, and the forum is still running. Some of our long-time users may be able to help you out.
Post Reply
cjlive
Beginner
Beginner
Posts: 5
Joined: Sun Sep 22, 2002 2:01 pm

<SCRIPT language=JavaScript></SCRIPT> in PHP

Post by cjlive »

Is it possible to put:

<SCRIPT language=JavaScript src="menu_array.js" type=text/javascript></SCRIPT>

<SCRIPT language=JavaScript src="mmenu.js" type=text/javascript></SCRIPT>

within <?php ?> tags

Thanks

CJ
User avatar
Andy
Milonic
Milonic
Posts: 3308
Joined: Sun May 19, 2002 8:23 pm
Location: Menu Developer
Contact:

Post by Andy »

Absolutely just dump them to the screen with echo.

You might have to escape the </script> part with <\/script>

-- Andy
Post Reply