CodeCharge Studio
search Register Login  

Web Reporting

Visually create Web Reports in PHP, ASP, .NET, Java, Perl and ColdFusion.
CodeCharge.com

YesSoftware Forums -> CodeCharge Studio -> General/Other

 multi value on popup list

Print topic Send  topic

Author Message
bob
Posted: 05/31/2005, 12:18 AM

i need help on popup list that can return multi value to text box from select page to record page.....please
bou63

Posts: 9
Posted: 05/31/2005, 1:21 PM

I used the CCExamplePack code.

Javascript:

function SetOpenerValue(ApplicantName,ApplicantID,ApplicantNamePhone,Company)
{
window.opener.document.plannerdetail.ClientName.value = ApplicantName + ' - ' + Company;
window.opener.document.plannerdetail.ClientID.value = ApplicantID;
if (document.getElementById('chkFillSubject').checked) {
window.opener.document.plannerdetail.subject.value = ApplicantNamePhone;
}
window.opener.focus();
window.close();
}


HTML:
onclick='SetOpenerValue("{FullName}","{userid}","{FullNamePhone}","{CompanyH}");return false;'


_________________
Bo
View profile  Send private message
bob
Posted: 05/31/2005, 6:47 PM

it's work.....thanks for helping...Bo...:-)

Add new topic Subscribe to topic   


These are Community Forums for users to exchange information.
If you would like to obtain technical product help please visit http://support.yessoftware.com.

MS Access to Web

Convert MS Access to Web.
Join thousands of Web developers who build Web applications with minimal coding.

CodeCharge.com

Home   |    Search   |    Members   |    Register   |    Login


Powered by UltraApps Forum created with CodeCharge Studio
Copyright © 2003-2004 by UltraApps.com  and YesSoftware, Inc.