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: cote
  • 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

    Enlarge image with onMouseOver handler

    I tried your code but it still doesn't work in Netscape. I'm very desperate now!
  3. cote

    How to change image src in mouseover in javascript.

    Thanks for the quick reply. It works in IE but not in Netscape. Do you know or can anybody help me how to make it work in Netscape? Thanks in advance!
  4. 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...
  5. cote

    Enlarge image with onMouseOver handler

    Thanks for the answer but it doesn't work it only work in IE but not in Netscape. HELP!!! My client change their request. They want to have another image displayed onMouseOver instead of resizing the image. I need it urgently. My deadline is tomorrow. Thanks.
  6. 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...
  7. 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...
  8. cote

    How to load javascript from javascript with condition.

    Thanks for your help, but I still have problem. I tried the solution from DuskMate but it doesn't work. Do I miss something? I keep getting error. The answer from Boomerang will require me to have many html file. The idea is to have only one html file that can load certain javascript file. My...
  9. 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 ==...
  10. 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