I am trying to port little app from html/javascript page to Sharepoint page. I am new to SP world and would greatly appreciate your help.
I am trying two have two frames side by side 50%/50% (Page View Web Parts?) and one control frame under them (height 80%/20%).
So my question is how should i do it? I tried using table but i have to set row height in pixels so that doesn't work too well for me. Should I use Zones? Or something else?
Also how can i pass web address to Page View Web Part and show it (like setting frame .src in html)?