0byt3m1n1
Path:
/
home
/
kassiope
/
www
/
lib
/
js
/
[
Home
]
File: stock.js
function ProductAlert(Prod_ID,racine){ theQueryString = window.location.search; if (theQueryString == "") theQueryString += '?prodid=' + Prod_ID; else theQueryString += '&prodid=' + Prod_ID; var theURL theURL = racine + '/achat/stock_alertes.php' + theQueryString window.open(theURL,'new','height=310,width=300,resizable=no,menubar=0') }