Saturday, June 21, 2008

Basically a message comes up saying

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

I downloaded the latest flash player - it still does not work.

Any thoughts?

Thanks

When I click to watch a video..this is the message that comes up:

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

I tryed turning on JavaScript but it still doenst work. When I click the link to download the latest Flash player- the pop-up comes up and I click install. Then I go bak to youtube and it still doesnt work. Does anyone have any suggestions for me? Please can you help me? I will greatly appreciate it.
@Shawn-I did it..but it still doesnt work :s
@Hippie-I restarted it..but it still doesnt work

Thanks guys..but theres no hope..it wont work...any other suggestions??

I have one background that has to repeat for the body- then I have another background that I need to repeat for the text. I also have the background image. I am having trouble getting this image- http://www.hoof-printz.com/layout/newpegasusbgrepeat.png- to repeat underneath the excess text.

Here is the testing page I ve been working with: http://www.hoof-printz.com/layouttest.php
and here is my current code:

<style type="text/css">
body {
font: 10px "Verdana"- Arial- Helvetica- Serif;
background-image: url(layout/pegbgrepeat.png);
background-color: #d2a859;
text-align: left;
padding: 0;
margin: 0px;
letter-spacing: 0
}

#container {
background-image: url(layout/newpegasusbgrepeat.png);
background-repeat: repeat;
margin: -3 0 0 0;
width: 1020;
text-align: left;
}

div #text{
top: 400px;
left: 90px;
width: 1020px;
clear: all;
overflow: hidden;
position: absolute;
}

#content {
clear: left;
width: 940;
margin: 0 0 0 1;
background: transparent;
}

<center>
<img src=layout/pegasuslayout.png>

<div id="content">
<div id="text">
<TABLE width=940 style="background-color: transparent;" >
<tr><td style="background-color: transparent;"><center>

PAGE TEXT GOES HERE

</td></tr></table>
</div>

Hello
I have an input box and a button that runs a function taking the input as a parameter. The button click works fine. The problem is it needs to respond to the enter key. I have it responding to the enter key- but in both ff and ie it loads the function produces the correct output- but then it looks like the page refreshes and the output is gone. The alert box pops up when the cursor is in the box that detects the keyPress event and enter is pressed.

Suggestions?

Code: ( text )

1. function test(e)
2. {
3.
4. var e = e.keyCode
5. if (e == 13)
6. {
7. findit();
8. alert("Hi!")
9.
10. }
11. }
Answer 1 didn t fix the problem
I retract the previous detail. That should probably work- but something else in my code is messing it up
on second thought- it does work fine with the button. Something is missing....

i have the following functions- ( and each of it has a parameter )

function a (form)
{
// performs a calulation and give out a value
total = total + 12;
}

function B (form)
{
// performs a calulation and give out a value
total = total + 12;
}

like wise i have 5 functions

all these javascript codes have been saved in a different javascript document...

Now what i want is to calculate the total of all these functions...
How do i calculate it ?

i think each function should return the value to another function which could calculate all the total s ..

how do i do it ?

can any one give me an example.. i mean a code .. (but make sure that the function should have a parameter as shown above)

plzz help

my facebook is set up all weird and won t let me do certain things
it says that javascript needs to be enabled- but i already did that and it still doesn t work
does anyone know how to fix it?

No comments: