In LR Vugen, how do I Correlate the dynamic data when it is in the URL format and a I need it in HTML format?
Question ID: 105075
2
0

thanks

Marked as spam
Posted by (Questions: 231, Answers: 18)
Asked on July 22, 2013 3:26 pm
38 views
Answers (1)
2
Private answer

Use one of the following forms to convert dynamic data between the various formats.

web_convert_param(''HTML'', ''SourceEncoding=HTML'',
''TargetEncoding=URL'', LAST );

web_convert_param(''HTML1'', ''SourceEncoding=HTML'',
''TargetEncoding=PLAIN'', LAST );

web_convert_param(''Plaintext'', ''SourceEncoding=HTML'',
''TargetEncoding=URL'', LAST );

Marked as spam
Posted by (Questions: 4, Answers: 41)
Answered on July 22, 2013 3:43 pm
EyeOnTesting

Welcome back to "EyeOnTesting" brought to you by Orasi Software, Inc.

X
Scroll to Top