Milonic provide full featured pull down web menus for some of the worlds largest companies
click here to see what it can do for you

Download Milonic DHTML Menu
Buy Milonic DHTML Menu

Back To Start Of Archive
Taken From The Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Forum Topic: Click to view post
Last Updated: Wednesday July 18 2012 - 06:07:22

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


Poster: cjlive
Dated: Sunday October 6 2002 - 3:08:01 BST

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


Poster: Andy
Dated: Sunday October 6 2002 - 16:28:16 BST

Absolutely just dump them to the screen with echo.

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

-- Andy