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
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