Blue
White
Purple
Green
Red
Orange
Blue Light
White Light
Purple Light
Green Light
Red Light
Orange Light
Hi,I want to create a hyperlink on a edit form.The link would use the same key on the edit form to to link to another page with the same key.How would I reference the key field in the calling form ?Please give example where possible.Thanks
Hi,try to use following code:
<a href="TableName_edit.php?editid1={$show_key1}">Link</a>
Thank you Jane
Hi,