【问题标题】:HyperLink in Java ScriptJavascript中的超链接
【发布时间】:2016-11-21 20:43:16
【问题描述】:

我目前正在使用一个名为 finnegans 的程序,它混合使用了 JavaScript、PHP 和 Html,但问题是这样的: 我有这段代码:

CentralMail mail = sender.getSystemMail( mailDestino, "Internal purchase accepted","<h4> Please confirm the list of asigned resources in "a link to docs.google"<br><br>Description: " + descriptionSVI + " </h4>");
sender.send( mail , accion.getTransaccionID() );

所以这个问题不是使用那块 url,而是我想使用一个超链接,上面写着“去这里确认列表”之类的短语

对不起,如果我有任何语法错误或类似的东西,并提前感谢 干杯!

【问题讨论】:

  • 为了获得及时提供帮助的最佳机会,您应该使用可用的格式化工具,尤其是代码块按钮/标记。
  • 好的,添加超链接。这里有什么问题?

标签: javascript java php html


【解决方案1】:

不确定那里的代码是做什么的,但如果你这样做应该可以工作

<a href="url"> go here to confirm the list </a>

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2012-07-20
    • 2016-09-24
    • 2013-01-28
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多