473,503 Members | 2,165 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

how to hide/show the frame in jps

kaleeswaran
132 New Member
hi!
now i am try to hide and show the frame depends upon the user select the option which is come from the select box.i want to know how to dynamically hide and show the frame.....
thanks,
kaleeswaran
Nov 4 '07 #1
2 1597
r035198x
13,262 MVP
hi!
now i am try to hide and show the frame depends upon the user select the option which is come from the select box.i want to know how to dynamically hide and show the frame.....
thanks,
kaleeswaran
What frame are you talking about?
Nov 5 '07 #2
jonso
2 New Member
the frane can be shown and hide with the help of some javascript
below is the code that will help you.
firstly u need to assign an ids to the frames or frames .This is so to enable unique identification of each form element.

The function will be called on the onChange .
function hideFrame(form){
if(certain condition){

document.getElementById("id1").style.display = "none";//will not display the frame
else{
document.getElementById("id1").style.display = "block"; //will display the dance
}
QUOTE=kaleeswaran]hi!
now i am try to hide and show the frame depends upon the user select the option which is come from the select box.i want to know how to dynamically hide and show the frame.....
thanks,
kaleeswaran[/quote]
Nov 5 '07 #3

Sign in to post your reply or Sign up for a free account.

Similar topics

5
35545
by: Mel | last post by:
i need to have 2 side by side iframes, a link on top of the one will show/hide the other can someone help me pleeeeezzzzz ?
0
1395
by: Mac via DotNetMonster.com | last post by:
I have a MDI parent form and the only control on it is a panel anchored to the left hand side. I have menu items on the MDI parent that show & hide this panel. Ideally I would like it to show by...
10
2059
by: Giovanni Cobos | last post by:
Hi: I have a web application with Visual Basic .NET. I am using Frames to show the information in my pages. But for some link's I would like them to show without the frame and others with the...
2
3114
by: prefersgolfing | last post by:
Is there a way to hide the query string in the address bar?
13
4481
by: Matt | last post by:
Does anyone know how to hide the ASPX extension of web pages in ASP.Net 2.0? Thanks, Matt
6
2914
by: Nikron | last post by:
Hi, How would I hide the pages that the user is surfing and just show him/her the domain name. E.G. www.google.com as opposed to www.google.com/index.aspx etc... Thanks
3
7919
by: Bubu | last post by:
It's possible to hide or show e div from a iFrame page with javascript? If yes, please can anyone tell me how to do this? Thanks Bubu
2
1375
by: Mel | last post by:
I have a table with two TDs (LHS & RHS), each TD contains a frame full of stuff. on one of the frames (RHS) I have an icon with onClick attached to show/hide LHS. My code goes like this: ...
2
9559
by: jacobevans | last post by:
I'm making a program in vb6 where i have command buttons down the side which show/hide the 5 frames i tried frame.visible, frame(index).visible, frame(index).visible = true none work any...
0
7093
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...
0
7287
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
7353
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...
1
7011
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
5596
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,...
1
5023
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
3170
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
1521
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 ...
0
401
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence...

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.