This is apropriate for this forum actually.
Hi,
popup is simple is to use.
<a href="#popupBasic" data-rel="popup">Open Popup</a> <div data-role="popup" id="popupBasic"> <p>This is a completely basic popup, no options set.<p> </div>
What if u have a list view and many record in there.
imagine u have like.
sale/01_000001_10
sale/01_000002_20
sale/01_000002_30
links like this and when one of them cliked u want to call a link looking like this.
sale/01_000001_10/confirm
sale/01_000002_20/confirm
sale/01_000002_30/confirm
do you have to create seperate popup pages for every single record in that page?
thx.