•
•
•
•
What is DaniWeb IT Discussion Community?
You're currently browsing the JavaScript / DHTML / AJAX section within the Web Development category of DaniWeb, a massive community of 373,108 software developers, web developers, Internet marketers, and tech gurus who are all enthusiastic about making contacts, networking, and learning from each other. In fact, there are 3,646 IT professionals currently interacting right now! Registration is free, only takes a minute and lets you enjoy all of the interactive features of the site.
Please support our JavaScript / DHTML / AJAX advertiser: Lunarpages Web Hosting
Views: 394 | Replies: 1
![]() |
•
•
Join Date: May 2008
Location: kansas
Posts: 9
Reputation:
Rep Power: 0
Solved Threads: 0
I have made a mouseover layer menu.
Click on the link to keep it open.
The only way to close the layer is to reload the page.
Is there anyother way to do it.
link to script. http://www.stupidharold.com/dani/clicktokeepopen.htm
Page trying to fix. http://www.stupidharold.com/Harold1/acessScripts.htm
I have another question. I am running ie 5.5. So I don't know if the newer browsers
are able to see my pages.
Click on the link to keep it open.
The only way to close the layer is to reload the page.
Is there anyother way to do it.
link to script. http://www.stupidharold.com/dani/clicktokeepopen.htm
Page trying to fix. http://www.stupidharold.com/Harold1/acessScripts.htm
I have another question. I am running ie 5.5. So I don't know if the newer browsers
are able to see my pages.
•
•
Join Date: Aug 2006
Location: Noida, India
Posts: 151
Reputation:
Rep Power: 2
Solved Threads: 16
You can declare a global variable to check weather the link is visible or not.
So that you can toggle the appearance of
links by clicking on above link.
Your function will look like that:
var flag = 0;
function hideShowLinks() {
if(flag == 0) {
//code to show the second link
flag =1;
} else {
//Code to hide the second link
flag =0;
}
}
So that you can toggle the appearance of
links by clicking on above link.
Your function will look like that:
var flag = 0;
function hideShowLinks() {
if(flag == 0) {
//code to show the second link
flag =1;
} else {
//Code to hide the second link
flag =0;
}
}
![]() |
•
•
•
•
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
•
•
•
•
•
•
•
•
DaniWeb JavaScript / DHTML / AJAX Marketplace
- Question re: education (Web Developers' Lounge)
- javascript not working for firefox! (JavaScript / DHTML / AJAX)
- Background question (JavaScript / DHTML / AJAX)
- How To Hyperlink Normal HTML page with ASP.NET Page? (ASP.NET)
- vertical alignment question (JavaScript / DHTML / AJAX)
- HTML form action="env.cgi" question (HTML and CSS)
- The new "haslayout" IE CSS feature - Explained (HTML and CSS)
- Basic hover code question (JavaScript / DHTML / AJAX)
- New Language combines: Asynchronous JavaScript+CSS+DOM+XMLHttpRequest (JavaScript / DHTML / AJAX)
- A CSS Question - Stoping Fonts from Becoming Giants! (HTML and CSS)
Other Threads in the JavaScript / DHTML / AJAX Forum
- Previous Thread: HTML input text size
- Next Thread: how to get result with 3 dropdown multiple selectbox via AJAX and a DB


Linear Mode