Changes

Jump to: navigation, search

Passing Values Using Parameters

9 bytes added, 20:35, 7 October 2009
no edit summary
<pre>
/urltopage?variableparameter1=@variablevariable1@
</pre>
'''Display as button'''
<pre>
<input type="button" class=Button value="Button Label" onClick='parent.location.href="/urltopage?variableparameter1=@variablevariable1@"'/>
</pre>
'''Display as hyperlink'''
<pre>
<a href="/urltopage?variableparameter1=@variablevariable1@">Click Here</a>
</pre>
Smartstaff, administrator
38
edits

Navigation menu