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 SkipVought 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: *

  1. Joshhhhh

    newbie help with getelementbyid

    Thank you very much .
  2. Joshhhhh

    newbie help with getelementbyid

    I have the following function: <script language="JavaScript" type = "text/javascript"> function returnObjById( id ) { var returnVar = document.getElementById(id); return returnVar.value; } </script> How can I transmit the value of the function to the value...
  3. Joshhhhh

    Algorithm for multiplication used by vhdl.

    What kind of algorithm is used by vhdl in order to do a simple multiplication such as r<=a*b; ?
  4. Joshhhhh

    How can I delay smth on screen?

    Well thank you,it works both ways. bluetongol: It was a tsr program because I'm now learning assembly and I had to write a program that shows smth on screen for a couple of seconds and than give the control to the operating system.
  5. Joshhhhh

    How can I delay smth on screen?

    for example if i have the following lines: mov ah,09h mov al,':' mov bh,0 mov bl,7 mov cx,1 int 10h mov ah,0 int 16h in a tsr program. My program displays the character -- : -- until i press a key and then it comes back to the initial screen. That's what I did:D...

Part and Inventory Search

Back
Top