Nother layout

liunx

Guest
Here. (<!-- m --><a class="postlink" href="http://pyles.goexist.net/test/bluelayout1.jpg">http://pyles.goexist.net/test/bluelayout1.jpg</a><!-- m -->) <br />
<br />
Thats just the background...<br />
<br />
My problem is i want a frame in the place where it has space for typing.. i think they are called iframes or something? any help?<br />
<br />
also i would like that to be a "popup" so when u click enter on my site.. it takes u to taht.. in the size of that image.. i know its javascript but dont know howto do it..<br />
<br />
Thanks alot!~<br />
=:O<!--content-->for thie iframe you should use <br />
<iframe name=frame height=100% width=100% frameborder="no"></iframe><br />
<br />
and for the popup..<br />
<br />
<a href=http://www.htmlforums.com/archive/index.php/"javascript:bla()"><br />
<script><br />
function bla() {<br />
window.open('http://www.yourserver.com/bla.html','','toolbar=no,menubar=no,location=no,height=700,width=525');<br />
}<br />
</script><br />
<br />
this is quite louzy wriiten but it should work<!--content-->:( i dont know howto the thing up on the javascript.. like where do i link it so when i click it goes to another window.. but the window is like 500px x 400x for example.<!--content-->just add:<br />
<br />
<a href=http://www.htmlforums.com/archive/index.php/"javascript:bla()"> <br />
<script> <br />
function bla() { <br />
window.open('http://www.yourserver.com/bla.html','','toolbar=no,menubar=no,location=no,height=700,width=525'); <br />
} <br />
</script> <br />
<br />
between your <body> and </body> tagg and change the <!-- m --><a class="postlink" href="http://www.yourserver.com/bla.html">http://www.yourserver.com/bla.html</a><!-- m --> to the page you want to open the widthes are already set correctly (i checked your pics width)<!--content-->
 
Back
Top