J
|
Jane 8/4/2008 |
Paul, if (@$_REQUEST["editid1"]) echo "<a href=\"Labour_list.php?mastertable=Job&masterkey1=".$_REQUEST["editid1"]."\">Labour</a>"; |
S
|
swanside author 8/4/2008 |
Thanks Jane, That works a treat. |
J
|
Jane 8/5/2008 |
Paul, |
S
|
swanside author 8/5/2008 |
Paul, yes, It's possible. But this task requires a lot of custom coding in the generated files. You will need to open generated list and view pages, compare it and add code for Ajax popup manually. Unfortunately we don't have a ready to go solution for this.
if (@$_REQUEST["editid1"])
to open it up in a new window? |
N
|
nicolagrimshaw 10/24/2008 |
This is almost what I am looking for BUT my problem is that my master key is not the value I want to request. It would work if country-name was my primary key (it isn't for purpose of seo).... accommodation is my master table and country the child. The fields which link them together are country(accommodation) and country-name(country) |