• Shivani
  • NEWBIE
  • 0 Points
  • Member since 2011

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 2
    Questions
  • 2
    Replies

Hi,

 

I have custom VFPage with search functionality,with search button new section is displayed with Radio button to further process record, i want to get particular record based on radio button selection?

 I have used javascript:

<script type="text/javascript">
           var getRadioId = document.getElementsByName('{!$Component.theRad}');
             alert(getRadioId);
             for(i=0; i<getRadioId.length; i++) 
                
               if(getRadioId[i].checked) {

            alert(getRadioId[i].value);
               }

</script>

 

but not any luck. please have a look.

HI,

 

Is there any way to show Closed Opportunity in diifferent week's for a particular time period With Amount, in Reports?

Please help.

 

Thanks,

Shivani.

  • September 17, 2011
  • Like
  • 0

We already have all the html/css/js/images/etc.  All we need is someone to migrate the 40 pages (7 templates) to Siteforce.

 

Call me if your interested:  713-354-2820 or email, pmeyer@camdenliving.com

Hi,

 

I have custom VFPage with search functionality,with search button new section is displayed with Radio button to further process record, i want to get particular record based on radio button selection?

 I have used javascript&colon;

<script type="text/javascript">
           var getRadioId = document.getElementsByName('{!$Component.theRad}');
             alert(getRadioId);
             for(i=0; i<getRadioId.length; i++) 
                
               if(getRadioId[i].checked) {

            alert(getRadioId[i].value);
               }

</script>

 

but not any luck. please have a look.