Hi .
I have a frameset in diagnosis page defined like this
<frameset rows="200,*" cols="*">
<frame name="banner" src="symptomheader.htm">
<frame name="description" src="diagnosis.htm" >
</frameset>
from a symptoms page I would like to open a window to this
diagnosis frame set and depending on which button is pressed in the symptoms have a different page appear in the description instead of the diagnosis.htm page.
my guess which has been a theme and variation on this
from the parent page.
onClick=window.open("diagnosis.frame[decription].location.href='anewpagebesidesdiagnosis.htm'"
I am just guessing though. I don't even know if this is possible.
thanks
I have a frameset in diagnosis page defined like this
<frameset rows="200,*" cols="*">
<frame name="banner" src="symptomheader.htm">
<frame name="description" src="diagnosis.htm" >
</frameset>
from a symptoms page I would like to open a window to this
diagnosis frame set and depending on which button is pressed in the symptoms have a different page appear in the description instead of the diagnosis.htm page.
my guess which has been a theme and variation on this
from the parent page.
onClick=window.open("diagnosis.frame[decription].location.href='anewpagebesidesdiagnosis.htm'"
I am just guessing though. I don't even know if this is possible.
thanks