I just found css code for a fixed menu at the top of the browser so the window under the menu can scroll right on without disturbing the menu. I used
but the table displayed in a new window and I want it to stay in the window that the menu is on. I was using a frame before but I couldn't get the table to display in the main window so now I thought with this CSS code, it would behave itself. Can anyone tell me what I need to do to get subs and functions to display in the menu window? It will be used in aspx.vb eventually
Code:
<a href="javascript:CreateTable()"> </a>
Comment