Web Analytics Made Easy -
StatCounter Calling HVMenu in a frame - CodingForum

Announcement

Collapse
No announcement yet.

Calling HVMenu in a frame

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Calling HVMenu in a frame

    Hi.. I've got the hvmenu working on a regular page.. but when i try and open this page in a frame of another, the drop-down menu stops working.. I'm using the regular hvmenu script..
    -------------------------------------
    <SCRIPT type=text/javascript>

    //HV Menu v5.411- by Ger Versluis (http://www.burmees.nl/)
    //Submitted to Dynamic Drive (http://www.dynamicdrive.com)
    //Visit http://www.dynamicdrive.com for this script and more

    function Go(){return}

    </script>
    <script type='text/javascript' src='Files/exmplmenu_var.js'></script>
    <script type='text/javascript' src='Files/menu_com.js'></script>
    <noscript>Your browser does not support script</noscript>
    --------------------------------------
    and this is the code that is used to call it into a frame
    ----------------
    <FRAME SRC="file:///C:/Home.htm" scrolling=yes marginwidth=0 marginheight=0 frameborder=no resize=no>
    ----------------
    i'm not sure why its not working.. maybe something to do with the way js is called in frames? any help would be greatly appreciated..

    Thanks..
    James
Working...
X