3dron
November 21st, 2002, 05:20 AM
i have:
getURL("javascript:openNewWindow('http://www.test.com/add=1&name=itest_tem,'testwin','width=600,height=400,scr ollbars,location,resizable,status')
");
How would insert variables to change the add value? It doesnt seem to work with syntax like
getURL("javascript:openNewWindow('"http://www.test.com/add=" + addvalue +
"&name=test_item",'testwin','width=600,height=400,scrollbars,locati on,resizable,status')
");
Please help
getURL("javascript:openNewWindow('http://www.test.com/add=1&name=itest_tem,'testwin','width=600,height=400,scr ollbars,location,resizable,status')
");
How would insert variables to change the add value? It doesnt seem to work with syntax like
getURL("javascript:openNewWindow('"http://www.test.com/add=" + addvalue +
"&name=test_item",'testwin','width=600,height=400,scrollbars,locati on,resizable,status')
");
Please help