Thank you so much! It works now. I didn't know that before. Best, yongning
On Jun 22, 1:13 am, "Michael Geary" <[EMAIL PROTECTED]> wrote: > That's an invalid script tag. You can't use an empty script tag, it requires > a closing tag. > > Also, you really don't want to be loading the .js file from googlecode.com > get from ajax.googleapis.com instead. > > Try this script tag and see if it works better: > > <script type="text/javascript" > src="http://ajax.googleapis.com/ajax/libs/jquery/1.2.6/jquery.min.js"> > </script> > > -Mike > > > I'm using jquery-1.2.6 for my webpage, and realized that in > > IE, nothing on the page would be displayed. > > I deleted most stuff and realized even the following code won't work: > > > <html> > > <head> > > <script type="text/javascript" src="http:// > > jqueryjs.googlecode.com/files/jquery-1.2.js"/> > > </head> > > <body> > > blablabla > > </body></html> > > > There will be just a blank page, and if i remove jquery it > > will display text. Is there any thing I can do with it? would > > some previous versions of jquery be better with IE? > > > Thanks a lot! > > > Yongning