hi,
wondering if anyone could tell me how this page is laid out. The frame with the white box in it with images, is that using an I-Frame?
thanks
p
here is the URL
https://pict.paisley.ac.uk/~davison/shop_php/v1/cart_frames.php?id=2077288076
thanks
Nightfire
03-23-2004, 12:43 AM
Just done by normal frames
<FRAMESET COLS="63%,*">
<FRAME NAME='products' SRC='products.php?id=2077288076'>
<FRAME NAME='cart' SRC='cart_display.php?id=2077288076'>
</FRAMESET>
I know this uses image mapping, but how is it done. All this is done in the one page, but when you click on one of the links up th top, how does it get to change the image in the middle of the page if its all done on the one page?
thanks
p
A1ien51
03-23-2004, 03:51 PM
The image changes the url in the frame that the pics are located in...
So are you saying that the white box in the middle of the page is a frame on its own, that would mean it was a different page, but it isn't beacuse its all on the same page
thanks
p