making javascript refer to an iframe
hi
how can you make javascript choose an iframe
like
document.form.textbox
would choose the textbox, my iframe is called send so i tried
document.send.document.textbox
but this doesn't work, the textbox in the iframe is hidden, so if someone could help me and tell me where im going wrong
cheers
