Intranet Development Help
Intranet Development Help
Author
Discussion

stc_bennett

Original Poster:

5,253 posts

294 months

Monday 6th January 2003
quotequote all
Hi all anyone anygood at developing an Intranet site?? I have been given a sample site to change to my format etc, but i do not know "asp". what i want to do is add my home automation software (Java script) into the site somehow and add a page to list MP3's etc

I got all of the server working correctly (I think) but i can not for some reason add links into the site or media file any help please???

Cheers

Steve

miniman

29,795 posts

289 months

Monday 6th January 2003
quotequote all
What are you developing the site in? Dreamweaver? Notepad? You should have no problem adding links, the syntax is

{a href="[reference to file]"}[Text you want to appear as the link]{/a}

Except replace the {} in the above example with <> (as using the proper syntax here actually makes a link)

Javascrpt goes inside {scrpt} tags - see my site www.minispecial.com/restoration/photos.asp for an example (just use View... Source in IE and feel free to nick anything you like!) You can either copy in the whole javascrpt or reference an external .js file (but I don't know exactly how!)

Any more give us a