|
|
|||||||||
|
|||||||||
|
|||||||||
| |
||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
||||
|
||||
|
i've been using asp and using include files but how can i do this in html?
|
|
#2
|
|||
|
|||
|
have you tried the <link> tag?
im not sure if this is what you're after, but it might be. check it out at http://www.w3schools.com/tags/tag_link.asp |
|
#3
|
||||
|
||||
|
There's no real easy way to include one html file in another. If your server is set up for SSI you can use that, otherwise you can run a javascript function to write the included file. Other options are to use Inline frames and normal frames. Not much of an option though.
__________________
-
thought-after | my thoughts on web development Get Firefox, the developers browser Budget hosting - recommended [/left] |
|
#4
|
||||
|
||||
|
1. you can use <IFrame> tag
2. you can "include" javascript code: <script src="yourcode.js" /> 3. you can "include" server side code: <script src="page.asp" /> |
![]() |
| Viewing: ASP Free Forums > Programming > HTML, JavaScript And CSS Help > <include file> ? |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|