473,513 Members | 2,533 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Refreshing Javascript Menu in Frame

Hello,
I'm new to javascript so bear with me....
I have a t-based frame site with my javascript-based menu on the left
hand frame (ie NavFrame) with its submenus showing up on the right side
frame (ie BodyFrame). Everytime I click on a submenu to show files in
the body frame, the left frame menu stops being dynamic or clickable.
Any ideas?

I put this piece of code in the NavFrame page:

<body>
<script type='text/javascript' src='VerticalFrames_var.js'></script>
<script type='text/javascript' src='menu131_com.js'></script>
</body>

I am using http://www.burmees.nl/menu/menus.htm as a guide to help me.
But I do not see any fix under the FAQ section. I've tried emailing
him/her but no response yet.

Daniel Park
Jr. Web Developer
In-n-out Burger

Jul 23 '05 #1
2 1667
Hard to say without more information, i.e. relevant code snippets.

Can you provide a link to the pages you're building?

Off-hand, I'd say check for script errors in Moz' JavaScript console.
Also check the lower-left corner of IE for a yellow triangle with a
black exclamation point. If there is one, double-click it to see the
errors.
dawaves wrote:
Hello,
I'm new to javascript so bear with me....
I have a t-based frame site with my javascript-based menu on the left
hand frame (ie NavFrame) with its submenus showing up on the right side
frame (ie BodyFrame). Everytime I click on a submenu to show files in
the body frame, the left frame menu stops being dynamic or clickable.
Any ideas?

I put this piece of code in the NavFrame page:

<body>
<script type='text/javascript' src='VerticalFrames_var.js'></script>
<script type='text/javascript' src='menu131_com.js'></script>
</body>

I am using http://www.burmees.nl/menu/menus.htm as a guide to help me.
But I do not see any fix under the FAQ section. I've tried emailing
him/her but no response yet.

Daniel Park
Jr. Web Developer
In-n-out Burger


Jul 23 '05 #2
Thanks for Replying!

here is what my main framesite page looks like:

<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html;
charset=iso-8859-1">
</head>

<frameset rows="100,*" cols="*" frameborder="yes" border="1"
framespacing="1">
<frame src="./tabframe.htm" name="topFrame" scrolling="NO" noresize >

<frameset rows="*" cols="167,*" framespacing="1" frameborder="yes"
border="1">
<frame src="./navigation.htm" name="leftFrame" scrolling="NO"
noresize>
<frame src="./body.htm" name="mainFrame">
</frameset>
</frameset>
<noframes><body>

</body></noframes>
</html>
Here is what my navigation.htm looks like:

<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html;
charset=iso-8859-1">

</head>

<body>
<font color="#FFFF00" size="4" face="Verdana, Arial, Helvetica,
sans-serif"></font>
<p>
<script type='text/javascript' src='VerticalFrames_var.js'></script>
<script type='text/javascript' src='menu131_com.js'></script>
</p>
</body>
</html>
Do I need to add some code into "VerticalFrames_var.js" or
"menu131_com.js" for the menu to continue working after I've clicked on
the submenus? I figure it's like a refresh of the navigation Frame that
I need. Any thoughts? Thanks!

Jul 23 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

10
4989
by: Philo Del Middleston | last post by:
I've been searching, but apparently not phrasing my search right, so I'm going to float a question out here in the meantime... I'm wondering how to go about refreshing the content of a control (say, a selector) without refreshing the page. For example, if I have these selects: Company: <pick a company> Contact: <pick a contact> When...
4
3816
by: JesusFreak | last post by:
From: us_traveller@yahoo.com (JesusFreak) Newsgroups: microsoft.public.scripting.jscript Subject: toolbar script problem NNTP-Posting-Host: 192.92.126.136 Recently, I downloaded the following beautiful script "http://javascript.internet.com/navigation/toolbar-menu.html". It works like a charm. I made my webpage in frames, where the...
7
1438
by: Bert Visscher | last post by:
Hello everyone, I would like to let visitors of my website be able to go directly to a desired page, by using a URL like www.example.com?progname. I thought I could do this as follows: <html> <frameset rows="88,*"> <frame name="head" noresize src="head.htm" /> <frameset cols="152,*">
3
2153
by: John Ortt | last post by:
I appologise for reposting this but I have been trying to find a solution all week with no avail and I was hoping a repost might help somebody more knowledgable than myself to spot the message... I am trying to write a webpage in Javascript. The page loads with three frames, a top, left and right frame. Depending on the users actions the...
3
3338
by: jimmygoogle | last post by:
I posted earlier with a scope problem. I think I resolved it in IE but in Firefox it still exists. Anyone have any ideas/experience with this? I attached my code sorry it is so long. You can cut/paste it into 2 files and run it to see what I mean. ###############menu.html############### <html> <body> <script type="text/javascript">
4
2312
by: lmarceglia | last post by:
Hi, I have this website that doesn't work in Firefox 1.5: www.pianetaluca.com The HTML source is: <TITLE>PianetaLuca</TITLE> </HEAD>
0
7178
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language...
0
7565
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that...
0
7543
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the...
0
5704
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then...
0
4759
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert...
0
3255
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in...
0
3242
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
1612
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
1
817
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.