Skip to Content
0
Former Member
Apr 26, 2009 at 01:24 PM

BSP Button VISIBLE -HIDE?

200 Views

Hi friends,

I have BSP with 1 page with 6 buttons.

In that page i have 2 buttons,Initially BUTTON1 -BUTTON2 should display.

If i click BUTTON1

BUTTON -A BUTTON -B should be VISIBLE

BUTTON -C BUTTON -D should HIDE.

If i click BUTTON2

BUTTON -C BUTTON -D should VISIBLE

BUTTON -A BUTTON -B should HIDE.

I have used my LAYOUT like below

<input type=submit name="onInputProcessing(B1)" value=" BUTTON1">

<input type=submit name="onInputProcessing(B2)" value=" BUTTON2">

<input type=submit name="onInputProcessing(B3)" value=" BUTTONA">

<input type=submit name="onInputProcessing(B4)" value=" BUTTONB">

<input type=submit name="onInputProcessing(B5)" value=" BUTTONC">

<input type=submit name="onInputProcessing(B6)" value=" BUTTOND">

Suggestion pls.

Moosa