我想尝试在我的 aspx 页面中嵌入 toleo 求职页面。我想使用 iframe。
我在用
http://ch.tbe.taleo.net/CH10/ats/careers/jobSearch.jsp?org=TILLCLOT&cws=39
怎么做
我试过了
<iframe> http://ch.tbe.taleo.net/CH10/ats/careers/jobSearch.jsp?org=TILLCLOT&cws=39 </iframe>
我想尝试在我的 aspx 页面中嵌入 toleo 求职页面。我想使用 iframe。
我在用
http://ch.tbe.taleo.net/CH10/ats/careers/jobSearch.jsp?org=TILLCLOT&cws=39
怎么做
我试过了
<iframe> http://ch.tbe.taleo.net/CH10/ats/careers/jobSearch.jsp?org=TILLCLOT&cws=39 </iframe>
干得好:
<iframe src="http://ch.tbe.taleo.net/CH10/ats/careers/jobSearch.jsp?org=TILLCLOT&cws=39"></iframe>
我还建议您访问W3Schools,以便您可以了解有关 HTML、ASP.NET 等的更多信息。