Internet Marketing Business Forum


Internet Marketing Business Forum » MAIN FORUMS » Web Design & Programming » What is wrong with this java script code?
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.

Reply
 
LinkBack Thread Tools Display Modes
Old 08-01-2009, 05:15 AM   #1 (permalink)
 
Status: Junior Member
Join Date: Aug 2009
Posts: 1
psmandjlo is on a distinguished road
Default What is wrong with this java script code?

<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>
psmandjlo is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit!
Reply With Quote
Old 08-01-2009, 05:55 AM   #2 (permalink)
 xfallingpointx's Avatar
 
Status: Junior Member
Join Date: Aug 2009
Posts: 1
xfallingpointx is on a distinguished road
Default

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
xfallingpointx is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit!
Reply With Quote
Reply
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


All times are GMT -4. The time now is 09:11 AM.
Powered by vBulletin® Version 3.7.0 Beta 6
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.


Nav Item BG