Information on Input Button

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

    #1

    Information on Input Button

    Hi all,

    I have an input button
    <input type="button" id="Button2" name="Button2" value="More"
    onclick="openPa ge()">
    this input button onclick opens another page.

    this "More" button is for additional information only (say I have extra
    notes), and if there is none available then it should not appear.

    How can i make this button visible or invisible?
    Thanks,
    Stephen


  • Chris

    #2
    Re: Information on Input Button

    This is a basic html question.. Make sure you post your questions in the
    correct spot please.
    Your answer is
    style="visibili ty=hidden;"
    style="visibili ty=visible;"

    "Stephen Noronha" <stephen_jn@hot mail.com> wrote in message
    news:%23qV2fgmr FHA.904@tk2msft ngp13.phx.gbl.. .[color=blue]
    > Hi all,
    >
    > I have an input button
    > <input type="button" id="Button2" name="Button2" value="More"
    > onclick="openPa ge()">
    > this input button onclick opens another page.
    >
    > this "More" button is for additional information only (say I have extra
    > notes), and if there is none available then it should not appear.
    >
    > How can i make this button visible or invisible?
    > Thanks,
    > Stephen
    >
    >[/color]


    Comment

    • Stephen Noronha

      #3
      Re: Information on Input Button

      Sorry Chris,
      new to newgroups... trying to figure what goes where
      Thanks,
      Stephen

      "Chris" <ccalzaretta@ho tmail.com> wrote in message
      news:ORTkyonrFH A.3596@TK2MSFTN GP15.phx.gbl...[color=blue]
      > This is a basic html question.. Make sure you post your questions in the
      > correct spot please.
      > Your answer is
      > style="visibili ty=hidden;"
      > style="visibili ty=visible;"
      >
      > "Stephen Noronha" <stephen_jn@hot mail.com> wrote in message
      > news:%23qV2fgmr FHA.904@tk2msft ngp13.phx.gbl.. .[color=green]
      > > Hi all,
      > >
      > > I have an input button
      > > <input type="button" id="Button2" name="Button2" value="More"
      > > onclick="openPa ge()">
      > > this input button onclick opens another page.
      > >
      > > this "More" button is for additional information only (say I have extra
      > > notes), and if there is none available then it should not appear.
      > >
      > > How can i make this button visible or invisible?
      > > Thanks,
      > > Stephen
      > >
      > >[/color]
      >
      >[/color]


      Comment

      Working...