share jquery lib in frameset.

share jquery lib in frameset.


hi all,

I must import  jquery   lib every  frame pages in frameset ? but i want import it only in my 'codetest page',
can i  share the lib ? how to implemention  ?
this is my 'codetest page' code .anybody can help me ?




<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> <script src="/commsale/static/js/jquery.js"></script>  </head> <frameset border=0 frameborder=0 framespacing=0 marginwidth=0  marginheight=0 rows="130,*" id="fset" noresize> <frame  src="codetest1" name="_ftop" scrolling=no> <frame  src="codetest2" name="_fpage" scrolling=no></frameset> </html>