什么是UMS_Tooltip?为什么它会阻止经典的ASP页面呈现 [英] What is UMS_Tooltip and why is it preventing classic asp pages from rendering

查看:103
本文介绍了什么是UMS_Tooltip?为什么它会阻止经典的ASP页面呈现的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我有一个经典的ASP页面,可以在网络上正常工作.

I have a classic ASP page that's working fine on the web.

但是在本地,当我检查元素和正文时,我只看到标题,这很奇怪,我看到以下内容被渲染,而不是我的页面:

But locally I'm seeing only the header when I inspect element and in the body, which is weird, I see the following being rendered and NOT my page:

....</title></head><body><div id="UMS_TOOLTIP" style="position: absolute; cursor: pointer; z-index: 2147483647; background-color: transparent; top: -100000px; left: -100000px; background-position: initial initial; background-repeat: initial initial;"><img id="ums_img_tooltip" class="UMSRatingIcon"></div></body><umsdataelement id="UMSSendDataEventElement"></umsdataelement>...

现在,当我查看源代码时,我的页面代码就在那里了……没有JS错误,也没有任何迹象表明这是哪里来的.

Now, when I view source, however, my page code is all there.... there are no JS errors and nothing to indicate where this is coming from.

有没有人听说过Universal Media Server(UMS),这到底有什么用,而且为什么它阻止了我的经典ASP页面在本地呈现?

Has anyone ever heard of Universal Media Server (UMS) and what the heck this is and furthermore, why it's preventing my classic ASP page from rendering locally?

我正在构建的其他网站可以正常工作,但是这个网站...在网络上可以呈现...但是我不想更改任何内容....

Other websites I'm building work fine, but this one.... On the web it renders... but I don't want to change anything....

另外,我的IDE中出现错误,提示....

Also, I'm getting an error in my IDE that says....

文档正在寻找不再存在的小部件的代码:$("#tabs").tabs();

The document is looking for code for a widget that no longer exists: $( "#tabs" ).tabs();

但是实际上,小部件确实存在并且可以正常工作.这仅在编辑器中.我正在使用JQuery 1.9.1和JQuery UI 1.10.3

But in reality, the widget DOES indeed exist and works fine. This is ONLY in the editor. I'm using JQuery 1.9.1 and JQuery UI 1.10.3

谢谢大家.

彼得

更新:我删除了JQuery UI和$(#tabs").tabs();.从页面开始,仍然一样,但是现在我有了这个:

UPDATE: I removed JQuery UI and the $("#tabs").tabs(); from the page and still the same but now I have this:

<umsdataelement id="UMSSendDataEventElement"></umsdataelement>

推荐答案

啊,天哪!

这是解决方案:

永远不要忘记正确关闭标题标签

NEVER FORGET to PROPERLY close your Title Tag

<title>.../title> is what caused this stupid error.

不可思议

这篇关于什么是UMS_Tooltip?为什么它会阻止经典的ASP页面呈现的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆