简体   繁体   English

如何在不刷新页面的情况下使用 ajax 和经典 asp 加星标/取消星标的消息

[英]how to starred / unstarred message using ajax and classic asp without page refresh

I am developing message box in classic asp.我正在用经典的 asp 开发消息框。 I want to implement starred/unstarred functionality (like yahoo mail, gmail mailbox).我想实现已加星标/未加星标的功能(如雅虎邮箱、gmail 邮箱)。

I have googled but not found code or help for above written.我用谷歌搜索但没有找到上面写的代码或帮助。 Please help me to get solution.请帮助我获得解决方案。

Well I suggest you learn jQuery first: http://www.jquery.com那么我建议你先学习jQuery: http : //www.jquery.com

Then learn how to use Ajax in jQuery: http://api.jquery.com/jquery.ajax/然后学习如何在 jQuery 中使用 Ajax: http : //api.jquery.com/jquery.ajax/

Granted you know how to use Classic asp, you would make a page that returns a JSON object for your ajax call如果您知道如何使用 Classic asp,您将制作一个页面,为您的 ajax 调用返回一个 JSON 对象

Hope this helps希望这可以帮助

暂无
暂无

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

相关问题 Ajax 的经典 Asp 通讯订阅问题试图在不刷新页面的情况下获得加载程序和确认消息,我卡住了 - Classic Asp Newsletter suscription problem with Ajax trying to have a loader and confirmation message without refresh the page , Im stuck 如何在不刷新页面的情况下使用 ajax 提交表单请求并在 laravel 中返回消息? - How to submit a form request using ajax without page refresh and return a message in laravel? 如何使用Ajax加载上下文而不刷新整个页面 - How to load context without refresh the whole page using ajax 如何显示评论表单提交而不使用AJAX刷新页面? - How to display comment form submit without refresh the page using AJAX? 使用PHP AJAX显示成功消息而不显示页面刷新后,再次显示Form div - Show Form div again after displaying success message without Page Refresh Using PHP AJAX 使用 ajax 刷新 django 中的页面而不重新加载它? - refresh a page in django using ajax without reloading it? 带有ajax的表单-没有刷新页面的消息表单php - form with ajax - message form php without refresh page 我如何在没有页面刷新的情况下使用 ajax/jquery 在我的弹出表单框中显示 php 错误消息 - How do i showing php error message on my popup form box with ajax/jquery without page refresh 在经典ASP页面上检索Ajax formData? - Retrieve ajax formData on classic asp page? Ajax无法发布到经典ASP页面的数据 - Ajax not posting to data to classic asp page
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM