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!
Old 09-26-2007   #2 (permalink)
Rusty Bio-Hazard!
 
notjustgraphics's Avatar
 

Join Date: Sep 2006
Location: Toronto, Ontario, Canada
Posts: 1,161
Images: 26

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!
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!
Closed Thread

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
New site with new contents :-) ALZHEM Showrooms & Works In Progress 5 12-23-2008 12:21 PM
I don't know why CS3 won't load on my windows vista! h_freezy General Discussions 12 02-13-2008 07:34 AM
can't load my brushes munchkins89 Photography & Photo Manipulation 2 07-20-2006 11:59 AM
XSI Lock & Load Competition Man1c M0g Announcements 0 06-10-2005 10:39 PM


All times are GMT +1. The time now is 08:13 AM.

Powered by vBulletin Version 3.8.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.3.2

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