| |||||||
| Programming PHP, Perl, Ruby on Rails, AJAX, HTML, XHTML, CSS, JavaScript, MySQL and any other coding topics. |
![]() |
| | LinkBack | Thread Tools |
| | #1 (permalink) |
| New Member | Javascript Plea! Hi guys, More help needed :-) I am working on a website for a radio station and I have a javascript which changes at the relevant times to show what's on. I want to only have to update it once with any changes and for it to be displayed throughout the site. I have been using the call i.e : <script src="filename.js"> for links but I cannot seem to get it to work for this time sensitive script. Grateful for any help. |
| |
| | #3 (permalink) |
| NamePros Regular | We have 2 way insert javascript in html pages: 1. <script language="javascript" src="filename.js"></script> 2. <script language="javascript"> <!-- //Javascript codes go here //--> </script> 3. <a href="javascript:history.go(-1)">Back</a> So Maybe you forget </script>? |
| |
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| |