Anyone know how to fix this?
I want to go on YouTube to watch videos and it says i have Javascript off or sont have my Flash updated. I go to my View Settings and even back home settings to turn both Flash ans Javascript on and it still wont work. No videos from any site work- youtube- break.com- besttube.com- nothing works. Sometimes it even says i am low on memory ans to turen on Conserve Memory in the view settings area. I did that already and it still wont work. And on YouTube when it says click here to upgrade to flah my PSP freezes on the site! What the hell is going on!?!
I didn t have this problem until recently- when I tried to go to youtube- it flashed a message saying that said "Hello- you either have JavaScript turned off or an old version of Adobe s Flash Player". When I went to upgrade my flash player and then went back to the youtube site to look at videos again- it still didn t show anything. How do you check it see if Javascript is turned on or off? What do you go to in your computer? And what would it say when I get to it? Please explain this- Thanx!
I am new to javascript I am taking a intro to web design class and the whole thing has been easy until now I just do not understand javascript I was wondering what is wrong with this script I am trying to do this assignment where we are trying to prevent against spam and make the names on the page be in reverse to prevent against spam and then make them display as normal I know I have the web page code right but I cannot seem to get the function right here is the code. and here is the link to it in my webpage
function emLink(name- server) {
var rname = stringReverse(name);
var rserver = stringReverse(server);
var email = (rname+ @ +rserver);
var mailText = document.write( <a href = "mailto: + email + "> + email + </a> );
document.write(mailText);
}
function stringReverse(textString) {
if (!textString) return ;
var revString= ;
for (i = textString.length-1; i>=0; i--)
revString+=textString.charAt(i)
return revString;
}
<script type = "disabled-text/javascript">
emLink("reldac"- "ude.ortsa.uwm")
</script>
p.s. I also have this at the top right before </head>
<link href="mwstyles.css" rel="stylesheet" type="text/css" />
<script src="spam.js" type="text/javascript"></script>
</head>
still not working but thanks for trying
Hello- you either have JavaScript turned off or an old version of Macromedia s Flash Player. Click here to get the latest flash player.
if anybody has the answer to this question- I would be highly appreciative. Thanks!
i want to create a shopping cart using javascript. i have planned to use a check box and when u click on it the price of that item should be added up and displayed on a text box .... wen u click 2 checkboxes (that means two products ) .....
and also all the items should go in to another page - and the user should be able to remove the items as he wish .. then the grand total should be reduced ....
Pls pls help me : (
No comments:
Post a Comment