CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3

Hybrid View

  1. #1
    Join Date
    Oct 2010
    Posts
    5

    Executing "Facebox" onPageLoad

    Guys i need help making that script executing a HTML file on pageLoad.
    That's the script but how should i modify it to launch a HTML file onLoad?

    Code:
    <script src="jquery.js" type="text/javascript"></script>  
    <link href="/facebox/facebox.css" media="screen" rel="stylesheet" type="text/css"/>  
    <script src="/facebox/facebox.js" type="text/javascript"></script>
    jQuery(document).ready(function($) {  
    $('a[rel*=facebox]').facebox()  
    })

  2. #2
    Join Date
    May 2002
    Posts
    10,943

    Re: Executing "Facebox" onPageLoad

    I'm sorry, but you're not being clear.

    Either way, it's a third-party framework. You need to contact them with your questions.
    If the post was helpful...Rate it! Remember to use [code] or [php] tags.

  3. #3
    Join Date
    Oct 2010
    Posts
    5

    Re: Executing "Facebox" onPageLoad

    Quote Originally Posted by PeejAvery View Post
    I'm sorry, but you're not being clear.

    Either way, it's a third-party framework. You need to contact them with your questions.
    I need Facebox (which is a facebook looking lightbox) script to launch on pageLoad and i wan't to put inside text/ad/html file or so , but i have no idea how to make that happend!
    I've already contacted to Facebox but still no respond from them.

    Here's the page of the script , if you have an idea i'll be appriciated to share it .
    http://famspam.com/facebox

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured