Webhosting Server Side Includes: Difference between revisions
Appearance
Content deleted Content added
mNo edit summary |
fix syntaxhighlighting |
||
| Line 3: | Line 3: | ||
How? |
How? |
||
First: |
First: |
||
Include the following in the <code><head><head></code> section of your page |
Include the following in the <code><head><head></code> section of your page |
||
<SyntaxHighlight> |
<SyntaxHighlight lang="html"> |
||
<SCRIPT language="JavaScript" > </SCRIPT> |
<SCRIPT language="JavaScript" > </SCRIPT> |
||
</SyntaxHighlight> |
</SyntaxHighlight> |
||
and |
and |
||
<SyntaxHighlight> |
<SyntaxHighlight lang="html"> |
||
<script type="text/javascript" src="myincludefilename.js"> </SCRIPT> |
<script type="text/javascript" src="myincludefilename.js"> </SCRIPT> |
||
</SyntaxHighlight> |
</SyntaxHighlight> |
||
with your own file name substituted where you want the included text to appear. |
with your own file name substituted where you want the included text to appear. |
||
Then: |
Then: |
||
| Line 27: | Line 25: | ||
The javascript file can have any extension, and be held in any folder subject to the usual rules about valid pathnames. |
The javascript file can have any extension, and be held in any folder subject to the usual rules about valid pathnames. |
||
Example: Good |
Example: Good |
||
<SyntaxHighlight> |
<SyntaxHighlight lang="js"> |
||
document.write("James Brown is in the office <br>"); |
document.write("James Brown is in the office <br>"); |
||
| Line 39: | Line 36: | ||
Example: Bad |
Example: Bad |
||
<SyntaxHighlight> |
<SyntaxHighlight lang="js"> |
||
document.write("James Brown is in the office <br> |
document.write("James Brown is in the office <br> |
||
| Line 46: | Line 43: | ||
A web search on 'javascript include' will bring up lots more examples. |
A web search on 'javascript include' will bring up lots more examples. |
||
==Other Webhosting pages== |
|||
<ncl style=bullet maxdepth=5 headings=bullet headstart=2 showcats=1 showarts=1>Category:Webhosting</ncl> |
|||
[[File:aa-button.png|link=http://aa.net.uk/domains-webspace.html|Webhosting Service page on our main website]] |
[[File:aa-button.png|link=http://aa.net.uk/domains-webspace.html|Webhosting Service page on our main website]] |
||