Curt
Junior Member
rallystuff.net
Posts: 224
inherit
35049
0
Jun 17, 2007 6:05:38 GMT -8
Curt
rallystuff.net
224
December 2004
rallystuff
|
Post by Curt on Jul 27, 2005 1:48:50 GMT -8
I can't use php on my webhost, is there any other way?
|
|
inherit
39163
0
Aug 19, 2006 1:45:52 GMT -8
ANDYSPUD
155
March 2005
andyspud
|
Post by ANDYSPUD on Jul 27, 2005 5:41:32 GMT -8
Put the menu coding in a javascript (.js) file by using:
document.write(' the html coding here ')
and use
<script src="http://www.rallystuff.net/menu.js"></script>
where the frame code used to be to display it in the page
|
|
inherit
EXOH
27575
0
Nov 12, 2007 22:40:30 GMT -8
J. Meeter
i do my crosswords in pen
8,249
July 2004
modernxxromance
|
Post by J. Meeter on Jul 27, 2005 8:59:57 GMT -8
I can't use php on my webhost, is there any other way? Yeah, don't use frames. They suck. Just put the menu HTML on every page, like most people do...
|
|
inherit
RIP- Proboards Legend
39218
Conquester777 Conquester777
0
Oct 11, 2005 6:36:29 GMT -8
Conquester777
CirclesAreFun
4,008
March 2005
cq777
|
Post by Conquester777 on Jul 27, 2005 17:29:35 GMT -8
when you use document.write(' the html coding here ');
2 things to remember (remember the semi-colon at the end): any ' becomes \' and you cannt have line breaks. you can either remove lnie breaks (enter) ro you can do another document.write(' the html coding here ');
like this:
document.write(' the html coding here '); document.write(' the html coding here again ');
|
|
Curt
Junior Member
rallystuff.net
Posts: 224
inherit
35049
0
Jun 17, 2007 6:05:38 GMT -8
Curt
rallystuff.net
224
December 2004
rallystuff
|
Post by Curt on Jul 28, 2005 15:41:38 GMT -8
Where do I put 'document.write(' the html coding here ')' and which file do I put it in?
Where do I put '<script src="http://www.rallystuff.net/menu.js"></script> ' and which file do I put it in?
Thanks, Curt
|
|
inherit
RIP- Proboards Legend
39218
Conquester777 Conquester777
0
Oct 11, 2005 6:36:29 GMT -8
Conquester777
CirclesAreFun
4,008
March 2005
cq777
|
Post by Conquester777 on Jul 28, 2005 23:12:34 GMT -8
Where do I put 'document.write(' the html coding here ')' and which file do I put it in? Where do I put '<script src=" www.rallystuff.net/menu.js"></script> ' and which file do I put it in? Thanks, Curt you put all the document.write stuff in the .js you're creating and you put the script linking thingy in the pages you want to have the menu. if you have any troubles, search google! there are many tutorials to using this method
|
|