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() })




Reply With Quote
