Basic JS question

This is a discussion on "Basic JS question" within the JavaScript Forum section. This forum, and the thread "Basic JS question are both part of the Program Your Website category.



Go Back   Webforumz.com > Main Forums > Program Your Website > JavaScript Forum

Notices


Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old Mar 14th, 2007, 18:08
New Member
Join Date: Mar 2007
Location: juneau, alaska
Age: 24
Posts: 5
Thanks: 0
Thanked 0 Times in 0 Posts
Basic JS question

Is it possible for javascript to "print" code into an HTML file? --- Like PHP does with the include function:

Code: Select all
?php
include "include.html";
?>
I need to add a navigation menu to a site with 50+ pages. I can't use php because the site is not on a web server. I have the menu coded into a seperate html file ready to go, I just need to know if/how i can do this using javascript.

any input appreciated. thanks

Last edited by Daniel; Mar 14th, 2007 at 19:30. Reason: [code] tags added
Reply With Quote

  #2 (permalink)  
Old Mar 15th, 2007, 00:31
Ryan Fait's Avatar
SuperMember

SuperMember
Join Date: May 2006
Location: Las Vegas
Posts: 3,786
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Basic JS question

This answer your question?

http://www.phpied.com/javascript-include/
Reply With Quote
Reply

Tags
java

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
A couple of basic question- please. dhall Starting Out 7 Aug 17th, 2007 18:41
Very basic Links question rubyfruit Web Page Design 4 Sep 5th, 2006 23:17
basic form question antonyx Classic ASP 1 Aug 30th, 2006 14:18
Probably very basic CSS question JonRouston Web Page Design 3 May 18th, 2006 12:08
Basic XML question fogofogo Other Programming Languages 2 Nov 23rd, 2005 08:58


All times are GMT. The time now is 10:19.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43