Old 09-26-2007   #1 (permalink)
Registered User
 
Join Date: Sep 2007
Posts: 5

Question Hiding HTML contents on frame load

Hi,
I am having an HTML page which has 3 frames in it when I click on button on 2nd screen then the 3rd frame should open in such a way that all other contents on the page is disabled & displayed in gray shade. Until I click any button on that screen. Can I get any help to how to implement this requirement.
shinde_vishvana is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 09-26-2007   #2 (permalink)
Rusty Bio-Hazard!
 
notjustgraphics's Avatar
 
Join Date: Sep 2006
Location: Toronto, Ontario, Canada
Posts: 1,026

Send a message via MSN to notjustgraphics
Sorry SV

Sounds like you're looking beyond the capabilites of HTML. At least with frames, which you really shouldn't use anyway.

There may be ways to achieve the effect using CSS and <DIV> tags, but i reckon you're into some complex CSS and possible JAVAScripting.

It would take some real thought to implement... Do you have an example you can post or atleast a page layout for visual reference?

I may be able to suggest a simpler approach.

Mike.
__________________
notjustgraphics is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 10-18-2007   #3 (permalink)
Registered User
 
Join Date: Sep 2007
Posts: 5

Code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<script language="Javascript">
// here JS
</script>
</head>
<form id="form1" name="form1">
<frameset rows="40%,*">
	<frame id="frame1" name="frame1"src="check.html" />
	<frame id="frame2" name="frame2"src="mod.htm" "/>
</frameset>
</form>
</html>
In this I want to disable the frame1 when I click on some button on frame2.
Disable means contents in frame1 should not be clickable, editanle , selectable.

Last edited by Man1c M0g; 10-18-2007 at 07:47 AM. Reason: added code tags
shinde_vishvana is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


All times are GMT +1. The time now is 08:33 AM.
Content Relevant URLs by vBSEO 3.2.0 RC7

Design & Content © BioRUST 2007 :: PRIVACY STATEMENT :: LEGAL INFORMATION :: ADVERTISING MEDIA KIT