Hi! I am exploring different options to write a new program and would like to get some ideas from the group is this way of doing things makes sense...
I have a main page and an iframe inside that page. We want to keep the iframe code very small (because this is a ssl page and javascript wont cache), so my idea is to load the jquery_ver.js on the main page but use all jquery functions from inside the pages in the iframe. This is because the top page will be loaded only once (with menus etc.) and will not have impact on performance with lots of javascripts. Is this possible. I am still learning jquery and tried a few things but it won't work. Thanks jb