I dont know how to create ot put IFRAME in my website. Below is the coding that from my website that i want to show in a IFrame. I need it because the functions of the scrolling bar, so that my page will be fit. This coding will link my website with ebay auction. So, if the auction list is many, so viewver can scroll it down. Hopefully somebody assist me. Thanks.
<div style="width: 800px;">
<div style="width:746px; background-color: #ffffff; color: #000000; padding-left: 15px;" align="center">
<script language="JavaScript" src="http://lapi.ebay.com/ws/eBayISAPI.dll?EKServer&ai=ny%7Bze%7Cyq%21&bdrcolor=ffffff &bin=n&catid= &cid=0 &eksize=1 &encode=UTF-8 &endcolor=ff0000 &endtime=y &fbgcolor=ffffff &fntcolor=000000 &fs=0 &hdrcolor=ffffff &hdrimage=1 &hdrsrch=n &img=n &lnkcolor=0000FF &logo=3 &maxprice= &num=80 &numbid=n &paypal=n &popup=y &prvd=9 &query=Manchester United+tickets &r0=3 &sacategoryin= &shipcost=y &siteid=0 &sort=MetaEndSort &sortby= &sortdir=desc &srchdesc=n &tbgcolor=ffffff &tlecolor=000000 &tlefs=0 &tlfcolor=000000 &toolid=10004 &track=5336186154 &width=720">
</script>
</div>
</div>
Just use a div with "overflow: scroll" instead of an i frame:
<div style="
width: 746px;
height: 400px;
overflow: scroll;
margin: 0 auto;
background: #ffffff;
color: #000000;
">
<!– JAVASCRIPT GOES HERE –>
</div>
powered by Yahoo Answers
