简体   繁体   English

网站链接加载关于:空白页

[英]Website link loading about:blank page

<td><a href="http://#trim(website)#" target="_blank">                                    
<cfoutput>#trim(details.webURL)#</cfoutput></a></td>

When clicking on the above link on the UI it just loads an about:blank web page. 单击UI上的以上链接时,它仅加载一个about:blank网页。

The website themselves are stored in the db such as www.example.com 网站本身存储在数据库中,例如www.example.com

Any ideas? 有任何想法吗?

Are you ready for it? 你准备好了吗?

<cfoutput>
    <a href="http://#trim(website)#" target="_blank">                                    
    #trim(details.webURL)#
</cfoutput>

You had a variable that isn't wrapped in a cfoutput . 您有一个没有包装在cfoutput中的cfoutput You are opening a blank link. 您正在打开一个空白链接。

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

相关问题 如何在about:blank网站上设置页面标题 - how to set page title on about:blank website 带有空白页面和回购链接的 Github 页面。 未加载页面 - Github pages with blank page and repo link. Not loading page about:空白#在<a href="file:///XXX">链接</a>上封锁(Markdown页面) - about:blank#blocked on <a href=“file:///XXX”>Link</a> (Markdown Page) 页面加载后自动跳转到网站的第一个链接 - Page automatically jumping to first link of the website after loading iframe 在父页面中加载后,如果我将其 src 更改为“about:blank”,是否可以访问其父级? - Can the iframe access its parent if i changed its src to "about:blank" after loading it in the parent page? 链接到网站的索引页 - Link to index page of website 链接到主页呈现空白 - Link to home page renders blank 点击链接后页面空白 - page going blank on clicking a link 我想在我的网站主页上创建一个链接,该链接将用户带到下一页,然后说关于我们的信息,然后是另一个页面联系人 - I want to create a link on the home page of my website that will take users to the next page say about us then another page contact 单页scrollify.js网站在输入基本URL时正在加载#contact链接 - Single page scrollify.js Website is loading a #contact link when entering base url
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM