Results 1 to 2 of 2

Thread: A few very, very basic Javascript questions.

  1. #1

    Thread Starter
    Hyperactive Member Al Smith's Avatar
    Join Date
    May 1999
    Location
    Marcellus, MI. USA
    Posts
    330

    A few very, very basic Javascript questions.

    Hi,
    I'm able to muddle through Javascript and get things to work but I don't really know what I'm doing.

    Questions:
    What does the windows. do? As in:
    Code:
    window.menu.document.open("text/html");
    I'm guessing that this works against the browser window itself and not the HTML form. Is that correct?

    Does document. refer to the HTML form?

    I've seen parent. and windows.parent. when working with frames. Is parent. only for frames?

    Where might a good site be to answer questions like these?

    Thanks,
    Al.
    A computer is a tool, not a toy.

  2. #2
    Big D Danial's Avatar
    Join Date
    Jul 2000
    Location
    ASP.Net Forum
    Posts
    2,877

    Re: A few very, very basic Javascript questions.

    Originally posted by Al Smith
    Where might a good site be to answer questions like these?

    Thanks,
    Al.
    Hi,
    Read upon JavaScript DOM Object[Document Object Model] all your question will be answered.

    Check this page you might find it useful.
    http://hotwired.lycos.com/webmonkey/...tw=programming

    Hope it helps.
    [VBF RSS Feed]

    There is a great war coming. Are you sure you are on the right side? Atleast I have chosen a side.

    If I have been helpful, Please Rate my Post. Thanks.

    This post was powered by :

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width