Changes

Passing Values Using Parameters

126 bytes added, 16:01, 8 October 2009
no edit summary
Using several techniques you can pass values from one page to another in order to pre-populate form fields or display on an HTML page. This is done  ==Sending Page==Values can be sent from the initial (sending) page by creating links with parameters a link to the destination page that includes parameter linking the variables to be passed.
'''Portal'''
==Parsing ParametersReceiving Page==
On the receiving page the parameters can pre-populate a form or an html element which resides on that page. In order to achieve this the following javascript [[JavaScript]] functions can be used.
Place the following first function in the head of the html.
0
edits