如何使整个页面成为模态上载?

时间:2015-03-10 12:29:23

标签: jquery html css ajax modal-dialog

我正在尝试一段时间,让整个页面成为模态上载。我没有结果也没有代码可以显示。但我希望我能在这里找到一些帮助。
问题是我不想从其他页面(第2页)定位任何内容,没有ID,没有课程。
我不想要只是页面中的元素是一个模态,我希望整页是一个模态。

所以,例如......我有这个页面:

  

page1.html

<a href="page2.html">The link that takes me to the page 2</a>

现在我点击该链接并:

  

page2.html弹出像模态

this is the page2.html's code -
that I do not want to have any id's or classes,
but I want it to be a modal!

所以我想知道是否有办法做到这一点...... 像:

$(window).load(function(){
  $('page2.html').BeAmodal();
});

???? ...或者某些css技巧......什么......什么都有! 谢谢......很多!

0 个答案:

没有答案