Hey guys.
im looking for a code that makes a field on the page where the contents can displayed. Like the ones where you get to scroll on the page instead of using the browsers schrollbar.
Can anyone help me?
Hey guys.
im looking for a code that makes a field on the page where the contents can displayed. Like the ones where you get to scroll on the page instead of using the browsers schrollbar.
Can anyone help me?
in your frames (shudder) when you call them from the index.html:
or top/bottom... which ever you are using.Code:<frame src="left.html" name="leftside" scrolling=yes> <frame src="right.html" name="rightside">
{CWoT - Riddle } {Freelance Copywriter} {Learn to Write}
Follow Me on Twitter: @InkingHubris
PHP Code:$result = mysql_query("SELECT finger FROM hand WHERE id=3");
echo $result;
You could use an <iframe> tag
also..
An easy way to access the src is to give it an id:
Code:<iframe id="inpage"></iframe> <br><a href="#" onclick="inpage.window.location.href = 'http://www.mamma.com/'">Mamma.com</a>
- Mike
Bookmarks