Back To Start Of Archive
Taken From The Forum: Help & Support for DHTML Menu Version 5+
Forum Topic: Click to view post
Last Updated: Saturday July 14 2012 - 06:07:05
PHP + Frames Page
Poster: mirage22
Dated: Friday May 19 2006 - 7:15:08 BST
Hello,
I am too new to programming on the net.
I have Milonic free version, just downloaded.
I have a normal HTML frames page. Say - Main PAge.
It has in within it 2 frames. Top and Bottom.
Now when there are HTML files being used, I insert the following on the pages that display in the bottom frame -
<script type="text/javascript" src="milonic_src.js"></script>
<div class=milonic><a href="http://www.milonic.com/">JavaScript Menu, DHTML Menu Powered By Milonic</a></div>
<script type="text/javascript">
if(ns4)_d.write("<scr"+"ipt type=text/javascript src=mmenuns4.js><\/scr"+"ipt>");
else _d.write("<scr"+"ipt type=text/javascript src=mmenudom.js><\/scr"+"ipt>");
</script>
<script type="text/javascript" src="menu_data_body.js"></script>
This is fine.
Now I also have some PHP pages on my site.
How do I write the above code in my PHP page to be displayed in the Bottom Frame? Please note, I have not created any of those PHP pages, nor do I know how to write PHP.
So please explain to me how to write the above javascript into the PHP document and where to insert the same.
Thank you very much!