Is it any way to include some file with JavaScript in HTML but without iframe?
Sonam
This is probably not the best way to do it but I do this:
Place all of my javascript code that I want to use on all pages at mysite.net/includes/inc_scripts.php - I then use a simple include to all the scripts into any page that I wish.