Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Passing Parameters in a URL

I've a List box with Values A,AA,AAB,B,C

Alphabets
A
AA
AAB
B
C
D

Say when I pass the value of A in a URL, the link should https://.........&Select=LB01,'A'

The Problem here is however, when I do this, the fields A,AA,AAB are getting selected which should not be the case with my requirement.

Is there any hack or way to avoid this?

1 Solution

Accepted Solutions
Gysbert_Wassenaar

Perhaps this discussion helps: Re: AJAX URL Selection Parameters - Select Literals


talk is cheap, supply exceeds demand

View solution in original post

5 Replies
Gysbert_Wassenaar

Perhaps this discussion helps: Re: AJAX URL Selection Parameters - Select Literals


talk is cheap, supply exceeds demand
Anonymous
Not applicable
Author

Thanks Gysbert. That works perfectly.

However, when I do that the list box values will look like |A|,|A|A|... My list box will look cluttered with pipes. Is there a way to avoid that?

Gysbert_Wassenaar

Perhaps using two listboxes: a hidden one that's used in combination with the url and a visible one for user interaction. No idea if this works. I haven't tested it.


talk is cheap, supply exceeds demand
Anonymous
Not applicable
Author

Yeah. Thanks for the help. I've tried that already and it's working.

khalander
Creator II
Creator II

Hi Gybsert,

 

I am facing similar type of issue. I have tried your solution but it is not work.

Please do the helpful.

 

Regards,

Khalander