PHP + Frames Page

Having problems with DHTML Menu? There is usually somebody here who knows the answer.
Post Reply
mirage22
Beginner
Beginner
Posts: 1
Joined: Fri May 19, 2006 7:05 am

PHP + Frames Page

Post by mirage22 »

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://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. :D



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! :P
Post Reply