Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: airswit
  • Content: Threads
  • Order by date
  1. airswit

    new to this

    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...
  2. airswit

    onmouseover & onmouseout in css

    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...
  3. airswit

    function to update window status

    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...
  4. airswit

    opening pictures with window.open()

    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...
  5. airswit

    file i/o problem (not about vc++)

    hi, i was having trouble with this code opening the file: void loadstats() { fstream input; char name[]=&quot;save.txt&quot;; input.open(name, ios::in|ios::out|ios::noreplace); if (input.fail()) { input.open(name, ios::in|ios::out); if (input.fail()) cout<<&quot;this shows up at...

Part and Inventory Search

Back
Top