M
mtek
Hi,
I have the following code in my form/page:
<TR><TD class="topnav" ALIGN=center><a
href="javascript:document.party_form.action =
'selectparty.php';document.party_form.submit();">EDIT PARTIES</a></
TD><TD><B>Edit Parties For
Date Selected.</B></TD></TR>
<TR><TD class="topnav" ALIGN=center><a
href="javascript:document.party_form.action =
'selectparty.php';document.party_form.submit();">DELETE PARTIES</a></
TD><TD><B>Delete Parties
For Date Selected.</B></TD></TR>
What I want to do is to somehow set some variable so when
selectparty.php is called, I know which link was clicked. This is how
the customer wants it, so I need to figure this out.....
Thanks!
John
I have the following code in my form/page:
<TR><TD class="topnav" ALIGN=center><a
href="javascript:document.party_form.action =
'selectparty.php';document.party_form.submit();">EDIT PARTIES</a></
TD><TD><B>Edit Parties For
Date Selected.</B></TD></TR>
<TR><TD class="topnav" ALIGN=center><a
href="javascript:document.party_form.action =
'selectparty.php';document.party_form.submit();">DELETE PARTIES</a></
TD><TD><B>Delete Parties
For Date Selected.</B></TD></TR>
What I want to do is to somehow set some variable so when
selectparty.php is called, I know which link was clicked. This is how
the customer wants it, so I need to figure this out.....
Thanks!
John