| | |||||
| ||||||||
| Programming PHP, Perl, Ruby on Rails, AJAX, HTML, XHTML, CSS, JavaScript, MySQL and any other coding topics. |
![]() |
| | LinkBack | Thread Tools |
| | THREAD STARTER #1 (permalink) |
| New Member Join Date: Apr 2004 Location: South East UK
Posts: 10
![]() | 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. |
| |
| | #2 (permalink) |
| Senior Member Join Date: Aug 2002
Posts: 1,255
![]() ![]() | Can you give more info? I don't quite get how you're going about doing this without seeing the code or if you can explain a little more. It sounds like you're trying to have a javascript change something based on the time of day? |
| |
| | #3 (permalink) |
| NamePros Regular Join Date: Apr 2004
Posts: 322
![]() ![]() | 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 | |
| |