Lines 212-217
function showCartUpdate(msg){
Link Here
|
212 |
setTimeout("hideCart()",2000); |
212 |
setTimeout("hideCart()",2000); |
213 |
} |
213 |
} |
214 |
|
214 |
|
|
|
215 |
function showListsUpdate(msg){ |
216 |
// set body of popup window |
217 |
alert(msg); |
218 |
} |
219 |
|
215 |
function selRecord(num, status) { |
220 |
function selRecord(num, status) { |
216 |
var str = document.myform.records.value |
221 |
var str = document.myform.records.value |
217 |
if (status){ |
222 |
if (status){ |
218 |
- |
|
|