Well here is my problem: I have a table with an iframe in the first cell and then some rows below I have some textboxes and buttons. But as long as the iframe is on the page the buttons and textboxes do not show up.
What am I doing wrong?
<table> <tr> <td> <Iframe/> </td> </tr> <tr> <td> <input type='password'> </td> </tr> </table>
to demonstrate below is the same code and it hides the textbox
—Table—
—Table ends here—
make sure that you are closing the iframe tag properly
closing tag-> ‘
</iframe>‘