Kbase P51102: Is there a way in WebSpeed to dynamically build a URL and then redirectprocessing to the web page?
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  15/09/2008 |
|
Status: Verified
GOAL:
Is there a way in WebSpeed to dynamically build a URL and then redirect processing to the web page?
GOAL:
How to dynamically build a URL to redirect web page?
FACT(s) (Environment):
All Supported Operating Systems
FIX:
Javascript can be used to build dynamic URL.. In the first page, have a submit button, onsubmit action will call java script function, in that function build a URL string and then use top.location to pass the URL to the browser.