cancel
Showing results for 
Search instead for 
Did you mean: 

ajax in dynpages

Former Member
0 Kudos

hi

is it possible to use ajax in dynpages ,

i have a scenario where i need to use ajax in

dynpages . and where can i write the exact coding

of ajax in dynpage

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

I think you can do ajax using dynpages as dynpages support java scripts.

Regards

Ayyapparaj

Former Member
0 Kudos

hi

thanks for the reply ,

DropdownListBox drp = new DropdownListBox("coutry");

drp.addItem("1","india");

drp.addItem("2","UK");

i have written the above for the dynpage

now onchange of each item in the dropdown

a javascript has to be called which can fetch the

index and text of the item inthe dropdown .

this was possible using inputfield

as

in the javascript i have used var x = getValue()

i am able to fetch the text from the input ,

similarly whats is the procedure that is used in the javascript

to fetch the index and text from the dropdownbox

can any one help me out ? its very urgent ?

Former Member
0 Kudos

Wrong forum.

Armin