<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?
No comments:
Post a Comment