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 TouchToneTommy 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: cote
  • Content: Threads
  • Order by date
  1. cote

    calendar lookup in access 2000

    HELP! This question for MS-Access 2000. I need to have a calendar lookup on the date type entry field. The purpose is to allow user to select a date from a calendar instead of typing a date in. Thanks a bunch for your help.
  2. cote

    How to change image src in mouseover in javascript.

    HELLLLLLLLLLLLLLLLLLPPPPPPPP! I'm trying to change the source image file onmouseover event, but doesn't work. Here's the code. I think the problem is with the &quot; and ' in the mouseOver and MouseOut command. The code works when I eliminate the Mouse events. <script...
  3. cote

    Load a flash file within html &amp; Javascript

    I'm very new to flash. I have an urgent project to display flash file in my table file. Sample code is like this: The flash file will go in the table to substitute the current gif files. <html><head><title>Display Equipment</title><head> <body> <table> <tr> <script...
  4. cote

    Enlarge image with onMouseOver handler

    Hi I need help with onMouseOver event handler. I have s list of images (in the for loop) that has link to other page on each image. When a cursor points to a certain image (i.e. image #1) I need to enlarge the image size a little bit and return to original image size when the cursor leave the...
  5. cote

    How to load javascript from javascript with condition.

    HELP! I know how to load a javascript without any condition such as <script ... SRC:&quot;myjavascripttobeloaded.js&quot; /> I need to load a javascript depending on the value of variable. Here the sample pseudo-code. <script language=&quot;javascript1.2&quot;> var tmp = bla... if (tmp ==...
  6. cote

    How to call conditional javascript w/i javascript.

    HELP!!! I know how to call a javascript file using <script src:filename.js>. I really to call a javascript file depending on value of a variable. Please give me the code sample. Thanks a bunch. In my HTML or Javascript code: Let say the variable call count The pseudo code: if (count == 1)...

Part and Inventory Search

Back
Top