hi all:
I have a url with a variable: (page1.html)
var ul= "/servlet/servlet.Integration?lid=01N500000004xKp&ic=1&posid=" + recordIds;
window.open(ul,"message_box","width=200,height=200,resizable=no,scrollbars=no" )
That works fine to pop it open but ...
The recordIds is the var... it is opening up a report(page2.html) which I need the variable to be passed in... The report is written in javascript...
Does anyone know how to place the recordIds into my SQL Statement on Page2.html???
Thanks
I have a url with a variable: (page1.html)
var ul= "/servlet/servlet.Integration?lid=01N500000004xKp&ic=1&posid=" + recordIds;
window.open(ul,"message_box","width=200,height=200,resizable=no,scrollbars=no" )
That works fine to pop it open but ...
The recordIds is the var... it is opening up a report(page2.html) which I need the variable to be passed in... The report is written in javascript...
Does anyone know how to place the recordIds into my SQL Statement on Page2.html???
Thanks