如何在 ASP.net 中使用 SIFR 或 Facelift?
有人在 ASP.net 中使用过 SIFR 或 Facelift (FLIR) 吗? 我注意到 FLIR 中包含的所有脚本都是 PHP 页面。 我环顾四周,但似乎没有一个好的解决方案来替换 ASP.net 的图像。
Has anyone used SIFR or Facelift (FLIR) with ASP.net? I noticed that all the scripts included with FLIR are all PHP pages. I looked around but it looks like there isn't a good solution for image replacement for ASP.net.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
sIFR 是一种利用 Javascript 和 Flash 的客户端技术,因此几乎独立于您使用的服务器端语言。 有关如何实现它的一些示例,请参阅如何使用。
sIFR is a client-side technique that leverages Javascript and Flash, so is pretty much independent of which server-side language you use. For some examples of how to implement it, see How to use.
要么选择客户端解决方案 sIFR。
或者,如果您想在服务器端执行此操作,请将 PHP 重写为 ASP.NET,或者在服务器上安装 PHP。
Either go for the client side solution sIFR.
Or if you want to do it server side, rewrite the PHP into ASP.NET, or install PHP on your server.