Question
Writing a text string in a table
Right now the current piece of script is
document.body.insertBefore(oAddLink, document.StockForm);
and that writes the text string inside the form. Well I need to write it inside a table but the table doesn't have a name so how could I do that?
document.body.insertBefore(oAddLink, document.StockForm);
and that writes the text string inside the form. Well I need to write it inside a table but the table doesn't have a name so how could I do that?
