将标签嵌入到 ASP.NET 中的其他网站

发布于 2024-12-24 17:10:58 字数 365 浏览 1 评论 0原文

我正在开发一个网站&它需要在主页上显示一个计数器。所以我使用了一个asp标签作为一个计数器来计数&显示数据库记录(即180000)。它工作得很好。

现在的问题是。我想让它嵌入 我想将该标签嵌入到其他网站。

e.g : <EMBED SRC="http://www.XXXX.com/graphics/sounds/18.mid" HEIGHT=60 WIDTH=144>

它应该是动态的(主页上的计数器更改应该反映该计数器的嵌入位置,即博客或论坛上)。

我该怎么做?

另外,最好的方法是什么,简单的嵌入代码、iframe 还是通过 Java 脚本?

谢谢

I am working on a website & it required to show a counter on home page.So I used an asp label as a counter that counts & display the DB records (i.e. 180000).It is working perfectly alright.

Now problem is that.I want to make it embed able
I want to embed that label to other websites.

e.g : <EMBED SRC="http://www.XXXX.com/graphics/sounds/18.mid" HEIGHT=60 WIDTH=144>

It should be dynamic (Counter Changes on home page should reflect where this counter has been embedded i.e. on blogs or on forums ) .

How can I do this?

Also what would be the best approach,a simple embed code, a iframe or through Java Script?

Thanks

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

昔梦 2024-12-31 17:10:58

有很多方法可以做到这一点。如果没有更多信息,很难推荐准确的方法。如果您只想在 html 中显示一个数字,那么您可以简单地创建一个写入该数字的 aspx 页面,然后让人们使用 iframe 对其进行处理。

如果您想获得更多动态,可以创建一个 通用 ashx 处理程序,或设置一个 网络服务为您显示该信息。

There are lots of ways to do this. Without more information, it's hard to recommend an exact method. If all you want to do is display a number in html, then you can simply create an aspx page that writes the number and then let people iframe to it.

If you want to get more dynamic, you can create a generic ashx handler, or set up a web service that displays that information for you.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文