Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: yaodongliu
  • Order by date
  1. yaodongliu

    prevent javascript pop up window from changing size

    try using window.showModalDialog() instead of window.open() for your purpose. Adam
  2. yaodongliu

    javascript & java applet

    Hi, If you just want to display error message (or other messages) in javascript but not alert(), try window.showModalDialog(). If you still want to communicate between javascript and applet, try this site. http://codeguru.earthweb.com/java/Applet/Javascript-LiveConnect/index.shtml...
  3. yaodongliu

    Anyone has a code for Language Browser Detector?

    Check this out http://codeguru.earthweb.com/java/articles/603.shtml

Part and Inventory Search

Back
Top