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 Chriss Miller 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: grebo
  • Content: Threads
  • Order by date
  1. grebo

    hiding password input

    I've got a script that I've modified to password protect a link (you can't click through until you enter the correct user ID and password.) However, I cannot seem to figure out how to tell the program to display asteriks as oppsed to the actual password.<br> <br> I use the following line to get...
  2. grebo

    SQL interface to HTML

    I am trying to figure out how to interface a SQL search into an HTML document (ie: press the button for a search of parameters X and Y.) The final solution for this is to have JavaScript create a graph that displays the results of the SQL search. I have the JavaScript, but am still new to...
  3. grebo

    can JavaScript draw a graph?

    Is it possible to have javaScript read data from a database and then graphically display the results?<br> <br> Thanks,<br> -Eric
  4. grebo

    Image Map Mouse Over

    Is there a way to do a mouse_over on an Image Map? I'm thinking that I would put the same script in with the coordinates that I would in the regular link, but am not entirely sure. <br> <br> The reson I need an image map is that the graphics I have are in a close diamond formation, and are...
  5. grebo

    javascript slideshow tweaking

    OK, I've got the code below to run a continuous loop slideshow, however, even though it runs I get an error in the status bar of Netscape 4.5 (haven't tested anything else yet). How do I get rid of the error? Also, how can I get the last picture, gp9.gif, to stay a little longer (like a...
  6. grebo

    auto text change

    This is probably rather elementary (to some of you, not to name names robherc...) ;)<br> <br> I'm trying to write a script that will display a random quote and then change itself every 5 seconds or so. I can do a slide show of pictures and display a random quote on reload, but am trying to...
  7. grebo

    embedding password info in a link

    I'm trying to find a way to encode a user ID and password into the &lt;a href=&gt; code. I recall seeing things like this before and the gernal form is along the lines of &lt;a href="URL/?_____"&gt;link&lt;/a&gt; where the underline is the info.<br> <br> Can anyone help me out here? I'm...
  8. grebo

    file tree with SSI

    I'm trying to create a page on our Intranet that dynamically displays all the files and directories on it. I suppose it would be very similar to a site map, except that it doesn't necessarily have to all be linked up.<br> <br> Is this something I can do with SSIs, or do I need a little more...
  9. grebo

    File upload via web form

    I've been trying to do a file upload via a web form so that a user can post a file to a web directory from a web form. I've banged my head against javascript for a while and no luck (I think due to security). I've seen plain form submissions to a directory via a web form using perl, can I also...
  10. grebo

    javascript to post a file

    I've been trying to find a script that will allow you to post a file via a web form to a directory (it doesn't have to look pretty) But I've had no such luck. I do understand that there is some security inherent with JavaScript with writing files, but I don't know if this affects me. <br> <br>...

Part and Inventory Search

Back
Top