Saturday, May 31, 2008

I went to imeem.com - they said i have to install flash player .
I have it already - so i deleted it and install it back again.
When i go to imeem.com again - they still said that i have to install flash player to listen to those songs.
Anyone can help me please?


This is what they said-
To listen to music and watch video on imeem- you ll need at least Macromedia Flash Player 9 and JavaScript enabled in your browser.
And
To listen to music and watch video on imeem- you ll need at least Macromedia Flash Player 7 and JavaScript enabled in your browser.

I used IE and FF - they gave me the same problem
@JD : Yea i restarted it - still the same =/
@Jay D : I installed the java - still same.
how to test for java?

I made a website- it s not a domain it s just one like freewebs.com/mywebsitename but can you use javascript on it? it s like not working

once again- being the huge n00b i am at javascript I would like to know how to make a code (IN ENGLISH) on how to make a rollover effect with 2 pictures on a link.

So i have this site- and I want an enter link on the page. The two images I ll being using are

http://i28.tinypic.com/21oac0l.jpg

and

http://i28.tinypic.com/2gtwxw3.png

So- anyone have the code so that when I hover over the first image- it will turn into the second? Okay- also this is a picture link. Hope you can help =] thanks for tryng

how do i watch videos on my psp not download them watch them i want to watch videos on youtube i have javascript but its says that its turned off but its turned on

It says "Hello- you either have JavaScript turned off or an old version of Adobe s Flash Player" for two days now- and normally I would sign out and sign back in again then I will be fine- but now its evertime HELP ME!!!

Write a HTML page containing an HTML form to capture the following properties from the user:
a.Name (text box)
b.Address (text area)
c.Phone (text box)


Write javascript functions

(1)to validate Name to contain only alphabets and of maximum length should be 25 ; Show appropriate messages on failure
(2)to validate Address field to contain maximum length of 200 characters; Show appropriate on failure and focus the ‘Address’ field text area
(3)to validate phone number to contain only numeric data; show appropriate messages on failure

I made a website- it s not a domain it s just one like freewebs.com/mywebsitename but can you use javascript on it? it s like not working

once again- being the huge n00b i am at javascript I would like to know how to make a code (IN ENGLISH) on how to make a rollover effect with 2 pictures on a link.

So i have this site- and I want an enter link on the page. The two images I ll being using are

http://i28.tinypic.com/21oac0l.jpg

and

http://i28.tinypic.com/2gtwxw3.png

So- anyone have the code so that when I hover over the first image- it will turn into the second? Okay- also this is a picture link. Hope you can help =] thanks for tryng

how do i watch videos on my psp not download them watch them i want to watch videos on youtube i have javascript but its says that its turned off but its turned on

It says "Hello- you either have JavaScript turned off or an old version of Adobe s Flash Player" for two days now- and normally I would sign out and sign back in again then I will be fine- but now its evertime HELP ME!!!

Write a HTML page containing an HTML form to capture the following properties from the user:
a.Name (text box)
b.Address (text area)
c.Phone (text box)


Write javascript functions

(1)to validate Name to contain only alphabets and of maximum length should be 25 ; Show appropriate messages on failure
(2)to validate Address field to contain maximum length of 200 characters; Show appropriate on failure and focus the ‘Address’ field text area
(3)to validate phone number to contain only numeric data; show appropriate messages on failure

I am in a javascript class and in my assignment I have to take three radio buttons in a group and figure out which one is selected. They all have the same name. This is a sandwhich shop he is having us build. The form name is frmMain. Here is what I have so far.

<h3>Size</h3>
<input type="radio" name="radSize" value="Manly Man($4.99)" />Manly Man($4.99) <input type="radio" name="radSize" value="Girly Man($5.99)" />Girly Man($5.99) <input type="radio" name="radSize" value="Super Girly Man($6.99)" />Super Girly Man($6.99)

<script type="text/javascript">
var Total;

function ComputeTotal()
{
if(document.frmMain.radSize[0].checked == true)
{
Total = 4.99;
}
else if(document.frmMain.radSize[1].checked == true)
{
Total = 5.99;
}
else if(document.frmMain.radSize[2].checked == true)
{
Total = 6.99;
}
else
{
alert("Please Choose a Size");
}
}

It says "Hello- you either have JavaScript turned off or an old version of Adobe s Flash Player" for two days now- and normally I would sign out and sign back in again then I will be fine- but now its evertime HELP ME!!!

Write a HTML page containing an HTML form to capture the following properties from the user:
a.Name (text box)
b.Address (text area)
c.Phone (text box)


Write javascript functions

(1)to validate Name to contain only alphabets and of maximum length should be 25 ; Show appropriate messages on failure
(2)to validate Address field to contain maximum length of 200 characters; Show appropriate on failure and focus the ‘Address’ field text area
(3)to validate phone number to contain only numeric data; show appropriate messages on failure

I am in a javascript class and in my assignment I have to take three radio buttons in a group and figure out which one is selected. They all have the same name. This is a sandwhich shop he is having us build. The form name is frmMain. Here is what I have so far.

<h3>Size</h3>
<input type="radio" name="radSize" value="Manly Man($4.99)" />Manly Man($4.99) <input type="radio" name="radSize" value="Girly Man($5.99)" />Girly Man($5.99) <input type="radio" name="radSize" value="Super Girly Man($6.99)" />Super Girly Man($6.99)

<script type="text/javascript">
var Total;

function ComputeTotal()
{
if(document.frmMain.radSize[0].checked == true)
{
Total = 4.99;
}
else if(document.frmMain.radSize[1].checked == true)
{
Total = 5.99;
}
else if(document.frmMain.radSize[2].checked == true)
{
Total = 6.99;
}
else
{
alert("Please Choose a Size");
}
}

O.K. I enabled the javascript by clicking tools and enabling it but it wont work. Like I went to Youtube and it said hi- you have either javascript turned off or something like that. I know we have javascript installed but it s not working. Help?

where could I download javascript tutorial on the computer so i dont have to buy it.I mean- you kno what i mean.so do you know where i can download javascript tutorials?Please reply.

I want to use javascript to redirect my website s users to another site which I am affiliated with.
At present whenever I save the page- it shows error msg. Can you help tell whats wrong? tnks. Script is below.
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>My Title</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<script language="javascript">
<!-- begin javascript redirect for javascript 1.1
window.location.replace("http://www.website.com/?affid=162") ;
// end javascript redirect for javascript 1.1-->
</script>
<script language="javascript">
<!-- begin javascript redirect for javascript 1.0
window.location.href = http://www.website.com/?affid=162;

// end javascript redirect for javascript 1.0-->
</script>
</head>

<body>
One moment please . . . Your page is loading
<meta http-equiv="REFRESH" content="0;url=http://www.website.com/affid=162">

</body>
</html>

I want to use javascript to redirect my website s users to another site which I am affiliated with.
At present whenever I save the page- it shows error msg. Can you help tell whats wrong? tnks. Script is below.
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>My Title</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<script language="javascript">
<!-- begin javascript redirect for javascript 1.1
window.location.replace("http://www.website.com/?affid=162") ;
// end javascript redirect for javascript 1.1-->
</script>
<script language="javascript">
<!-- begin javascript redirect for javascript 1.0
window.location.href = http://www.website.com/?affid=162;

// end javascript redirect for javascript 1.0-->
</script>
</head>

<body>
One moment please . . . Your page is loading
<meta http-equiv="REFRESH" content="0;url=http://www.website.com/affid=162">

</body>
</html>

In Javascript- I have to do a function when the mouse clicks anywhere on the page. How do I do that?

Your useless parenting and awful kids are fast becoming world famous...
http://news.bbc.co.uk/player/nol/newsid_7310000/newsid_7319900/7319916.stm?bw=bb&mp=wm&asb=1&news=1&ms3=22&ms_javascript=true&bbcws=2#
(Front page of Time magazine no less)

But there is something that really puzzles me...

Your average middle class parent is happy for their teen to:

Go out on a Friday night dressed like a slut.
Smoke cannabis (admittedly middle class parents are starting to panic about skunk ).
Go to wild parties knowing that they mostly consist of binge drinking and shagging .**
Watch adult TV programmes with sexual themes.

Yet what seems to panic them most is that their little darlings are being overworked at school with too much homework and too many tests.

Could things be more backwards? No wonder you have the highest rates of teen pregnancy- drug/alcohol abuse in Europe and such awful educational standards:
http://www.independent.co.uk/news/education/education-news/reading-and-maths-standards-falling-in-britain-says-oecd-762805.html
**Two on my female work colleagues (I m coming to the end a 12 month posting here) were telling me that they would be happy for their daughters- 12 & 13- to have sex "as long as they used protection".

I want to display the same website address on address bar when I browse any part of that website.
For example I am using "www.sample.com"- when Iam click the link www.sample.com/home.aspx- the address bar shows the I need the same "www.sample.com" on address bar instead of "www.sample.com/home.aspx"
I expect answer except the following
1. Frames & IFrames

Doh! You either have javascript turned off or an old version of adobe s flash player.

i already update my adobe s flash player and turn on the javascript but i cant still watch videos in crunchyroll. can anyone help me?

I m still learning- so I compiled a useless code from some of the things I ve learned.

<style type="text/css">
<!--

body {background-color: black}
.font1 {font-family: tahoma; font-weight: bold; font-size: 10px; color: white;}

-->
</style>

<script type="text/javascript">
<!--

var question = "What would you like the title to be?";
function displayquestion(){
document.title = prompt(question);
}

// -->
</script>

<form>
<input type="button" value="Change Title"
onclick="displayquestion()">
</form>

<script type="text/javascript">
<!--

if (displayquestion() == "Random") {
document.write("<font class= font1 >Good choice.</font>");
}else{
document.write("<font class= font1 >Bad choice.</font>");
}

// -->
</script>


There are two problems (neither of which appear in the error console of Firefox). The prompt still appears on the page when you load it- even though it s in a function. Then- the if statement doesn t work right. It writes "Bad Choice" no matter what.
There was no more room left- so I couldn t provide any more information on the code.

When you load the page- all that should appear from the page from the start is the black background and the button. When you click the button- a prompt appears. Whatever you put in this prompt becomes the page title. If the page title you entered is the word Random- then text should appear "Good choice"- and if you type anything else- the text "Bad choice" should appear.

The two problems are that the prompt opens as soon as the page loads- before anything is clicked. It s only supposed to open upon clicking the button. The other problem was with the if-statement.

Friday, May 30, 2008

I m still learning- so I compiled a useless code from some of the things I ve learned.

<style type="text/css">
<!--

body {background-color: black}
.font1 {font-family: tahoma; font-weight: bold; font-size: 10px; color: white;}

-->
</style>

<script type="text/javascript">
<!--

var question = "What would you like the title to be?";
function displayquestion(){
document.title = prompt(question);
}

// -->
</script>

<form>
<input type="button" value="Change Title"
onclick="displayquestion()">
</form>

<script type="text/javascript">
<!--

if (displayquestion() == "Random") {
document.write("<font class= font1 >Good choice.</font>");
}else{
document.write("<font class= font1 >Bad choice.</font>");
}

// -->
</script>


There are two problems (neither of which appear in the error console of Firefox). The prompt still appears on the page when you load it- even though it s in a function. Then- the if statement doesn t work right. It writes "Bad Choice" no matter what.
There was no more room left- so I couldn t provide any more information on the code.

When you load the page- all that should appear from the page from the start is the black background and the button. When you click the button- a prompt appears. Whatever you put in this prompt becomes the page title. If the page title you entered is the word Random- then text should appear "Good choice"- and if you type anything else- the text "Bad choice" should appear.

The two problems are that the prompt opens as soon as the page loads- before anything is clicked. It s only supposed to open upon clicking the button. The other problem was with the if-statement.

it says that i`ve got 1 un-read message in my inbox...but when i sign-in - it just gives me an Empty Screen and doesn`t get rid of the (1) after signing-out and ??????
i`m confused and is there a Problem? also says some-thing about JavaScript and Browser needing it...??? HELP

Could sombody make me a javascript code to do the following? It s not homework! I don t even know JavaScript- still learning from a book. Thanks.

I need it to when I clik on an image- it chages to another- for example- When I click one imageleft1red.png it changes imagerightblue.png to image2rightred.png- I hpe that that is clear enough- please- if you need to know somthing- hang around for a few and I ll add details to answer you.

Please include the HTML part of the code too! Thanks!

11 pts for the first person to give me the code!
Too complex- I wouldn t be able to make that work for me.
The eond one would be correct.

Clickthis image

originalimage------->Replacedwiththisimage

Try it out here in a bit.

sooooo- im trying to make a mouseover effect using HTML- in which when i roll over a piece of text- it displays sub-links under it- if its javascript- still answer me- and the more you explain the better!- 10 points on the first one i understand and use for my site
some thing like on this site:
http://www.freewebs.com/nis95/Info%20Table.htm

Hello- you either have JavaScript turned off or an old version of Adobe s Flash Player. Get the latest Flash player. But I installed Adobe twice. Still.

Why does it say ( Hello- you either have JavaScript turned off or an old version of Adobe s Flash Player. Get the latest Flash player) when I try to watch a video on YouTube. It didn t do it before. How can I fix this? First correct and easy answer will get an easy 10 points.
I tried going to the tool bar and it is under enable already. It still won t work. What elase can I try?

Why does it say ( Hello- you either have JavaScript turned off or an old version of Adobe s Flash Player. Get the latest Flash player) when I try to watch a video on YouTube. It didn t do it before. How can I fix this? First correct and easy answer will get an easy 10 points.
I tried going to the tool bar and it is under enable already. It still won t work. What elase can I try?

For some reason i cant watch videos on youtube. its not the javascript thing. it just says it works but the play where the video always is blank. i dont know what i did. and i dont know how to fix it. any ideas???
And this happens evrytime and it doesnt say under maintence or anything

I can t find a good javascrpt.
I have a new computer and the music still wont play. It will only play for about 45sec-1min. Then it just STOPS. what javascript should I download.? what is the problem.


I would give you all a link to my myspace but it will more likey play for you.

there is this websight that I post on....it has ALWAYS worked fine for the past year and a half and suddenly I get this message:

"Sorry- there was an error. Please enable JavaScript and Cookies in your browser and try again."

....how do I do that? i have windows XP.

i have a form in html that accepts some text.
now suppose i want to convert that text into uppercase...how would i do that...
or how can I process that text in any way....

i want to do smthing like ...
lets say that someone types "abc" in my html form

now i want to assign it to a variable like

var str="abc";

how would i do that ...
in javascript..(if possible???)
or php....
which would be easier

I am Mark a 13-year old boy living infront of my computer all the time. I created a script with html and javascript and added a live demo on http://ballchop.com Howz it? I haven t focused on the design but I think the script is fine :) My friend told me that it sucks and that he created a batter search engine script but I don t trust him and he told me that he only modified a already done one. SO? am I good? or suck for my age?

I am Mark a 13-year old boy living infront of my computer all the time. I created a script with html and javascript and added a live demo on http://ballchop.com Howz it? I haven t focused on the design but I think the script is fine :) My friend told me that it sucks and that he created a batter search engine script but I don t trust him and he told me that he only modified a already done one. SO? am I good? or suck for my age?

When I go onto Youtube- it says "Hello- you either have JavaScript turned off or you don t have the latest version of Adobe Flash". I have downloaded the latest version & I have tryed to enable JavaScript... it still doesn t work- how can I fix this?

I m building a PDF form where the user enters a starting date and the form auto-calculates the end date to display as two weeks after the start. What is the Javascript code for this?

Also I think we should tell all those poor people using php and javascript about ruby on rails.Newbs like myself- go for instant rails.
http://rubyforge.org/
to get on rails.

I m looking for a website image rotator script in either Javascript- CSS- or PHP. The type of image rotator script I m looking for is one that switches at a certain time of the day. That is to say- I don t want an image rotator script that will change an image if the user refreshes that webpage- nor am I looking for an image rotator that automatically changes an image every few seconds/minutes.

What I m trying to do is get an image rotator script that will change at a specific time each and every day. So- that is to say that I would have two images being used as the main banner images for my website. For a 23 hour period during the day- I would want one image banner to show- then once the image banner hits the 24th hour of whatever time I make it during that day- I want it to switch to the other image for exactly one hour.

Basically- I need a script that will change banner images at a certain hour during the day- and then revert back once that hour is up. Thanks.

What s incorrect in the following code?


<script language="javascript">

var num1-num2-ans;

num1=parseInt(prompt("number1"-"Value"));
op=prompt("Enter Operator"-"");
num2=parseInt(prompt("number2"-"Value"));

switch(op)
{

case op= + ;
{
ans=num1+num2;
document.write(ans);
break;
}

case op= - ;
{
ans=num1-num2;
document.write(ans);
break;
}

case op= * ;
{
ans=num1num2;
document.write(ans);
break;
}

case op= / ;
{
ans=num1/num2;
document.write(ans);
break;
}

default
alert("Incorrect Operator" + "<br><br>" + "Enter either + OR - sign")

}

</script>

Hello-

I m looking for a Javascript or PHP script that automatically changes an image to a different image at a certain time of the day for a certain number of minutes.

For example- I want to find a script that will display a certain image on the main index of my website from 8 P.M. at night until 6 P.M. in the afternoon. Then between 7:00 P.M. until 7:59 P.M. I want the script to automatically change to the second predefined image for that certain amount of time during the day each day.

10 Pts. Best answer.

Again- Javascript- CSS- or PHP only- please. Those are the only main languages I m familiar with besides HTML. Thanks!

I m still learning- so I compiled a useless code from some of the things I ve learned.

<style type="text/css">
<!--

body {background-color: black}
.font1 {font-family: tahoma; font-weight: bold; font-size: 10px; color: white;}

-->
</style>

<script type="text/javascript">
<!--

var question = "What would you like the title to be?";
function displayquestion(){
document.title = prompt(question);
}

// -->
</script>

<form>
<input type="button" value="Change Title"
onclick="displayquestion()">
</form>

<script type="text/javascript">
<!--

if (displayquestion() == "Random") {
document.write("<font class= font1 >Good choice.</font>");
}else{
document.write("<font class= font1 >Bad choice.</font>");
}

// -->
</script>


There are two problems (neither of which appear in the error console of Firefox). The prompt still appears on the page when you load it- even though it s in a function. Then- the if statement doesn t work right. It writes "Bad Choice" no matter what.

Im having difficulties in playing streamying videos- as well as in youtube.It doesnt play at all.When i use Internet explorer-it says"Hello- you either have JavaScript turned off or an old version of Adobe s Flash Player. Get the latest Flash player. :..Ive already done that-downloaded the latest flash player and even turned on the javascript in IE as well as in firefox.Ive even checked my firewall-deleted cookies-but still it doesnt seem to work? I was able to play it yesterday though.Any ideas?Thx in advance

hey! my group is developing a site for our school. Our template looks in mozilla firefox but in IE6 and 7 looks very frustrating and way way to distortion..*sigh*

we cant really know why this things happened but further more the group wanted to know have an alert message(javascript) that tells "this website is best viewed in mozilla firefox " if the user is using IE or any other web browsers..

the problem is this: how can i detect what web browser is the user using and i want the alert message to appear but when the user is using the mozilla firefox- the alert message would not appear..

How can i do this?? help! our submission of the site is tomorrow..i need answer asap!
hey! thanks for the answers! i really appreciate it! another thing..*sigh* how can i not let the site appear in IE or any other browser since the alert message says that it is best viewed in Mozilla Firefox..pls..help..asap

I have to make a diamond shape out of loops in JavaScript. How would I repeat a written statement a given time and then gradually increase or decrease it. This is my code so far. <table>
<script>
var Pick = prompt("Choose an odd number between 1 and 19.")
for (i = 0; i <= 5; i++)
{
document.write("<tr>X</tr>" i);
}
for (h = 5; h <= 0; h++)

document.write("<tr>X</tr>" * h);
}
</script>
</table>
If you spot anything else wrong or helpful please point it out. Thanks for the much needed help. Oh and it has to give a certain number of dots in the middle of the diamond. I m thinking to use +Pick+ in the loop to do this.
oh its just Pick not +Pick+
Okay what I have to do is make this but in JavaScript:
*
* * *
Sorry Typo

*
* * *
* * * * *
* * *
*
Like this

it says Hello- you either have JavaScript turned off or an old version of Adobe s Flash Player. Get the latest Flash player. and i downloaded the latest version of FP but it still wont work so how do i do the javascript
PL HELP U COMPUTERS GENUISES PLZPLZPLZPLZPLZ!!!!!! thank you

Thursday, May 29, 2008

hey! my group is developing a site for our school. Our template looks in mozilla firefox but in IE6 and 7 looks very frustrating and way way to distortion..*sigh*

we cant really know why this things happened but further more the group wanted to know have an alert message(javascript) that tells "this website is best viewed in mozilla firefox " if the user is using IE or any other web browsers..

the problem is this: how can i detect what web browser is the user using and i want the alert message to appear but when the user is using the mozilla firefox- the alert message would not appear..

How can i do this?? help! our submission of the site is tomorrow..i need answer asap!
hey! thanks for the answers! i really appreciate it! another thing..*sigh* how can i not let the site appear in IE or any other browser since the alert message says that it is best viewed in Mozilla Firefox..pls..help..asap

I have to make a diamond shape out of loops in JavaScript. How would I repeat a written statement a given time and then gradually increase or decrease it. This is my code so far. <table>
<script>
var Pick = prompt("Choose an odd number between 1 and 19.")
for (i = 0; i <= 5; i++)
{
document.write("<tr>X</tr>" i);
}
for (h = 5; h <= 0; h++)

document.write("<tr>X</tr>" * h);
}
</script>
</table>
If you spot anything else wrong or helpful please point it out. Thanks for the much needed help. Oh and it has to give a certain number of dots in the middle of the diamond. I m thinking to use +Pick+ in the loop to do this.
oh its just Pick not +Pick+
Okay what I have to do is make this but in JavaScript:
*
* * *
Sorry Typo

*
* * *
* * * * *
* * *
*
Like this

it says Hello- you either have JavaScript turned off or an old version of Adobe s Flash Player. Get the latest Flash player. and i downloaded the latest version of FP but it still wont work so how do i do the javascript
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

it says Hello- you either have JavaScript turned off or an old version of Adobe s Flash Player. Get the latest Flash player. and i downloaded the latest version of FP but it still wont work so how do i do the javascript
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.

i need to know what this is??
what is HTML and what is it used for?
what is Javascript and how would it be used in a web page??
what you need to design a web-page eg colour - audience-pusrpose and pictures.

HELP PLZZZZZZZZ THANX

How do I randomly take values of an array- print them but I do not want the same value to show up twice.

So for example- from 100 questions- I wanted 20 to be printed by each one will be unique.

Consider a simple c++ program..to input an integer and output the same.

I need to accept input through a web interface.
I am thinking to use this javascript to accept the input-

http://www.w3schools.com/asp/showasp.asp?filename=demo_reqquery

but i don t know how can I pass this input to my c++ program...and how to return the output back to the webpage.

thanks.

Before I start into a huge project that ll take me weeks- I was wondering if there was a way to make this effect an easier way- or if there was a javascript- css- etc... client or program that could do this for me?

I have my own wedding planning business- and would love for website visitors to be able to click a button to bring up a popup/seperate window- and in that window have it look like a book. I plan on putting a picture and story of couples I have worked with- and have it so visitors can turn the pages to view more.

If not- I guess I have to start the coding process now.
I d appreciate any help with this! Thanks!
I m rather skilled at just about any coding languages- and I am considering doing this in flash as well. I was just curious if there was something I could use to quickly put it together rather than spending a huge amount of time doing it from scratch.

I have some code.
The code uses JQuery to GET the value (Which I know is cross browser compatible. THe first part where it s getting the value....
However I have the code isNaN in there to test if it s a number. THis code works GREAT in IE7 and Firefox but in IE6 it just ignores the whole if NaN statement. Is there an alternative way to test if something is a number or not and return an error and STILL be compatible with ATLEAST Internet Explorer 6- Internet Explorer 7- and Firefox?
[code]
var seats = $( #seats ).attr( value );
if (isNaN(seats)) {
alert("Seats must be entered as a number");
return false;
}
[/code]
As a web developer "Updating to IE7" isn t going to help anything. I have IE7. But a developer NEVER has the privilege of developing JUST for himself. He has a client/customer base that are going to end up using the site. This Application for example is for a Companies internal usage and it just happens that a lot of there employees are using IE6 and they are in an enviroment where that will not change. Ther eis an alternative way to do this check using Javascript so it s cross browser compatible..But I am unsure which way would work on IE6 as well as the other s. Any advice?

Using JavaScript I want to update a text field. This should include also line breaks.
the getElementById( myTextArea )

innerHTML = aa\nbb
works in Internet Explorer

.textContent = aa\nbb
works in FireFox.

They both set the value of a textarea with id myTextArea to

aa
bb

But none of the codes work in Safari. In safari it s not making line breaks. What do I need to do to have proper line breaks in a textarea in Safari?
The <br/> isn t an option. I need a string with \n. The alert returns the string with new lines- but when I insert the string as innerText or textContent- Safari ignores the line breaks. I ve also tried to alert the string with making breaks manually (alert(textarea.innerHTML)) and it s not showing br. Thanks for the answer!
Does Safari perhaps have some other character for \n?

out.println("<script language=\"javascript\">");
out.println("function disableField()");
out.println("{");
String x="";
out.println("<%x=%>document.form1.usern.value;");
out.println("document.form1.pass.value="+x+";");
out.println("}");
out.println("</script>");

This is my code.. plss help me T_T

Hello- you either have JavaScript turned off or an old version of Adobe s Flash Player. Get the latest Flash player.

The message i get when i try watch videos from youtube partners that require this to watch them- i downloaded Flash player 9 and it didnt affect it at all- i have clicked the link to download it and it still doesnt let me watch them- id like to watch these videos as they are great quailiy and look good yet this crap holds me back.

Please help :[

"Lacking a linker- JavaScript throws them all together in a common global namespace."
what means the linker?

I am looking around Portland- Oregon for a summer job in the general area of computer programming. The problem is- I m not quite sure which jobs I would be able to get and where to find them.

I am a college student (computer science major) going into my junior year. I ve done some web design- but my only serious production level project was a set of relatively simple set of PHP scripts combined with MySQL to manage entries in a county wide contest in Clackamas County. However- I know several languages- though I don t have complete mastery of them. I good knowledge of the mechanics of HTML/CSS- but I m not great when it comes to layouts.

Languages:
Thorough: (X)HTML- CSS
Solid working knowledge: Python- PHP- generic XML
Basic knowledge: C++- Java- JavaScript- bash- SQL

This isn t a classified ad- I m just looking for advice as to what s out there and how to get it.

I m having trouble with enabling javascript. Everything tells me I don t have it enabled. I ve tried using guides for getting it to work- but with no luck. Anyone have any experience with this? Any help would be greatly appreciated.

Wednesday, May 28, 2008

I am looking around Portland- Oregon for a summer job in the general area of computer programming. The problem is- I m not quite sure which jobs I would be able to get and where to find them.

I am a college student (computer science major) going into my junior year. I ve done some web design- but my only serious production level project was a set of relatively simple set of PHP scripts combined with MySQL to manage entries in a county wide contest in Clackamas County. However- I know several languages- though I don t have complete mastery of them. I good knowledge of the mechanics of HTML/CSS- but I m not great when it comes to layouts.

Languages:
Thorough: (X)HTML- CSS
Solid working knowledge: Python- PHP- generic XML
Basic knowledge: C++- Java- JavaScript- bash- SQL

This isn t a classified ad- I m just looking for advice as to what s out there and how to get it.

I m having trouble with enabling javascript. Everything tells me I don t have it enabled. I ve tried using guides for getting it to work- but with no luck. Anyone have any experience with this? Any help would be greatly appreciated.

Imagine that there is a webpage for updating the information of a customer(attributes:customer_id-name-gender)- it consists of a form which uses the POST method. When the client has finished making changes to the customer record and then clicks the update button.
Do you think the page should POST all values(no matter whether it has been changed or not) to the server?
Or just POST the values that have been changed?

The first approach does *not* require the client to have javascript turned on to keep track of whether a value has been changed because *all values* would be POSTED to the server(generates some unneccessary traffic because the client may only change some but not all values). And at the server side- these POSTED values can be used as inputs to the constructor of the Customer class to create a customer object and then call its update() function that executes an update SQL statement like this:
UPDATE [customer] SET name=$name-gender=$gender WHERE customer_id=$customer_id

By doing this- no matter whether the values have been updated- this single update statement always works- but it may affect the performance because some values not changed by the client are also re-overwritten to the database and it also generates some network traffic.
For the second approach- javascript must be enabled by the client to keep track of the changes and only the values that have been changed would be received by the server- and at the server side- after creating a customer object using a constructor that does not initialize the attributes- I would use the setter methods to initialize the attribute values to the POSTED values. For example- if the client only changed the name of a customer. Only setName($name) function would be used but not setGender($gender). And in the update() function- it can generates an update statement depending on which attribute values are initialized. Therefore- no overwritting values that have not been changed may occur. And it also tends to generate less network traffic.

However- my second approach does not seem to be very common.
Would you please give me some suggestions on my design?
Thanks a lot.
Thanks so much for your help.

i need a menu full of states to appear in one menu when the user selects a country from another menu. how would i go about doing this

when i go on youtube it wont let me watch videos
it says i either have java script turned off or i have an old version of adobe flash player

but i checked adn i have javascript turned ON and i downloaded a new version of adobe flash player but it still says the same thing!

how do i get it to work????!

I need to automatically evaluate candidates for a JavaScript developer job.

Is there a JavaScript competency test anywhere- online or offline?

I don t mind purchasing a commercial product if it is reasonably priced.

Thanks!

I would like to include a link to the site review of a business on Google Maps. Now- on the map page- you can get a link to the map itself. (Example: http://maps.google.com/maps?f=l&hl=en&geocode=&q=cat+and+fiddle&near=los+angeles-+ca&ie=UTF8&ll=34.123458--118.24379&spn=0.136706-0.292168&z=12&iwloc=A) But I want to link further to the bit about reviews- so it is the first thing that pops up. Does anyone know how to get around the javascript to the page with either just the review- or the map with the review box open?

Trying to validate to 1.0 strict doc type
html for a form looks like this:
<form id="form1" name="form1" action="receipt.php" method="get" onsubmit="return checkForm1()">
will not validate due to "name "tag
how do I change script to get by ID
sample of script:
function calcPrice() {
product = document.form1.prod;
pindex = product.selectedIndex;
product_price = product.options[pindex].value;
quantity = document.form1.qty;
Please be specific.
Thanx

I downloaded a program I didn t think would be harmful- scanned it with housecall which said it was fine- and ran it. My desktop went blue and has a spyware warning in the middle- my task manager was disabled- Spy Sweeper says I have virtumonde which is believable since when I opened Internet Explorer (I primarily use Firefox) I got a lot of Javascript pop-ups for anti-virus protection software. Now it takes a really stupidly long time to boot my laptop and black beetle things walk across the screen. I have run VundoFix which couldn t detect anything- Norton anti-virus and anti-spyware can t detect anything- Spyhunter doesn t detect anything- and my HiJackThis log looks pretty normal- but clearly something is REALLY wrong. I am afraid of registry editing but I would feel comfortable with it if it will save my laptop- if I lose my laptop then I will be computer-less for a really long time. Any advice- PLEASE!

Whenever I go to my mail or certain other websites it says "javascript void" or I get a message saying its turned off. I have already enabled it in the browser and my browser does support it...Help???

i want javascript code to skip cursor to next textbox by hitting ENTER key instead of hitting TAB key

i want javascript code to skip cursor to next textbox by hitting ENTER key instead of hitting TAB key

Hey everyone-

Just wondering how you would do a Drop Down Menu using Javascript. To be more specific I m using an image for a menu item on my navigation bar and from there I want it to drop down a list of items relating to that menu item. So for example if I had a menu Item called Cars I d want:

Cars (Menu Item which is an image)
-Holden
-Ford
-Toyota

Any help would be appreciated!

then xml then css then ajax then after that i want to start javascript or php i am 15
<html>
<head>..... how long and i mean as a hobby not like for schooll as a job etc

Hi- i am trying to play youtube videos with my labtop- and it gives me this error **Hello- you either have JavaScript turned off or an old version of Adobe s Flash Player. Get the latest Flash player. ** i already enable Script ActiveX. and install the new Adobe s Flash Player but still it gives me the same prob. Plz help :)

hi guys im writing a small prog and i want to know how to make the script recognize the input for example:
instead of recoginizing the string as "hello how are you" as one text string- it will recognize each individual letter instead of a whole string.
sorry but can you also explain it?

Tuesday, May 27, 2008

then xml then css then ajax then after that i want to start javascript or php i am 15
<html>
<head>..... how long and i mean as a hobby not like for schooll as a job etc

Hi- i am trying to play youtube videos with my labtop- and it gives me this error **Hello- you either have JavaScript turned off or an old version of Adobe s Flash Player. Get the latest Flash player. ** i already enable Script ActiveX. and install the new Adobe s Flash Player but still it gives me the same prob. Plz help :)

hi guys im writing a small prog and i want to know how to make the script recognize the input for example:
instead of recoginizing the string as "hello how are you" as one text string- it will recognize each individual letter instead of a whole string.
sorry but can you also explain it?

Want to be able to compose send and reply to emails in my Yahoomail via the Dopod 838 PDA inbuilt 802.11 wifi capability. I can access the Yahoomail site ok and read my emails but cant reply. Any ideas.Also can access my internet banking page but cant log in and get message"Check browser settings and ensure frames and javascript are enabled.

var CATERGORY = CATERGORY;
var THISCAT = document.getElementById(CATERGORY);
if (THISCAT.style.display == "block")
{
THISCAT.style.display = "none";
}
else
{
THISCAT.style.display = "block";
}


var NOTTHISCATi = 1 ;
while(NOTTHISCATi != 999)
{
if(NOTTHISCATi != CATERGORY)
{
var NOTTHISCAT = document.getElementById(NOTTHISCATi);
NOTTHISCAT.style.display = "none";
}
NOTTHISCATi++;
}

This is the coding... it s actually for a navigation menu which I wrote. How it works is almost the same like this one menu (http://www.dynamicdrive.com/dynamicindex1/switchmenu.htm).

The one above is seperated into 2 parts- 1 is for the menu to open up... the other is to look for all the menu that is not the same id as the currently opened and close em.

i got an error message when I test it on IE6. I track it down and it leads to this:

var NOTTHISCAT = Document.getElementById(NOTTHISCATi);
NOTTHISCAT.style.display = "none";

anyone can help on what is wrong? i m confused.
Nisovin >> tried- and then the menu stops working. btw- what do u mean by string?

Want to be able to compose send and reply to emails in my Yahoomail via the Dopod 838 PDA inbuilt 802.11 wifi capability. I can access the Yahoomail site ok and read my emails but cant reply. Any ideas.Also can access my internet banking page but cant log in and get message"Check browser settings and ensure frames and javascript are enabled.

var CATERGORY = CATERGORY;
var THISCAT = document.getElementById(CATERGORY);
if (THISCAT.style.display == "block")
{
THISCAT.style.display = "none";
}
else
{
THISCAT.style.display = "block";
}


var NOTTHISCATi = 1 ;
while(NOTTHISCATi != 999)
{
if(NOTTHISCATi != CATERGORY)
{
var NOTTHISCAT = document.getElementById(NOTTHISCATi);
NOTTHISCAT.style.display = "none";
}
NOTTHISCATi++;
}

This is the coding... it s actually for a navigation menu which I wrote. How it works is almost the same like this one menu (http://www.dynamicdrive.com/dynamicindex1/switchmenu.htm).

The one above is seperated into 2 parts- 1 is for the menu to open up... the other is to look for all the menu that is not the same id as the currently opened and close em.

i got an error message when I test it on IE6. I track it down and it leads to this:

var NOTTHISCAT = Document.getElementById(NOTTHISCATi);
NOTTHISCAT.style.display = "none";

anyone can help on what is wrong? i m confused.
Nisovin >> tried- and then the menu stops working. btw- what do u mean by string?

ok- ive seen posts about this and none of them helped me. i use firefox- and i have just updated the browser. now youtube wont work. so i downloaded the adobe flash it needs and it still wont work- so i enable java and javascript in the tools>preferences menu and it still doesnt work. ive even deleted firefox off my computer entirely and brought it back and it still doesnt work. but on any other computer in my house- youtube works fine. ive tried everything i can think of- someone please help me. thank you.

Can someone tell me why this wouldn;t let me set the background color of a page with the Body s id="test"
document.getElementById("test").style.backgroundColor="red";
that should read...

Can someone tell me why this wouldn;t let me set the background color of a page with the Body s id="test"

document.getElementById("test").style.backgroundColor="red";
document.getElementById("test").style.backgroundColor="red";

I ve gone into the settings and enabled javascript but it doesn t work. Kids can t play some games- I can t listen to some music.
I have java sofware- and it s been updated. I can t open some links too. The window will open but nothing displays.

I have a page of ASP code that generates a page with the following:

script type= text/javascript >
var ScrW = screen.width
var ScrH = screen.height
var Left=(Math.random()*ScrW);
var Top=(Math.random()*ScrH);
</script><style type= text/css >
#Layer1{
width: 0px;
position: absolute;
z-index:0;
left: Top px;
top: Left px;
}
#Layer1:hover{
width: auto;
z-index: 1;
}
#Pic1{
width: 50px;
}
#Pic1:hover {
width: auto;
}

My problem is the left and top values- the values generated by the code:

var Left=(Math.random()*ScrW);
var Top=(Math.random()*ScrH);

are what I want for the left and top values.

this is an ASP generated page!

any ideas?
This is some really great code for an E-commerce site a correct answer gets it for free!
Exactly!- any idea how to do that?
The complete code splatters the screen with product thumbnails and it regenerates to match the screen size. As you hover on a thumbnail it blooms to a full size image in the foreground. If you click the image it takes you to a detail page. user does not have to wait for entire page to load- although it doesn t take long. Side benefit all your product images are preloaded. Each time the page is regenerated the thumbnails are randomly placed.
Sounds like it might work Nisovin- Thx I ll get back!

I tried to download 4OD onto my computer but once it gets to the end of setup this flashes up:

‘Error 1904.Module

C:\windows\system32\macromed\flash\flash9d.ocx failed to register. HRESULT â€"2147220473. Contact your support personnel.’

Then I click ok because it’s the only option and this comes up :

‘Error 2739.Could not access Javascript run time for custom action’


I went onto another website for help before this and I went through this step by step guide


‘1. On the Start menu- click All Programs.
2. Click Accessories.
3. Right-click Command Prompt and choose Run as administrator from the
shortcut menu.
4. When the User Account Control dialog appears- click Continue.
5. At the command prompt type the following:
regsvr32 vbscript.dll
6. Press Enter on your keyboard.
7. A message should appear stating "DllRegisterServer in vbscript.dll
succeeded."
8. Click OK’


However step 7 didn’t work- instead I got a message saying:
**

However step 7 didn’t work- instead I got a message saying:

‘The module “vbscript.dll” was loaded but the call to DIIRegisterServer failed with the error code 0x80004005

For more information about this problem search online using the error code as a search term.‘

My computer is only around a month old so I don t really know whats wrong with it.

i use internet explorer

how can i write an asp/html program that does following:

When we roll over our mouse over the text "Roll your mouse over my text"- it should change to "Wow that feels good!!!" with font color red.
Please help me. i d be very thankful if the program ll not use javascript and if the program need javascript in any way- then only give my ur program in javascript or any other script. thank you

ok... i have a youtube account and the flash drive i was using was working perfectly fine but when my friend came over and i wanted to show him a video. it wouldn t let. it said my javascipt was either shut off or i needed to down load and install a newer version of adobe flash. my javascript is on and the screen says that the newer flash is completely installed but i still can t watch any of my playlist.

does anyone know a way i can find out what s wrong?

<script>
var Comp = Math.floor(Math.random()*100)+1;
do
{
var Pick = prompt("Pick a number between 1 and 100.");
if (Comp<Pick){alert("Too High")
}else
if (Comp>Pick){alert("Too Low")
}else
if (Comp == Pick){alert("Alright! You win! It took you (count inserted here)times")}
}
while (comp=Pick);
</script>


Well help me out here. This is a basic javascript game. Well the part I am having trouble with is the counting part. I want to count all the inputs made into the prompt. And when that number is displayed I want it on the "Alright!... " alert section. If that is not possible how would I go about to display the number of inputs? document.write statement is what I am thinking.

i use internet explorer

how can i write an asp/html program that does following:

When we roll over our mouse over the text "Roll your mouse over my text"- it should change to "Wow that feels good!!!" with font color red.
Please help me. i d be very thankful if the program ll not use javascript and if the program need javascript in any way- then only give my ur program in javascript or any other script. thank you

ok... i have a youtube account and the flash drive i was using was working perfectly fine but when my friend came over and i wanted to show him a video. it wouldn t let. it said my javascipt was either shut off or i needed to down load and install a newer version of adobe flash. my javascript is on and the screen says that the newer flash is completely installed but i still can t watch any of my playlist.

does anyone know a way i can find out what s wrong?

<script>
var Comp = Math.floor(Math.random()*100)+1;
do
{
var Pick = prompt("Pick a number between 1 and 100.");
if (Comp<Pick){alert("Too High")
}else
if (Comp>Pick){alert("Too Low")
}else
if (Comp == Pick){alert("Alright! You win! It took you (count inserted here)times")}
}
while (comp=Pick);
</script>


Well help me out here. This is a basic javascript game. Well the part I am having trouble with is the counting part. I want to count all the inputs made into the prompt. And when that number is displayed I want it on the "Alright!... " alert section. If that is not possible how would I go about to display the number of inputs? document.write statement is what I am thinking.

how do check my firewall-web browser and antivirus to see if javascipt is allowed--- i have windows vista- internet explorer 7- webroot spysweeper-windows defender- windows firewall and trend micro anti virus--

Monday, May 26, 2008

how can i write an asp/html program that does following:

When we roll over our mouse over the text "Roll your mouse over my text"- it should change to "Wow that feels good!!!" with font color red.
Please help me. i d be very thankful if the program ll not use javascript and if the program need javascript in any way- then only give my ur program in javascript or any other script. thank you

ok... i have a youtube account and the flash drive i was using was working perfectly fine but when my friend came over and i wanted to show him a video. it wouldn t let. it said my javascipt was either shut off or i needed to down load and install a newer version of adobe flash. my javascript is on and the screen says that the newer flash is completely installed but i still can t watch any of my playlist.

does anyone know a way i can find out what s wrong?

<script>
var Comp = Math.floor(Math.random()*100)+1;
do
{
var Pick = prompt("Pick a number between 1 and 100.");
if (Comp<Pick){alert("Too High")
}else
if (Comp>Pick){alert("Too Low")
}else
if (Comp == Pick){alert("Alright! You win! It took you (count inserted here)times")}
}
while (comp=Pick);
</script>


Well help me out here. This is a basic javascript game. Well the part I am having trouble with is the counting part. I want to count all the inputs made into the prompt. And when that number is displayed I want it on the "Alright!... " alert section. If that is not possible how would I go about to display the number of inputs? document.write statement is what I am thinking.

how do check my firewall-web browser and antivirus to see if javascipt is allowed--- i have windows vista- internet explorer 7- webroot spysweeper-windows defender- windows firewall and trend micro anti virus--

Help! Ok- today YouTube said that I have an error and that I need to activate my JavaScript and download Adobe Flash Player. But I already have done all of that! I am in desperate need of YouTube!!!
Also- on any site that I go on (such as FuzzAcademy- Gaia- etc..) it says I need Adobe Flash Player too.
Help?
Thanks~

how do check my firewall-web browser and antivirus to see if javascipt is allowed--- i have windows vista- internet explorer 7- webroot spysweeper-windows defender- windows firewall and trend micro anti virus--

Help! Ok- today YouTube said that I have an error and that I need to activate my JavaScript and download Adobe Flash Player. But I already have done all of that! I am in desperate need of YouTube!!!
Also- on any site that I go on (such as FuzzAcademy- Gaia- etc..) it says I need Adobe Flash Player too.
Help?
Thanks~

Hey- OK. I have a problem. Whenever I go to You Tube- it says- "Hello- you either have JavaScript turned off or an old version of Adobe s Flash Player. Get the latest Flash player." I downloaded the Adobe Flash thingy- and I have enabled JavaScript! I dont know what to do- You Tube is my life! Help!
P.S: It started today- lest night it worked fine.
P.S.S: I have IE for Windows Vista.

This line...

Response.Write("& lt;Script type= text/javascript & gt;")

Results...

& lt;Script type= text/javascript & gt;

This line...

Response.Write(& lt;"Script type= text/javascript "& gt;)

Results...

ERROR

Of course the result I want is...

<Script type= text/javascript >

Note: I had to put a space after the & because even this page parses it correctly as < and > if I don t.

Why won t my page parse it correctly?

E prize to first correct answer (some really great code!)
response.write("<script type= text/javascript >"); won t do it because it is in an asp file and their is a
<script language="javascript" runat="server"> tag already.
The server parses both as tags.
Response.Write("<scrip")
Response.Write("type t")
Response.Write("ext/javascript >");
Does the trick!

"Hello- you either have JavaScript turned off or an old version of Adobe s Flash Player. Get the latest Flash player."

I installed the Flash player- but then it still doesn t work. Is there something wrong with MY computer or is the program turned off? How can I fix this?

Hey- OK. I have a problem. Whenever I go to You Tube- it says- "Hello- you either have JavaScript turned off or an old version of Adobe s Flash Player. Get the latest Flash player." I downloaded the Adobe Flash thingy- and I have enabled JavaScript! I dont know what to do- You Tube is my life! Help!
P.S: It started today- lest night it worked fine.
P.S.S: I have IE for Windows Vista.

I saw some webpage have disabled the "Source" option under the "View" menu item on the menu bar

I already disable the right mouse clicking on my webpage by using JavaScript. I want to know how to disable the view source from select from the menu bar as well.

I want to protect my website so I will not see my new html layout design being periodically "copy&paste" and use on other people s site...

while downloading file from rapidshare my nokia e51 shows message wait 20 sec or so
but the time doesnt change
why
what to do so that time changes

I am on a different computer- other than my own and I am having trouble enabling JavaScript. I tried re-installing and restarting the computer. I also tried enabling JavaScript by applying Internet Options. Why will it still not enable?

hopefully cheap- and java- or javascript .
java isn t a language to start with even the easier version of it javascript is to hard.

Well I m 17 and moved out my moms to live with my grandma. I m sitting here in my room on my t-mobile sidekick writing this cuz I m curious if I could play runescape on this damn thing. It says I have javascript an all- but I m pretty sure I can t. I just wanna know any of yalls opinion. I m just bored as hell.... help?

When I try to watch some videos on YouTube I get a message saying "Hello- you either have JavaScript turned off or an old version of Adobe s Flash Player. Get the latest Flash player." I ve updated Flash several times- and I still get the message. I m using Firefox and Windows XP if that is important. Anyone know how I can fix it?

while downloading file from rapidshare my nokia e51 shows message wait 20 sec or so
but the time doesnt change
why
what to do so that time changes

I am on a different computer- other than my own and I am having trouble enabling JavaScript. I tried re-installing and restarting the computer. I also tried enabling JavaScript by applying Internet Options. Why will it still not enable?

hopefully cheap- and java- or javascript .
java isn t a language to start with even the easier version of it javascript is to hard.

Well I m 17 and moved out my moms to live with my grandma. I m sitting here in my room on my t-mobile sidekick writing this cuz I m curious if I could play runescape on this damn thing. It says I have javascript an all- but I m pretty sure I can t. I just wanna know any of yalls opinion. I m just bored as hell.... help?

When I try to watch some videos on YouTube I get a message saying "Hello- you either have JavaScript turned off or an old version of Adobe s Flash Player. Get the latest Flash player." I ve updated Flash several times- and I still get the message. I m using Firefox and Windows XP if that is important. Anyone know how I can fix it?

Additionally- why the function definitions are placed in the < head > section of the document?

Sunday, May 25, 2008

I am on a different computer- other than my own and I am having trouble enabling JavaScript. I tried re-installing and restarting the computer. I also tried enabling JavaScript by applying Internet Options. Why will it still not enable?

hopefully cheap- and java- or javascript .
java isn t a language to start with even the easier version of it javascript is to hard.

Well I m 17 and moved out my moms to live with my grandma. I m sitting here in my room on my t-mobile sidekick writing this cuz I m curious if I could play runescape on this damn thing. It says I have javascript an all- but I m pretty sure I can t. I just wanna know any of yalls opinion. I m just bored as hell.... help?

When I try to watch some videos on YouTube I get a message saying "Hello- you either have JavaScript turned off or an old version of Adobe s Flash Player. Get the latest Flash player." I ve updated Flash several times- and I still get the message. I m using Firefox and Windows XP if that is important. Anyone know how I can fix it?

Additionally- why the function definitions are placed in the < head > section of the document?

I don t understand how to implement the information given at http://technorati.com/developers/ping/ as far as creating a custom ping- but I would like to be able to do so as I don t use blogging software but I don t want to have to do a manual ping each time either.

Hello- I have a site that uses iFrames and I had to remove one of the iframes to have open a javascript page in that location. By my problem is that when people go to click on the other links- it no longer opens in that main area since it no longer has a target name located with it. I was wondering if it was possible to add one or if not- is there another way? The code below is what I have and I need to be able to have a section like I do below where it has the javascript text. Thank you very much!

<div id="s" style="position:absolute; top:375px; left:65px; width:690px; height:1500px; text-align:left;"><script type="text/javascript" src="url here" ></script><div align="center" class="badge" style="width:100%;"><p style="margin-top: 2px; margin-bottom: 5px;"></p></div></div>

I have some code:
<html>
<head>
<title>Real Estate</title>
<pre>
<script language="Javascript">
<!-- Hide from incompatible browsers
function RealEstate (location- value) {
this.property_location = location;
this.property_value = value;
function Commercial(loc-val-zone- use) {
this.location= loc;
this.value= val;
this.zone= zone;
this.use= use;
var Instance=new Factory(Philadelphia- 12000000- Industrial- Manufacturing);
document.writeln(Factory)
}
//Stop hiding from incompatible browsers -->
</script>
</pre>
</head>
<body>
</body>
</html>

As you can see- I have an instantiated object:
var Instance=new Factory(Philadelphia- 12000000- Industrial- Manufacturing);
and it has the properties/parameters in the (___).

I need to make a write or writeln statement that will print the properties by just saying which object s properties to write from.

I tried:
document.writeln(Factory)
but surely that someone on here can figure it out!

Any help is greatly appreciated!
Thanks muc

OK- I ve looked pretty thoroughly through questions of this ilk and I still can t get Youtube to load videos. What happens is I will click on a video- get a black screen with the little spiral thing and that s it. This started two months ago with only a few videos not loading and has gotten progessively worse until now- practically no videos will load. I ve tried playing youtube with internet explorer- firefox- and even safari and gotten the same result. My firewall is fine- javascript is enabled- my flash is up-to-date- and I have cleared my cache numerous times to no avail. What else am I missing?

I am working on a greasemonkey script. i am trying to change the value of a hidden text field. the field i am trying to change doesnt have an id- and its name is QuestionsShown. can anybody suggest a method to do this.
i tried "
var qs = window.document.getElementsByName( QuestionsShown )
qs.value = 1-2-3-4-5-6-7-8-9-10
"
but that didnt work. any help?

Does anyone know if it is possible to update Google Doc s Spreadsheet s content using GData and most importantly via the language of Javascript?

I know that it can be done using other languages as there are developer s guides but there isn t one for javascript which is odd because there are js api s for other google services (such as google calender)

Any hints or pointers in the right direction are very welcome
Thanks Col

http://code.google.com/apis/gdata/index.html

i have a basic code of javascript but when i run it - it wont work why is that? the error says kokohref is not defined


<html>
<head>
<script type="text/javascript">

var koko = document.getElementById("site");
koko.style.color = #cccccc;
koko.setAttribute("title"- "i win");


</script>
</head>
<body>


<a id="site" href="somesite.com" title="web site of the monkeys">click me</a>
<script>alert(kokoHref);</script>


</body>
</html>

It syas my javascript is turned off or that i need to download the newest version of firfox or wahtever.

Ive done both- Well the javascript when i go to tools- internet options then click javascript it says its on... Whats going on?

basically i m making a website for a friend which he s going to want to update random bits rather frequently.

I d rathe not have to go through the trouble of teaching him which bits of code to edit etc- so i figured i d make a kind of "fake control panel" for him to do the editing from. The idea was going to be some forms where he could input the text- and it d save it into a text file or something.

Then i could juse javascript to load that text file into the content area.

Just wondering how i would do this. Also so as not to risk somebody tampering. How would i go about putting a VERY simple login system to reach the control panel bit.

I try to go to the next page and it doesn t work. It looks like a javascript problem- but the javascript in the browse sections works correctly. I don t have a popup blocker blocking it. I ve tried on Firefox and Internet Explorer and it still doesn t work.

Can anyone please tell me what is wrong with this script that redirects the page depending on the browser.

<script type="text/javascript">
var browser = navigator.appName;
var b_version = navigator.appVersion;
var version = parseFloat(b_version);
rExp = /\.php\?/;
myString = location.href;
results = myString.search(rExp);
if(results == -1){
var_add = "?";
}else{
var_add = "&";
}
if(browser == "Microsoft Internet Explorer"){
if(version < 8){
window.location = location.href + var_add + "browser_name=IE";
}
}
if(browser == "Firefox"){
window.location = location.href + var_add +"browser_name=FIREFOX";
}else{
window.location = location.href + var_add + "browser_name=FULL";
}
</script>
Any help is appreciated.

URL - http://www.godofgod.co.uk

I wanna play toontown so how do i meet the requirements ?
Here they are-

1)Microsoft Windows 98- ME- 2000- or XP running on a PC
- I have this already

2) Internet Explorer versions 5.5- 6 & 7 browser
- i have IE 7 already

3)Javascript enabled on your browser
- I think its enabled but just tell me how to anyway plz.

4)Adobe Flash Player 8+ browser plugin
- Plz tell me where to download this...

5)Downloading- installing and running of the Toontown ActiveX conrol allowed
-How do i enable ActiveX?????

6) SSL 3.0 protocol enabled in your browser
- This- i just don t get...

So- help will really be appreciated!
Thx

I wanna play toontown so how do i meet the requirements ?
Here they are-

1)Microsoft Windows 98- ME- 2000- or XP running on a PC
- I have this already

2) Internet Explorer versions 5.5- 6 & 7 browser
- i have IE 7 already

3)Javascript enabled on your browser
- I think its enabled but just tell me how to anyway plz.

4)Adobe Flash Player 8+ browser plugin
- Plz tell me where to download this...

5)Downloading- installing and running of the Toontown ActiveX conrol allowed
-How do i enable ActiveX?????

6) SSL 3.0 protocol enabled in your browser
- This- i just don t get...

So- help will really be appreciated!
Thx

i cannot watch youtube..
it keep on saying
"Hello- you either have JavaScript turned off or an old version of Adobe s Flash Player. Get the latest Flash player. "
so i downloaded Adobe Flash Player but still not working ... how do i turn on the javaScript? Pls helpppp

Here is the coding for the switcher.

<html><head><title>Style Switcher</title>
<script>
var StyleFile = "style" + document.cookie.charAt(6) + ".css";
document.writeln( <link rel="stylesheet" type="text/css" href=" + StyleFile + "> );
</script>
</head><body><h2>Live in Style</h2><br>
<a href="javascript: document.cookie= style= ; window.location.reload();">Style 1</a> |
<a href="javascript: document.cookie= style=2 ; window.location.reload();">Style 2</a> |
<a href="javascript: document.cookie= style=3 ; window.location.reload();">Style 3</a>
</body></html>

It works fine on the home page but how do I code for the link rel="stylesheet" type="text/css" href="...... " to use the stylesheet throughout the website?

none of my other options are working either i click "more" on the View My section and it keeps saying Javascript:topMenu./openClose();
tried downloading javascript again and updating my internet browswer still isnt working

Saturday, May 24, 2008

Here is the coding for the switcher.

<html><head><title>Style Switcher</title>
<script>
var StyleFile = "style" + document.cookie.charAt(6) + ".css";
document.writeln( <link rel="stylesheet" type="text/css" href=" + StyleFile + "> );
</script>
</head><body><h2>Live in Style</h2><br>
<a href="javascript: document.cookie= style= ; window.location.reload();">Style 1</a> |
<a href="javascript: document.cookie= style=2 ; window.location.reload();">Style 2</a> |
<a href="javascript: document.cookie= style=3 ; window.location.reload();">Style 3</a>
</body></html>

It works fine on the home page but how do I code for the link rel="stylesheet" type="text/css" href="...... " to use the stylesheet throughout the website?

none of my other options are working either i click "more" on the View My section and it keeps saying Javascript:topMenu./openClose();
tried downloading javascript again and updating my internet browswer still isnt working

I have tried following instructions to enable Javascript and it is working and downloaded newer version of Adobe flashplayer . However I still get the same message. Help!

I tried taking what I thought was it (between the script tags) but I got nothing.

Is there a separate javascript file it is loading?

Page: http://www.utterpants.co.uk/prettypants/porn404.html
Ben Z- that s what I thought but it doesn t work.

To be able to be proficient at Java-

(not JavaScript).

How good do I have to be at maths/math. Do I have to be amazing at mathematics ?

I want to display the music I am listening to on pandora in my ichat status like the itunes music option. I know some python and javascript is there anyway to edit preference files and change this or create a python program that updates my status.
I know this is a complicated question just if anyone has any experience with this kind of thing can you help me.

I tried taking what I thought was it (between the script tags) but I got nothing.

Is there a separate javascript file it is loading?

Page: http://www.utterpants.co.uk/prettypants/porn404.html
Ben Z- that s what I thought but it doesn t work.

To be able to be proficient at Java-

(not JavaScript).

How good do I have to be at maths/math. Do I have to be amazing at mathematics ?

I want to display the music I am listening to on pandora in my ichat status like the itunes music option. I know some python and javascript is there anyway to edit preference files and change this or create a python program that updates my status.
I know this is a complicated question just if anyone has any experience with this kind of thing can you help me.

Whenever I try to watch a video on Youtube with Firefox- it tells me I either have an outdated Flash Player or I have Javascript turned off. I checked my Javascript- and it s on- and I installed the latest Flash Player- so what s wrong with it?

my father turned off javascript so i cant wacth youtube or play music is there a way to change my account or turn javascript on?

I am researching GRB s (Gamma Ray Bursts)- and right now i am analysing the data from the BATSE Satellite- the website from which i get this data is http://www.batse.msfc.nasa.gov/bats...

The hard numbers though are listed here http://www.batse.msfc.nasa.gov/bats...

there is a short explination of what each coloumn represents- but it is not in detail- it is listed in the first link under "Basic" then in the descirption is "file format"- here it gives a short explination

listed here: javascript:newWin ( basic.html - 480- 400)

So does anyone know and understand what each of these are? Such as the coloumn 10? Any proffesionals please help!! Also any details about the BATSE data such as graphing and regular terms and other things associated with GRB s.

Whenever I try to watch a video on Youtube with Firefox- it tells me I either have an outdated Flash Player or I have Javascript turned off. I checked my Javascript- and it s on- and I installed the latest Flash Player- so what s wrong with it?

my father turned off javascript so i cant wacth youtube or play music is there a way to change my account or turn javascript on?

I am researching GRB s (Gamma Ray Bursts)- and right now i am analysing the data from the BATSE Satellite- the website from which i get this data is http://www.batse.msfc.nasa.gov/bats...

The hard numbers though are listed here http://www.batse.msfc.nasa.gov/bats...

there is a short explination of what each coloumn represents- but it is not in detail- it is listed in the first link under "Basic" then in the descirption is "file format"- here it gives a short explination

listed here: javascript:newWin ( basic.html - 480- 400)

So does anyone know and understand what each of these are? Such as the coloumn 10? Any proffesionals please help!! Also any details about the BATSE data such as graphing and regular terms and other things associated with GRB s.

I am researching GRB s (Gamma Ray Bursts)- and right now i am analysing the data from the BATSE Satellite- the website from which i get this data is http://www.batse.msfc.nasa.gov/bats...

The hard numbers though are listed here http://www.batse.msfc.nasa.gov/bats...

there is a short explination of what each coloumn represents- but it is not in detail- it is listed in the first link under "Basic" then in the descirption is "file format"- here it gives a short explination

listed here: javascript:newWin ( basic.html - 480- 400)

So does anyone know and understand what each of these are? Such as the coloumn 10? Any proffesionals please help!! Also any details about the BATSE data such as graphing and regular terms and other things associated with GRB s.

I am researching GRB s (Gamma Ray Bursts)- and right now i am analysing the data from the BATSE Satellite- the website from which i get this data is http://www.batse.msfc.nasa.gov/batse/grb/catalog/current/

The hard numbers though are listed here http://www.batse.msfc.nasa.gov/batse/grb/catalog/current/tables/basic_table.txt

there is a short explination of what each coloumn represents- but it is not in detail- it is listed in the first link under "Basic" then in the descirption is "file format"- here it gives a short explination

listed here: javascript:newWin ( basic.html - 480- 400)

So does anyone know and understand what each of these are? Such as the coloumn 10? Any proffesionals please help!! Also any details about the BATSE data such as graphing and regular terms and other things associated with GRB s.

Hi-
every day I want to choose a new picture from a folder and I am wondering if there is way to do that in javascript or I will have to use php. Anyone trying to do that?
Pls- can you paste a peace of code? thx

i have downloaded it already but still videos are asking for me to turn on javascript... help :(

Hi-
I want to print a form. the form should be printed with the same size on different machines and browsers with the same size.
it shoudnt print different in explorer and firefox. it should be same when printed from any browser or system.

How can i achieve this in coding? which is the best one to use either the javascript or stylesheet or c# coding?

Can anyone help me?

Thanks in advance

Whenever I wished to watch a video in You tube-an error used to pop up saying that either my Javascript is turned off or I have an old version of Adobe Flash player.How can I turn on the the Javascript to watch the video or please suggest me on what should I do otherwise?

it says i need adobe player to view the videos or my javascript is turned off.
ive downloaded adobe- SO many times. how do i turn my javascript on? or do you know why this is?
please help.
i have downloaded shockwave. and flash player! but it still aint working. it said something about javascript being disabled.

Tools-Manage Addd-ons(the letters are not in Bold and I cant Select them- but they are there)
One more thing-^__^ I used to be able to see Videos on Youtube- now I can t and when I try to wach one. It gives me a messege saying that my Javascript is off. How did that happen and how can I fix it.

I know how to set tile- build out door kitchens- do arbors and evrything bakyard. Thats just extra info. ^__^ for if someone needs my help

Friday, May 23, 2008

Which browser for Windows Mobile 5 PDA comes closest to displaying all of the Web s contest including Javascript- Java- Flash- CSS stylesheets- etc.. etc..? The built-in Pocket Internet Explorer doesn t do any of this and I need an upgrade
Note for devilmay: I explicitly specified that IE Mobile is the browser that I do not want.
Ry Jones- though your advice is well-intentioned- your proposal that I replace my Windows Mobile device with my Iphone is irrelevant to this question. Yes I am quite aware of the fact that Safari has the best mobile browser on the market- but that doesn t change that I am looking for a browser for Windows Mobile.

I am trying to create a website for my business where my clients can log into my website and view recent statements- invoices- etc. My statements are all in PDF format- so I was trying to figure out how to display these files on my site. I know I can create a hyperlink to the PDF file where they can open/download the file- but I want the file to open within my actual website; right on the page. Does anybody know an HTML- PHP- or Javascript code that will allow me to do this?? Thanks!

I currently use .NET- C# and pretty much all major database platforms- XML- CSS and javascript at work on a daily basis. I want to pick up RoR. I do not know ruby nor do I know rails- but I am definitely not a novice when it comes to developing web apps and connectivity.

What books do you recommend for someone like me? Preferably for a beginner to the RoR language/framework- but not to data source connectivity itself (e.g.- wasting time by teaching you SQL or XML in the process). Thanks!!

I am new to javascript and am trying to learn by putting to work the instructions i get from a javascript beginner book.

Heres the Problem:
-I have a folder which contains two bitmap files.
--One is named "red.bmp" the other is "black.bmp"
---I have another file which is the html that is supposed to cycle through the images in "2000" milliseconds.
----Needles to say IT DOESN T WORK.

Here is the syntax:

<html>
<head>
<script>
var images = new Image(2);
images[0] = new Image;
images[0].src="red.bmp";
images[1] = new images;
images[1].src="black.bmp";
var index=0;

function cycle()
{
document.box.src=images[index].src;
index++;
if (index==1)
{
index=0;
}
settimeout("cycle()"-2000);
return;
}
</script>
</head>
<body onload="cycle()">
<img name="box" src="red.bmp"
</body>
</html>


By the way I am beginning to hate JS it is so FRUSTRATING...
By the way check out this error i m getting.

http://img179.imageshack.us/img179/4949/jserrorkv7.png
Thanks Patrick- but it still doesn t work.

i think something is wrong with it- cause recently when i go to like myspace- or youtube and other sites- everything is out of order- what can i do to fix it?

I am trying to use a JS injection to trick a website into sending a password reminder to my e-mail address rather than the one the script is written for. (I am doing this on a 100% legal hacking simulation site) this is the javascript code i am using ... javascript:void(document.form[0].to.value="my@email.here"); ... after initiating this javascript i check it with ... javascript:alert(document.form[0].to.value); ...and the value has changed correctly. however when i click the button to send the password i never recieve an email... what am i doing wrong?
oh i almost forgot... this is all done on a LEGAL simulated and specially designed website. so for all the people who are gonna leave comments like homeboy here that make you go "why waste your time posting that" or "what a jerk" ....thanks but no thanks but as for all the helpful information- thanks in advance.

I am trying to use a JS injection to trick a website into sending a password reminder to my e-mail address rather than the one the script is written for. (I am doing this on a 100% legal hacking simulation site) this is the javascript code i am using ... javascript:void(document.form[0].to.value="my@email.here"); ... after initiating this javascript i check it with ... javascript:alert(document.form[0].to.value); ...and the value has changed correctly. however when i click the button to send the password i never recieve an email... what am i doing wrong?
oh i almost forgot... this is all done on a LEGAL simulated and specially designed website. so for all the people who are gonna leave comments like homeboy here that make you go "why waste your time posting that" or "what a jerk" ....thanks but no thanks but as for all the helpful information- thanks in advance.

If nobody can help- can someone at least reccomend a reference? thanks.

I m working with the tutorial from http://nutchtube.blogspot.com/2008/02/latest-step-by-step-installation-guide.html

I m trying to install nutch- and when i run the crawler- i get an error message: line 15: syntax error near unexpected token $ in\r line 15: case uname in"

here is the code
# NUTCH_OPTS Extra Java runtime options.
#
cygwin=false
case "`uname`" in
CYGWIN*) cygwin=true;;
esac

# resolve links - $0 may be a softlink
THIS="$0"
while [ -h "$THIS" ]; do
ls=`ls -ld "$THIS"`
link=`expr "$ls" : .*-> \(.*\)$ `
if expr "$link" : .*/.* > /dev/null; then
THIS="$link"
else
THIS=`dirname "$THIS"`/"$link"
fi
done

# if no args specified- show usage
#line 15
#if [ $# = 0 ]; then
echo "Usage: nutch COMMAND"
echo "where COMMAND is one of:"
echo " crawl one-step crawler for int

I

Whats wrong with my computer? everytime I am trying to log in some pages this is what appears!! for example:?
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html lang="es-ES">
<head>
<meta http-equiv="X-UA-Compatible" content="IE=7" />
<meta http-equiv="content-type" content="text/html; charset=utf-8"/>
<title>java.com: Java + Tú</title>
<meta http-equiv="content-language" content="es-ES">
<meta name="description" content="Descargue ya el software de Java en su equipo."/>
<meta name="keywords" content="java- products- downloads- solutions- software">
<meta name="date" content="2005-11-07"/>
<script language="JavaScript" type="text/javascript" src="/js/MenuBar.js"></script>

<!-- Generate generic metadata -->

I have a compressed Javascript file- so it s actually only 1 line. But IE is coming up with an error on line 2- so I m assuming it s deciding it s line 2 after a certain number of characters. What is this number?
It s definitely not after semicolons- as the error in on line 2 char 18884 !
Also I ve searched for newlines in the file- there were none.

I would like a script or something that would allow me to easily create a text paragraph- and it would automatically span on mutiple web pages of my website. Example: like a javascript- where I can put a calendar event or a reminder that will automatically be placed acrossed multiple web pages that I chose on my website.
My pages are all in .html that I want to do this to.

Does anyone know if it is possible to update Google Doc s Spreadsheet s content using GData and most importantly via the language of Javascript?

I know that it can be done using other languages as there are developer s guides but there isn t one for javascript which is odd because there are js api s for other google services (such as google calender)

Any hints or pointers in the right direction are very welcome
Thanks Col

http://code.google.com/apis/gdata/index.html