help with windows

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • David

    help with windows

    <HR>
    <BR><font color="green" size="5">Part 7a </font>
    <BR>10 marks<BR>
    <BR>Select a file and its location on the screen then press the open
    window button.
    <br>YOU WILL NEED TO CREATE THOSE FILES
    <br>(the file names on the buttons below indicate what the files initial
    background colours should be)
    <BR>The file should open in a window that is 200 by 200 with no tools.
    <BR>Once open the user can then
    <UL>
    <LI>close the window using the same button they used to open it (the
    label
    should then say close window)
    <LI>change the background colour of that page.
    </UL>NOTE: While open the small window should ALWAYS stay on top of the
    big window
    <br>
    <BR><font color="green" size="5">Part 7b </font>
    <br>5 marks
    <ul>
    <LI>enter text in the input box and press a button to display it in a
    text box in the page being displayed in the new window
    <LI>enter text in the input box of the page in the new window and
    press a button(on that page) to display text the window status bar of
    this big window
    </ul>
    <BR>

    Missed this part

    Thank you for your help.

    David

  • Fabian

    #2
    Re: help with windows

    David hu kiteb:

    [color=blue]
    > [snip html][/color]

    Nice html, but the javascript bit seems to be missing. What are you
    trying to do?


    --
    --
    Fabian
    Visit my website often and for long periods!
    AGAM69 menghadirkan inspirasi desain kreatif, solusi digital, pengembangan teknologi, serta inovasi modern untuk kebutuhan bisnis dan profesional.


    Comment

    • David

      #3
      Re: help with windows

      I can't seem to write the code to make the buttons work.

      Thank you.

      David



      Part 7a


      Select a file and its location on the screen then press the open window
      button.
      YOU WILL NEED TO CREATE THOSE FILES
      (the file names on the buttons below indicate what the files initial
      background colours should be)
      The file should open in a window that is 200 by 200 with no tools.
      Once open the user can then
      close the window using the same button they used to open it (the label
      should then say close window)
      change the background colour of that page.
      NOTE: While open the small window should ALWAYS stay on top of the big
      window

      Part 7b

      enter text in the input box and press a button to display it in a text
      box in the page being displayed in the new window
      enter text in the input box of the page in the new window and press a
      button(on that page) to display text the window status bar of this big
      window


      Fabian wrote:
      [color=blue]
      > David hu kiteb:
      >
      >
      >[color=green]
      >>[snip html][/color]
      >
      >
      > Nice html, but the javascript bit seems to be missing. What are you
      > trying to do?
      >
      >[/color]

      Comment

      • kaeli

        #4
        Re: help with windows

        In article <bpmbeb$1qedt9$ 2@ID-174912.news.uni-berlin.de>,
        lajzar@hotmail. com enlightened us with...[color=blue]
        > David hu kiteb:
        >
        >[color=green]
        > > [snip html][/color]
        >
        > Nice html, but the javascript bit seems to be missing. What are you
        > trying to do?[/color]

        Homework. :)


        --
        ~kaeli~
        It was recently discovered that research causes cancer in
        rats.



        Comment

        • David

          #5
          Re: help with windows

          Can someone please tell me how do I pass parameters on a onClick event
          to pick a file and location (being top left) at the same time.

          Could someone please help

          Thank you.

          David

          Fabian wrote:[color=blue]
          > David hu kiteb:
          >
          >
          >[color=green]
          >>[snip html][/color]
          >
          >
          > Nice html, but the javascript bit seems to be missing. What are you
          > trying to do?
          >
          >[/color]

          Comment

          • Fabian

            #6
            Re: help with windows

            David hu kiteb:
            [color=blue]
            > Can someone please tell me how do I pass parameters on a onClick event
            > to pick a file and location (being top left) at the same time.
            >
            > Could someone please help[/color]

            onclick="functi on_name('paramr eter1','paramet er2')")

            Make your parameters something approprite, perhaps the file name and the
            location name, and then write a function that will parse them in the way
            you want.

            Be sure to give me the certificate when you pass ;) You ain't earning
            it.

            --
            --
            Fabian
            Visit my website often and for long periods!
            AGAM69 menghadirkan inspirasi desain kreatif, solusi digital, pengembangan teknologi, serta inovasi modern untuk kebutuhan bisnis dan profesional.


            Comment

            • David

              #7
              Re: help with windows

              Thank you for taking the time - I will work with information.

              David


              Fabian wrote:[color=blue]
              > David hu kiteb:
              >
              >[color=green]
              >>Can someone please tell me how do I pass parameters on a onClick event
              >>to pick a file and location (being top left) at the same time.
              >>
              >>Could someone please help[/color]
              >
              >
              > onclick="functi on_name('paramr eter1','paramet er2')")
              >
              > Make your parameters something approprite, perhaps the file name and the
              > location name, and then write a function that will parse them in the way
              > you want.
              >
              > Be sure to give me the certificate when you pass ;) You ain't earning
              > it.
              >[/color]

              Comment

              Working...