I'm lost trying to figure out what the difference is..
I have a List with a "View" button (this is the "View" Button auto created by PHPRunner)
I have a completly different List with a "view details" button (or link)
On IE they both appear to open on the same page. That's fine.
When used in a "MOBILE APP" on Iphone they do different...
"View" Button - takes you out of your App and opens the phones browser - get's the data - but you have been taken out of your app
"View Details" button opens inside of what your looking at.... you remain in your App
MY GOAL - is to have a button that Opens the new View.php and NOT take you to he browser app on my phone.
I'd be happy with the code for a "Special Button" that would be on each Record - open specific data (mapdata) - and then open a "myMapData_view.php" and remain on the page where I pushed it.
Any help???? Please go easy with any help instructions. (only moderately able to understand where my shoes are)