I want to put a flickr photo strip on a web page. This is the code: Can I save this code in a seperate file and just point to it? How do I do this? thanks in advance...
Yes, you can save that code snippet as a separate file and then include that into any page you need. Does your site support PHP? You can save the file as a PHP and include it using: <?php include ("pagename.php"); ?> Code (markup): If you do not support PHP files, it can still be done with different syntax but this is probably one of the more common approaches. -mnc
here is how to include a external java file <SCRIPT LANGUAGE="JavaScript" SRC="myscript.js"> </SCRIPT> create a fucntion that output those code with document.write, then call it anywhere you wanted
mistermix, Sorry for misunderstanding your original request. Glad to see that someone else came in and cleaned up for me. -mnc