Click here to Skip to main content
16,011,680 members
Home / Discussions / Web Development
   

Web Development

 
Generaljava Word maker help required Pin
seunao25-Aug-03 1:43
seunao25-Aug-03 1:43 
GeneralRe: java Word maker help required Pin
ZoogieZork25-Aug-03 4:27
ZoogieZork25-Aug-03 4:27 
QuestionClient script: URLVisited? Pin
peterchen25-Aug-03 1:39
peterchen25-Aug-03 1:39 
AnswerRe: Client script: URLVisited? Pin
brianwelsch31-Aug-03 3:47
brianwelsch31-Aug-03 3:47 
GeneralCall Submit Function in VBSCRIPT Pin
Daron Tan24-Aug-03 17:09
Daron Tan24-Aug-03 17:09 
GeneralLoading html Pin
andyg.10124-Aug-03 15:46
andyg.10124-Aug-03 15:46 
GeneralRe: Loading html Pin
theJazzyBrain24-Aug-03 22:48
theJazzyBrain24-Aug-03 22:48 
GeneralRe: Loading html Pin
andyg.10125-Aug-03 15:42
andyg.10125-Aug-03 15:42 
Here is my problem from another forum I tried:

I tried IFRAME and it worked with a bit of fiddling, but I don't like the extra scroll bars it adds, and I think that it only works in IE...... though not sure.

I read in another post about server side includes, but I don't know any php, and wasn't sure if I should do it that way. I managed to load the page using Java Script like this

#menu 
{
	position:relative;
	background :#66CCCC;
	float:left;
	width:20%;
	height:100%;
}
#content
{
	position:relative;
	float:left;
	height:100%;
	width:80%;
}

</style>
</head>

<body>
<div id="menu"> menu goes here</div>
<div id="content">
<script type="text/javascript">parent.location.href='../html/ch1/notes/Unit1a.htm';
</script> </div>
</body>
</html>


(I put another post about thisJ) However I have the problem with the file being over writing the menu, I tried changing to relative positioning with little luck.

What I want to do is have two columns side by side, one menu and on the right a dynamically loaded html page. I am writing some javascript to automatically generate a menu of links from the heading tags in my html page, that is the eventual aim. So that whatever page is loaded a set of hyperlinks will be put on the left. The idea is to save me time in making up a menu though it hasn't worked so far Frown | :-( .

BTW, is there a way to specify a fixed column width for one column, and have another expand to fill the rest of the screen cf frames??

Cheers

Andy
GeneralRe: Loading html Pin
theJazzyBrain25-Aug-03 21:59
theJazzyBrain25-Aug-03 21:59 
GeneralDon't display record if Field says YES Pin
Bloodborne24-Aug-03 5:57
Bloodborne24-Aug-03 5:57 
GeneralRe: Don't display record if Field says YES Pin
Nick Parker26-Aug-03 1:54
protectorNick Parker26-Aug-03 1:54 
QuestionCan anyone reply if they KNOW CSS...... Pin
Snyp23-Aug-03 4:48
Snyp23-Aug-03 4:48 
AnswerRe: Can anyone reply if they KNOW CSS...... Pin
ZoogieZork23-Aug-03 5:35
ZoogieZork23-Aug-03 5:35 
GeneralRe: Can anyone reply if they KNOW CSS...... Pin
Snyp23-Aug-03 7:23
Snyp23-Aug-03 7:23 
GeneralRe: Can anyone reply if they KNOW CSS...... Pin
ZoogieZork23-Aug-03 7:39
ZoogieZork23-Aug-03 7:39 
GeneralUsing a variable to assign content to an iframe Pin
dewson23-Aug-03 2:05
dewson23-Aug-03 2:05 
GeneralRe: Using a variable to assign content to an iframe Pin
theJazzyBrain26-Aug-03 0:09
theJazzyBrain26-Aug-03 0:09 
GeneralRe: Using a variable to assign content to an iframe Pin
dewson26-Aug-03 13:43
dewson26-Aug-03 13:43 
Generalencoding Pin
andyg.10122-Aug-03 18:47
andyg.10122-Aug-03 18:47 
Generalredirecting image download in mshtml Pin
psangeljg22-Aug-03 14:06
psangeljg22-Aug-03 14:06 
QuestionStretch Image Background? Pin
J. Dunlap22-Aug-03 11:15
J. Dunlap22-Aug-03 11:15 
AnswerRe: Stretch Image Background? Pin
Hesham Amin22-Aug-03 21:46
Hesham Amin22-Aug-03 21:46 
GeneralRe: Stretch Image Background? Pin
J. Dunlap24-Aug-03 10:43
J. Dunlap24-Aug-03 10:43 
Generalloading html Pin
andyg.10121-Aug-03 21:09
andyg.10121-Aug-03 21:09 
GeneralRe: loading html Pin
simonchen.net22-Aug-03 0:07
simonchen.net22-Aug-03 0:07 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.