1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
<div data-role="page" id="second" data-theme="a" > <div data-role="header"> <h3> Second Page data=><?php echo $_GET['xxx']?> </h3> <a href="#index" class="ui-btn-left">Back</a> </div>
<div data-role="content">
</div>
<div data-role="footer" data-position="fixed">
</div> </div>
|