Dynamic Redesign of a page

Discussion in 'JavaScript' started by suriakumar, Dec 3, 2009.

  1. #1
    Dear all,

    I am Suriakumar I am doing projects in Providex.

    I am having a web page in which, in the upper half i have a set of radio buttons showing Credit card options like (radio button-1) Master card, (radio button-2) visa card. In the lower half i display the selected card details(using radio button) like card no, expiry date etc. So based on the Radio button option selection i have to change the lower half and display the details of selected credit card.

    More than that in the upper half apart from radio button, i have a submit button which redirect to next page.

    So anyone of please help me to solve this problem. As this page is to be viewed by not using IE, i do not like to use FRAMES here.

    J.SURIAKUMAR
     
    suriakumar, Dec 3, 2009 IP
  2. wongjowo

    wongjowo Peon

    Messages:
    73
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Jquery hide/unhide element or even add/remove element
     
    wongjowo, Dec 4, 2009 IP
  3. andrewpr

    andrewpr Peon

    Messages:
    31
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    It has very simple resolving with JavaScript. You just need to learn about function 'getElementById' and assigning values to the elements. U can assign like this:
    document.getElementById('wikiSearch').value = 'Search'
    As you can see - nothing hard here :)
     
    andrewpr, Dec 7, 2009 IP