hey, i was wondering if anyone can tell me if it is possible to learn this language on my own, or if i should just take a class on it? if i am able to learn it on my own, can you point me in the direction of a good book/website where i can learn how to use this language?
i am a EE, and have...
i was wondering if there is any way to assign actions to the events in a style sheet. here is the situation, i have a page of thumbnails, and when user is over pic, i want window.status to be set to 'maximize', and when user gets off of pic, want it to go back to ''. i would love to do this...
hey, i want to make a function in javascript that will update the window status in netscape. now, i want to call it like this:
onmouseover="set('New Status');"
or something like that, then another that resets it, back to '':
onmouseout="reset();"
now, i have the reset func working fine and...
hey, i am doing some thumbnail pictures, where when you click on them, they open in a new window, with correct size and all that. now, i want there to be no border on the page. do i have to make a separate html file, then have the url for that, with no border?! this is the javascript i have in...
hi, i was having trouble with this code opening the file:
void loadstats()
{
fstream input;
char name[]="save.txt";
input.open(name, ios::in|ios::out|ios::noreplace);
if (input.fail())
{
input.open(name, ios::in|ios::out);
if (input.fail())
cout<<"this shows up at...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.