I have homemade java-script buttons and I have the same ones, in the exact order on all my pages. Is there a way for me to code the HTML where I don't have to write out the whole, complete href reference and imgs tags on every single page? That way if I have to make a change I can do it in an external file and just upload it and POOF! new button or old button deleted. I guess what I am saying is, can you put an external HTML into an existing HTML? I don't want to end up using frames.
You can use PHP to include stuff if your server doesn't do server side includes... I don't know it well enough to give you the commands, but any introductory PHP text should give inserting HTML from an outside file as an example. [ metawidget's advice column | Ask metawidget A Question ]
The_MoUsY_spell_checker answered Friday October 8 2004, 5:03 am: You can use server side includes if your web host supports them... Put the stuff that you want on every page on a text file, then put <!--#include file="yourfilename.txt" --> on each page that you want to include that file... You will have to save all of the pages in .shtml extension instead of .html... [ The_MoUsY_spell_checker's advice column | Ask The_MoUsY_spell_checker A Question ]
DruidX answered Friday October 8 2004, 5:01 am: I think the only way to do anything like that is by using CSS, but CSS buttons only work in anything that isn't IE. Maybe you should consider asking yourself if you really need the java buttons [I assume they are only java cuz they change when rolled over]. [ DruidX's advice column | Ask DruidX A Question ]
Attention: NOTHING on this site may be reproduced in any fashion whatsoever without explicit consent (in writing) of the owner of said material, unless otherwise stated on the page where the content originated. Search engines are free to index and cache our content. Users who post their account names or personal information in their questions have no expectation of privacy beyond that point for anything they disclose. Questions are otherwise considered anonymous to the general public.