Hi!
I've a new problem I have an xml file that describes two html frames:
<FRAMES>
<DIMENSION>
<Height>400</Height>
<Width>400</Width>
</DIMENSION>
<FRAME>
<NAME>First Frame</NAME>
<SRC>Source file</SRC>
</FRAME>
<FRAME>
<NAME>Second Frame</NAME>
<SRC>Source file</SRC>
</FRAME>
</FRAMES>
My problem is: if width is < of 300 then the frames are vertical disposed else if Height is < 300 then the frames are horizontally disposed if the Width and the Height are < 300 than I want to write a message that is not possible this solution. I haven't understand how to use logical conditions (if there are)
Thanks
ROb
I've a new problem I have an xml file that describes two html frames:
<FRAMES>
<DIMENSION>
<Height>400</Height>
<Width>400</Width>
</DIMENSION>
<FRAME>
<NAME>First Frame</NAME>
<SRC>Source file</SRC>
</FRAME>
<FRAME>
<NAME>Second Frame</NAME>
<SRC>Source file</SRC>
</FRAME>
</FRAMES>
My problem is: if width is < of 300 then the frames are vertical disposed else if Height is < 300 then the frames are horizontally disposed if the Width and the Height are < 300 than I want to write a message that is not possible this solution. I haven't understand how to use logical conditions (if there are)
Thanks
ROb