anyone know of a way to put a frameset into a tpl file.
I have a DHTML menu that I have lots of work into but now can't manage to put it into the site.
The code in the html file for the menu is
Code:
<html>
<head>
<title>Your Title</title>
</head>
<frameset cols="150,*" framespacing='0' frameborder='0' border='0'>
<frame frameborder='0' framespacing='0' src="VerticalFramesNavigation.htm" noresize scrolling='no' name="navig"></frame>
<frame frameborder='0' framespacing='0' src="VerticalFramesMainPage.htm" name="space"></frame>
</frameset>
</html>
You can view the menu
HERE
You can download the whole menu script and all if you like. Maybe someone can decifer what they have done here. It's a great menu with lots of effects. Just trying to get it to show in the site. It can even bring up pictures and all with no limit of sub menus.
Here are all the files
Download Here