Hi all.
Is the keyword "target" specific only to frames?
I have a table set up with each <td> being an onMouseover and I'd like to output different data to the screen based on which <td> is selected by the user. If I do this without frames then a new window is automatically opened up when the user clicks on an option.
Because I don't want this to happen, I have introduced a frameset with two frames, one containing the table with all of the <td> onMouseover options, and one for the display of data. This works ok (ie. it doesn't open a new window) except that it mucks up the formatting of the original screen and doesn't look as good.
Is there any way I can go without the frameset option but still output data beneath the <td> options without a new window?
Thanks in advance.
Russell.
Is the keyword "target" specific only to frames?
I have a table set up with each <td> being an onMouseover and I'd like to output different data to the screen based on which <td> is selected by the user. If I do this without frames then a new window is automatically opened up when the user clicks on an option.
Because I don't want this to happen, I have introduced a frameset with two frames, one containing the table with all of the <td> onMouseover options, and one for the display of data. This works ok (ie. it doesn't open a new window) except that it mucks up the formatting of the original screen and doesn't look as good.
Is there any way I can go without the frameset option but still output data beneath the <td> options without a new window?
Thanks in advance.
Russell.
Comment