GoFuckYourself.com - Adult Webmaster Forum

GoFuckYourself.com - Adult Webmaster Forum (https://gfy.com/index.php)
-   Fucking Around & Business Discussion (https://gfy.com/forumdisplay.php?f=26)
-   -   basic html/frame question.. hooker/beer (https://gfy.com/showthread.php?t=927676)

xxweekxx 09-14-2009 02:15 PM

basic html/frame question.. hooker/beer
 
anyone that can help me real quick will get a beer/hooker..

Ok say i want to do this:

When someone hits mydomain.com , itll just open up google(in a frame), but FULL page basically, so they think they are on google, except itll say mydomain.com at the address bar...

Can anyone help with the code..

frank7799 09-14-2009 02:36 PM

Code:

       
<frameset cols="1" rows="1">
<frame src="http://www.google.com" name="main">
<body>

</body>
</frameset>


xxweekxx 09-14-2009 02:55 PM

gonna try it now..

xxweekxx 09-14-2009 03:01 PM

works.. thanks.. i owe you a hooker.. where/when do you want her

frank7799 09-14-2009 03:18 PM

Send her to Webmaster Acess Amsterdam on Saturday.:1orglaugh

qxm 09-14-2009 03:21 PM

dat was easy .....

ToplistBlog_Com 09-14-2009 04:17 PM

Haha, I think we should reset the national economy to this.

xxweekxx 09-15-2009 01:54 AM

DOESNT OPEN THE PAGE IN IE! i just lost a bunch of cash

xxweekxx 09-15-2009 02:21 AM

ahh damn i had <body> tags in there.. i lost maybe $500 tonight cuz of this stupid mistake!

Alky 09-15-2009 02:54 AM

use an iframe with css instead:
Code:

header:
  <style type="text/css">
  html, body, div, iframe { margin:0; padding:0; height:100%; }
  iframe { display:block; width:100%; border:none; border:0; }
  </style>

body:
 <body>
  <div>
  <iframe src="/blahhhhhhhhhhhh.php">
  </iframe>
  </div>
 </body>


frank7799 09-15-2009 03:16 AM

Quote:

Originally Posted by xxweekxx (Post 16320332)
DOESNT OPEN THE PAGE IN IE! i just lost a bunch of cash

Opens in IE as well as in FF just fine for me.

xxweekxx 09-15-2009 08:49 AM

Quote:

Originally Posted by Alky (Post 16320485)
use an iframe with css instead:
Code:

header:
  <style type="text/css">
  html, body, div, iframe { margin:0; padding:0; height:100%; }
  iframe { display:block; width:100%; border:none; border:0; }
  </style>

body:
 <body>
  <div>
  <iframe src="/blahhhhhhhhhhhh.php">
  </iframe>
  </div>
 </body>


Whats the advantage of using css over the other code

xxweekxx 09-15-2009 09:12 AM

so whats the benefit of usin the css?

xxweekxx 09-15-2009 12:28 PM

arghh bump again.. can i just go with the other one.. or is css really better..

ProG 09-15-2009 12:31 PM

If it aint broke don't fix it ;)


All times are GMT -7. The time now is 09:14 PM.

Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123