Hello,
I have a small offline html based system running with 3 x frames (topFrame, leftFrame & mainFrame).
The leftFrame contains various dropdown selection lists, which when one of the options is selected it populates the mainFrame via JavaScript (parent.main.location.href) code which in turn displayed various html pages.
This works fine in Frames, but I've been trying to translate this into CSS DIVs and would appreciate a bit of help please.....
The DIV layouts look fine, however I'm having a bit of trouble replicating the parent.main.location.href parameters?? Can Javascript reference Div sections in the same way or do I have to use alternative methods..
Any pointers as to good refernce guides for this sort of thing also appreciated.
Thanks in advance
PaulSc.
I have a small offline html based system running with 3 x frames (topFrame, leftFrame & mainFrame).
The leftFrame contains various dropdown selection lists, which when one of the options is selected it populates the mainFrame via JavaScript (parent.main.location.href) code which in turn displayed various html pages.
This works fine in Frames, but I've been trying to translate this into CSS DIVs and would appreciate a bit of help please.....
The DIV layouts look fine, however I'm having a bit of trouble replicating the parent.main.location.href parameters?? Can Javascript reference Div sections in the same way or do I have to use alternative methods..
Any pointers as to good refernce guides for this sort of thing also appreciated.
Thanks in advance
PaulSc.