HTML Code HelP!!! PLEASE!?

  • Thread starter Thread starter Dude Thatz Sweet
  • Start date Start date
D

Dude Thatz Sweet

Guest
I am stuck with this stupid code that i have been trying to fix for an hour! Please help. Heres my problem...:

I want to embed a webpage within another and scroll it to the bottom of the page automaticly because i want the information at the bottom which is updated frequently. I also dont want a scroll bar, so all that is seen is the table. the website is www.totalfta.com. I want from below the ENTER|EXIT sign to the bottom of the table. I have attached what i have so far.

***I have the embed into another page, and the no scroll bar... i just want to make it auto scroll to the table..****

Thank you..!


<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Tester</title>

</head>
<iframe height="410" width="100%" frameBorder="0" src="http://www.totalfta.com" mce_src="http://www.totalfta.com" scrolling="no"
body onLoad="for (i=0;i<window.screen.availHeight;i++) {window.scroll(0,i); }"</iframe>
<body>
I would have just coppied the code from that site. but as i said, it is updated frequently... Thank u!
 
There's probably a way to link it to an anchor on that page, and not just the page itself. Good luck with it!
 
Back
Top