企业再进行百度竟价推广的时候肯定会用到商务通、快商通或者百度商桥,也肯定也会有表单页面填写的参数需要传递到客服界面,否则客户不白填写了。进入咨询后你什么都不知道,第一印像肯定你们不专业呀!
<!--商务通官方链接--> <textarea id="wtk"></textarea> <input type="button" id="LR_button1" value="提交" onclick="LR_submit1(1);" /> <script language="javascript"> function LR_submit1(chat) { var insertText = LR_GetObj('wtk').value; if(insertText||insertText!=""){ LR_explain='来自网页内嵌文本框的对话,客人输入的内容如下:'+insertText; LR_msg=insertText; openZoosUrl(chat?'chat':'sendnote'); }else{ alert("请先填写您的问题哦!");document.getElementById("wtk").focus(); } } </script>