Search results

  1. M

    What is your prefered programming language?

    C++, however I am learning PHP, and I like that one also. JAVA is a close second.
  2. M

    Iframes

    Here is how I do a scrolling IFrame. The following is on the webpage that contains the IFRAME. <iframe id="introfram" src="introfram.html" style="position:absolute;left:250;top:150;" width="500" height="200" scrolling="no" style="border: #000000 1px solid;"></iframe> The following...
Top