新人页面链接求教!
有两个独立页面index.html,和 aboutus.html;index.html有两内页(对应ID为“page”“page2”)
<div data-role="page" id="page">
<div data-role="header" data-position="fixed">
<h1>phonegap</h1>
</div>
<div data-role="content">
</div>
<div data-role="footer">
<h4>页脚</h4>
</div>
</div>
<div data-role="page" id="page2">
<div data-role="header">
<h1>关于我们</h1>
</div>
<div data-role="content">
内容
</div>
<div data-role="footer">
<h4>页脚</h4>
</div>
</div>
从另外的页面比如aboutus.html,链接到index.html中的“关于我们”也就是index.html页面的ID为page2的内页;
链接<a href=" "> 应该怎么写?
多谢!!
看看视频教程第二讲 第三讲http://bbs.phonegap100.com/forum-40-1.html 很不错,不错,学习学习。 人不错,学习学习 感觉phonegap+html越来越火了。 好帖就是要顶 学习学习 真心顶 希望帮助更多人
页:
[1]