Hopefully someone can help me, I'm drawing a blank. If I remember correctly, there is a function that allows you to execute an arbitrary string value, something like:
exec('window.open(window)');
The only problem is, I can't remember the name of the function and looking it up in a reference book index is like using a dictionary to check for a misspelled word, if I knew the name to look for, I wouldn't need to look it up.
Anyone know the name of this function, or am I just getting by languages confused (wouldn't be the first time)?
Thanks.
exec('window.open(window)');
The only problem is, I can't remember the name of the function and looking it up in a reference book index is like using a dictionary to check for a misspelled word, if I knew the name to look for, I wouldn't need to look it up.
Anyone know the name of this function, or am I just getting by languages confused (wouldn't be the first time)?
Thanks.