Monday, June 16, 2008

Sorry for the caps but it s really frustrating! So- it says "Hello- you either have JavaScript turned off or an old version of Adobe s Flash Player. Get the latest Flash player."

What happened was I got an update on Adobe Flash but then after that THIS happened! I tried to get the flash player via that link but nada! Help!

i want to add a shopping cart to my web site .. and i have several product pages .. so the problem is when i select products from one page it goes goes to the cart.. then when i go to another page and select items from there the products i chosed earlier have got updated .. what should i do .. what would be the possible code for this ..

and i do not expect a product as a solution (like a different site)..
i want to build this on my own ..

I am making my own friendster layout. and i found these awesome js codes for my cursor (effects)- but such must be in css codes so i can put them in friendter

can you transform these codes to css codes so i can apply them to friendster layouts.

here are the JS codes:

click this link to see them

http://friendstertalk.com/t6229-Cursor-Effect-Made.html


thanks!

I just downloaded the new versions of flashplayer and javascript..and youtube wont work on my laptop...no matter what video I click on on it always says "we re sorry this video is no longer available" and I no it is available its brand new..so someone please help me..I am using internet explorer..so if that helps..maybe someone can help me...thanks
Now..i just downloaded Firefox and it still doesn t work...so I really don t know what to do now...more ideas would be appreciated though..bleck..I am having youtube withdrawals

function stuff()
{
var ndate = new Date();
var mn = document.getElementById("s1").value = ndate.getMonth();
var dy = document.getElementById("s2").value = ndate.getDay();
var yr = ndate.getYear(2008)
var daze = new Array("Sunday"- "Monday"- "Tuesday"- "Wednesday"- "Thursday"- "Friday"- "Saturday");
document.getElementById("tx1").value = daze[mn + dy + yr];
}

i m trying to get the value s from two drop down option menus one the month and the other the day and then press a button and display the day of week("ie...wensday- thursday")from this year in a textbox. please help

function changePic()
{
var picture1 = "red.gif";
var picture2 = "green.gif";
var picture3 = "blue.gif";

var x = document.getElementById("pic");

if (x.src = "red.gif")
{
x.src = "green.gif";
}
if (x.src = "green.gif")
{
x.src = "blue.gif";
}
if (x.src = "blue.gif")
{
x.src = "red.gif";
}
}

it works- but i want the green.gif to stay untill i put the mouse over it for the second time to turn it blue so it doesn t go through all the images quickly please help

No comments: