public void GetHtml() string gethtml = Request.QueryString["product"]; string query = "SELECT htmlpull FROM ejn_html WHERE newseries LIKE = @gethtml";
SqlCom
var gethtml = document.querySelector("#gethtml"); gethtml.onclick = function () {$('#gethtml-presenter').load('http://asd.com/rss/').fadeIn('slow');
addNotification(
我尝试使用LS2J将Notes Database对象作为参数传递给java对象构造函数方法。但是,我得到了错误消息“Java构造函数无法执行”。如果我试图在Java代码中创建会话(因为我不能将会话对象或数据库对象作为参数从Lotus传递到java方法中),它会给出“cannot create a session from an agent”错误。有没有办法将会话或数据库对象从Lotus Script传递到Java方法?谢谢,Ro