If you're debugging JavaScript, you'll probably be interested in something a little more comprehensive than alert(). Blackbird adds some control and specificity to the debugging messages you install ...
Hello <BR><BR>I am tring to have an iframe resubmit itself from the parent<BR>window<BR><BR>:so i have the parent page which contains a table<BR>with 2 iframes<BR><BR>the parent window contains a form ...
I'd rather not have to do the window.open method since that requires an actual onClick event or some such on each link and right now, I've got the target as a dynamic thing that I can toggle on and ...