PL HELP U COMPUTERS GENUISES PLZPLZPLZPLZPLZ!!!!!! thank you
I tried to debug the code but somehow i just can t find a clue to what i did wrong?
Could someone pleaseeeeeeeeeee help me????????????????????????
Thanks In Advanced!!
<HTML>
<HEAD>
<TITLE>Some Random Stuff<TITLE>
<SCRIPT langauge="JavaScript">
<!--
function right_or_not();
{
var car="blue"
if (car==blue)
{
window.alert("You guessed the right colour of the car- congratulations!!!");
}
else
{
window.alert("Oh we are sorry- you guessed the wrong colour of the car-too bad!!!");
}
}
//-->
</SCRIPT>
</HEAD>
<BODY>
<FORM>
<INPUT TYPE="button" value="Is The Car Blue?" onclick="right_or_not();">
<INPUT TYPE="button" value="Is The Car Red?" onclick="right_or_not();">
</FORM>
</BODY>
</HTML>
is this right now?
<HTML>
<HEAD>
<TITLE>Some Random Stuff<TITLE>
<SCRIPT langauge="JavaScript">
<!--
function right_or_not(me)
{
if (me.name=="blue")
{
window.alert("You guessed the right colour of the car- congratulations!!!");
}
if (me.name=="red")
{
window.alert("Oh we are sorry- you guessed the wrong colour of the car-too bad!!!");
}
}
//-->
</SCRIPT>
</HEAD>
<BODY>
<FORM>
<INPUT TYPE="button" name="blue" value="Is The Car Blue?" onclick="right_or_not();">
<INPUT TYPE="button" name="red" value="Is The Car Red?" onclick="right_or_not();">
</FORM>
</BODY>
</HTML>
I have the menu made- and it works- the links and everything- but I position it on the page where I want it and it pushes all the content down. The javascript has like a ghost menu that goes across the whole page or something! I m a n00b- if someone could help- it would be much appreciated!
one that isnt the site tats down because of javascript
Whenever i try to post- it gives a message similar to invalid access. My cookies and javascript are enabled. I don t know what to do.
I cant find a download for 2.4? any links?
Uh yeah. My Internet Explorer has all of the Javascript enabled but still most webpages that need Javascipt don t come up anymore. I don t know if this explains it- but if you know what i mean please do tell.
No comments:
Post a Comment