Australian (ASX) Stock Market Forum

Anyone know JavaScript?

thanks dendro, I've been on that site earlier and it's not got what I need.

I need to extract a value from a website if two conditions are met. Hence the EVAL. I'm very new at this.

Anyone? Bueller?
 
Code:
eval(cond1 && cond2; do something);


You could also use if()

Code:
if(cond1 && cond2)
{
do something;
}



wabbit :D
 
P.S. Why use JavaScript? Personally I don't like it; I prefer PHP for most of what I want to achieve, and, I think it's easier to learn, use and debug.


$0.02c
 
Hi wabbit, thanks for that.

This is hard because I don't really know what I'm talking about. :banghead:

Do you know anything about iMacros? This is the software I'm using and it requires javascript.
 
Top