07-01-2008, 04:18 AM
[eluser]Wittner[/eluser]
That worked a treat:
I set a variable in the model equal to the controller function that shows the pop-up window, like this:
(this appears in the JS script for the pop up link as my target page)
Then used:
in the controller, and passed the array off to the resulting page load function. This worked a treat and the Id was echoed properly on the final page. Time for a celebratory coffee! Once again, many thanks for the help.
cheers,
Wittner
That worked a treat:
I set a variable in the model equal to the controller function that shows the pop-up window, like this:
Code:
$bookingWindow/$propertyId
Then used:
Code:
$data['propertyId'] = $this->uri->segment(3, 0);
cheers,
Wittner