GoFuckYourself.com - Adult Webmaster Forum

GoFuckYourself.com - Adult Webmaster Forum (https://gfy.com/index.php)
-   Webmaster Q & Fuckin' A (https://gfy.com/forumdisplay.php?f=27)
-   -   Need help with IFRAME. (https://gfy.com/showthread.php?t=949483)

bigmath 01-20-2010 08:39 PM

Need help with IFRAME.
 
Hi Guys!

I need help with IFrame. I try to build my website www.adultfreetgp.com using some IFrame. If you click on Amateur they load on another page but I don't want that. I want the page to be load on the same as the index page. Can someone help me please?

Thanks!

Bigmath

bigmath 01-20-2010 08:42 PM

Also look what Anal do. Can someone help please?

- OK Anal do the samething of Amateur now.

GetInSpace 01-20-2010 08:59 PM

Here is an iframe example:

<iframe src ="http://www.yoursite.com/blog/index.php" width="900" height="900">
<p>Your browser does not support iframes.</p>
</iframe>



Play with the width and height to get the look you want.

CodeR70 01-20-2010 09:01 PM

That is because you set the target.

Code:

<a href="amateur.php" target="amateur">AMATEUR ~</a>
The browser is looking for a target "amateur" (frame or window) and if it doesnt find it it creates a new window.

If you remove the target attribure then it will probably work. You can also set it to "_top". This is the "top" or main frame of the browser. Like this:

Code:

<a href="amateur.php" target="_top">AMATEUR ~</a>
If you meant to set the title (which is showed as a tooltip in the browser) then you should do this:

Code:

<a href="amateur.php" title="amateur" target="_top">AMATEUR ~</a>
For more information see: http://www.w3schools.com/html/html_links.asp

Hope this helps. Good luck with your site. :thumbsup

bigmath 01-20-2010 09:05 PM

I understand that but why each time it load on another page? I don't think the problem is the width and height??

bigmath 01-20-2010 09:06 PM

Ok thanks Code... Thanks GetInSpace also ;-)

bigmath 01-20-2010 09:10 PM

It's working perfectly!! Thank you very much!!


All times are GMT -7. The time now is 11:58 AM.

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