Monday, June 3, 2024
 Popular · Latest · Hot · Upcoming
152
rated 0 times [  156] [ 4]  / answers: 1 / hits: 77509  / 11 Years ago, fri, december 27, 2013, 12:00:00

I would like to know how to pass multiple parameters on the same link.



I would like to pass the parameter 4 also on the link window.open(http://www.av.com+parm5,) how do i write it.



Detail Expl.



I would like to pass value in the value prompts such as the output should look like (para4=12/23/2013 & para5= 12/29/2013)



//MicroStrategy/servlet/mstrWeb?Server=gm0&Project=gmai+Production+Enterprise&Port=0&evt=2048001&src=mstrWeb.2048001&documentID=75DBCE17448CC18BB73B808303FC01A8&currentViewMedia=2&visMode=0&valuePromptAnswers=12/23/2013^12/29/2013


More From » javascript

 Answers
29

Are you talking about query strings ie trying to get to a url with multiple parameters?



http://en.wikipedia.org/wiki/Query_string



cause it might look like something like this



http://www.website.com?field1=value1&field2=value2&field3=value3



if you are using a language to make this it just a matter of manipulating string variables.


[#73524] Wednesday, December 25, 2013, 11 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
alora

Total Points: 284
Total Questions: 99
Total Answers: 92

Location: Singapore
Member since Sat, Jul 25, 2020
4 Years ago
;