|
Posted by charliefortune on 09/26/87 11:37
If I understand correctly, this won't tell me the result of executed
scripts on the page, such as this ;
if (index != -1) {
if (productPrice[index] == 'SOLD OUT') {
alert("This Product cannot be purchased at this time.");
result=false;
}
This code is present in all the products, whether in stock or out, and
I need it to run to decide whether or not the words 'SOLD OUT' are
going to appear. I am wondering if eval() might provide the answer ? I
am experimenting with it, with little success so far..
Navigation:
[Reply to this message]
|