将用户页面添加到托管网站

发布于 2024-09-26 04:32:07 字数 264 浏览 1 评论 0原文

我的公司有一个使用 hubspot 托管的网站。现在制作它的人已经走了。

目前所有代码都在前端,我认为是使用 hubspot 的 CMS 工具制作的。

我需要做的是向该网站添加另一个页面,其中包含我的代码,并且其中还有后端代码。

请帮助我如何继续..我目前正在使用 asp.net 和 C#...

所以请告诉我应该选择哪种语言来进行后端编码..我计划编写的代码并不那么复杂..我只需要使用文本框为用户获取一个值,乘以一个数字并显示/通过电子邮件发回。

I have a website that my company hosted using hubspot.. now the guy who made it is gone..

Currently all the code is in the front end which i think was made by using the CMS tool of hubspot.

What i need to do is add another page to this website which has my code and also has a backend code in it.

Plese help me how do i proceed.. i am currently working with asp.net and C#...

So please tell me which language i should chose to do the backend coding.. the code i plan to write is not that complex.. i just need to get a value for the user using a textbox, multiply with a number and display/email it back.

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

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

发布评论

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

评论(1

柠檬色的秋千 2024-10-03 04:32:07

你的要求听起来很简单 - 我会尝试并维护一种与现有架构一致的方法 - 即客户端 HTML/javascript (听起来)。您实际上并不需要使用 ASP.NET 来捕获用户输入并按照您描述的方式显示它。只需几行 Javascript 就可以做到这一点。电子邮件可能会更复杂一些。最简单的方法是使用 mailto 链接。

your requirements sound quite simple - I would try and maintain an approach which is consistent with the existing architecture - ie client-side HTML/javascript (by the sound of it). You don't really need to use ASP.NET to capture user input and display it in the way you describe. You could do that just with a few lines of Javascript. Emailing might be a bit more complicated. The simplest approach would be to use a mailto link.

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