简体   繁体   English

下载的aspx网站显示效果不佳

[英]Downloaded aspx website does not display well

I have downloaded a aspx webpage and saved it as html. 我已经下载了一个aspx网页并将其保存为html。 I open it in IE and chrome and it takes time to load + some parts are missing. 我在IE和Chrome中打开它,加载需要一些时间+某些部分缺失。 All the text is there but the onmouseover is not working properly and some css is not displaying correctly. 所有的文本都在那里,但onmouseover不能正常工作,一些CSS没有正确显示。 Was the content not downloaded completely? 内容未完全下载吗? ie is it missing sme javascript, css or else? 即它是否缺少sme javascript,css或其他?

I have done what you describe on many occasions for the purposes of putting together a prototype of new functionality in an existing application. 为了在现有应用程序中组合新功能的原型,我已经在很多场合完成了您所描述的内容。

You will likely need to do a couple of things: 你可能需要做几件事:

  • Ensure the paths to your JS and CSS resources are right (removing the unneccessary JS files, if any) 确保JS和CSS资源的路径正确(删除不必要的JS文件,如果有的话)
  • Also, you will likely need to update the paths in your CSS to any image resources in your page 此外,您可能需要将CSS中的路径更新为页面中的任何图像资源

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM