Real Estate Forums
| Coding HTML, ASP, PHP, JAVA MYSQL and more. All coding questions should be asked here. |
![]() |
|
|
Thread Tools | Display Modes |
|
||||
|
I've created a rotating banner using Java. I want to save the script as an external file, so could someone please give me step by step instructions.
TIA
__________________
beachgal Realtor and wannabe webmistress. Pensacola Real Estate Florida Pre-Construction Condos |
|
|||
|
I assume that you mean javascript, if so:
1. Save the javascript in an external file (give it a name such as banner.js). 2. Upload the banner.js file in the directory of your choice (let's assume that you place it in your root directory). 3. Within your index.htm file, place the following tag inside the <head> tag, for instance: <head> ... ... <SCRIPT SRC="banner.js"></SCRIPT> </head> 4. Upload your index file, and you should now have the ability to call the banner.js code from the index file. Let me know if that works for you.
__________________
285 Columbus Lofts - New 63-unit Boston loft development in the former Red Cross building FP3 Boston Condos - FP3 Fort Point Channel Boston Seaport Condos Court Square Press Lofts - High-end luxury amenity loft building in South Boston featuring 130 condos |
![]() |
| Thread Tools | |
| Display Modes | |
|
|