| Web Design & Programming Building websites, coding scripts or developing apps? html, css, javascripts, ajax, php, asp, java, c+, C++ and other geeky info is here. |
![]() |
| | LinkBack | Thread Tools | Display Modes |
| | #1 (permalink) |
| Status: Junior Member Join Date: Aug 2009 Posts: 1
![]() | <title>SkyWeb: The Planisphere</title> <link href="skyweb.css" rel="stylesheet" type="text/css" /> <script type="text/javascript" src="datetime.js"></script> <script type="text/javascript"> <!--timeStr is a text string containing the current date and time mapNum is the number of the map to display in the planisphere.--> function showDateTime(date,time) { var timeStr = showDateTime(); var mapNum = getmap(); </script> </head> |
| | |
| | #2 (permalink) |
| Status: Junior Member Join Date: Aug 2009 Posts: 1
![]() | in this section of it: function showDateTime(date,time) { var timeStr = showDateTime(); var mapNum = getmap(); You never ended the curly bracket. It should be: function showDateTime(date,time) { var timeStr = showDateTime(); var mapNum = getmap(); } check out: http://www.switch-phase.com |
| | |
![]() |
| Thread Tools | |
| Display Modes | |
| |