I have a web page that has some Javascript that evaluates the input from a user generated web page and presents a message based on the parameter received.
For example:
http://www.xul.com/check.html?Version="1234"
Based on the value "1234" the java script show a specific message to the user. The page with the parameter is created externally to the web site.
I am trying to reproduce the same functionality in MojoPortal. How can a user directly call up a mojoportal page with a parameter and pass the data to the javascript inside the page?
I have tried http://www.xul.com/check.aspx?Version="1234" but it does not work.
Can somebody suggest a solution?
Thanks