Hello!
I have a page, with a javascript:
function openPopup(startValue){
var win2=window.open("./app/ListValues&startValue="+startValue,"Listed
Values","width=600px, height=600px, resizable=yes, center=yes, menubar=no,
scrollbars=yes, status=yes, minimize=no, maximize=no, help=no")
win2.creator=self
}
In the page, i tell the javascript: <input type="button"
onClick="javascript:openPopup(1)" value="LOV">
How can I add parameters to the ListValues.page in javascript?
I want to add a parameter like this: "app/ListValues&startValue=1"
Stef
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]