MrMajik
IS-IT--Management
- Apr 2, 2002
- 267
My website uses frames. I have the following:
<frame src="top_frame.html" name="frmMenu" id="frmMenu" frameborder="0" scrolling="no" noresize marginwidth="0" marginheight="0" target="contents">
Is there a difference in what name= vs. id= do? If there is a difference what are they?
If there is no difference do you know why there are two variables that do the same thing?
Thank you.
MrMajik
Everything should be made as simple as possible, but not simpler
--Albert Einstein
<frame src="top_frame.html" name="frmMenu" id="frmMenu" frameborder="0" scrolling="no" noresize marginwidth="0" marginheight="0" target="contents">
Is there a difference in what name= vs. id= do? If there is a difference what are they?
If there is no difference do you know why there are two variables that do the same thing?
Thank you.
MrMajik
Everything should be made as simple as possible, but not simpler
--Albert Einstein