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

    "DHTML"

    Including stylesheets from other places...<br> <br> Two steps.<br> 1) Create a file with your stylesheet information in it. Make it exactly like you have it above.<br> <br> 2) reference it in the &lt;head&gt; with the following:<br> &lt;link rel="stylesheet" href="template.css"&gt;<br> <br>...
  2. grebo

    hiding password input

    Thanks. I'll have to give these a try in a little while (just got inundated with higher priorities today...)<br> <br> -Grebo
  3. 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...
  4. grebo

    html help with finding a code

    I just posted this in the Forntpage section, but I'll repost here too:<br> <br> From the 8/10/99 Webmonkey newsletter:<br> &lt;TODAY'S FEATURE&gt;<br> <br> Designing for Different Resolutions<br> <br> Until the entire world wises up and buys the exact same computer and monitor, you're going to...
  5. grebo

    html code needed

    Funny I should come across this in the Webmonkey newsletter today:<br> <br> &lt;TODAY'S FEATURE&gt;<br> <br> Designing for Different Resolutions<br> <br> Until the entire world wises up and buys the exact same computer and monitor, you're going to have to worry about resolution. Sure, your...
  6. grebo

    Removing the annoying link border on my image map

    Try inserting border=0 into the code:<br> &lt;img src="picture" border=0 ismap&gt;<br> <br> What do mean by all your links being white? White before and after using them?<br> <br> -Grebo
  7. grebo

    Quick HTML/forms question, PLEASE HELP

    rycamor-<br> Interesting. Makes sense though. So I guess my little trick is not as universal as I thought. Your point is correct about having some sort of mail program on it (I got so used to having Pine that I tend to forget about it sometimes. The perils of working off University systems...
  8. grebo

    Quick HTML/forms question, PLEASE HELP

    Even if there is no e-mail account on the machine you are using it will work. It uses the same mailto: code that opens up a blank mail window in the browser, except it tricks it into sending the form data. <br> <br> I've used this also on a conference registration form and I know of at least...
  9. grebo

    Quick HTML/forms question, PLEASE HELP

    It should. The only thing I can say is to try it. I don't have an AOL browser availible to test on.
  10. grebo

    watermarks

    It is in a book I have called Instant Java by John Pew. There is a website for the book at http://www.vivids.com/java/<br> <br> You'd probably want to look at http://www.vivids.com/java/image/Transparent.html<br> <br> Hope it helps!
  11. grebo

    Quick HTML/forms question, PLEASE HELP

    Actually, mailto: will work quite fine in a form with the following:<br> <br> &lt;form method=POST<br> action="mailto:name@somewhere.com,user@waste.gov?subject=whatever you want" enctype="text/plain"&gt; <br> <br> I used this a while back on http://www.utdallas.edu/dept/ee/information.html<br>...
  12. grebo

    watermarks

    I know that you can put the main image as the background of the java applet and then overlay the watermark as a faded or slightly transparent graphic. From here, if I recall correctly, the graphic cannot be immediately picked up with normal right clicking or any kind of saving.<br> <br> Hope...
  13. grebo

    How do i Javascripts

    You might want to try the following. I've used it in numerous pages without any trouble. All I did was replace my graphics with yours.<br> <br> Place this in the &lt;head&gt; of your code:<br> <br> &lt;!-- Hiding the code from non-java enabled browsers<br> <br> function locate () {<br> }<br>...
  14. grebo

    Need help coding

    Are you needing help with the entire form code or just getting it to e-mail?<br> <br> -Grebo
  15. 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...
  16. 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
  17. grebo

    Tracers from your mouse on the webpage??????

    OK, This time, I won't post the code... However, I will post the URL: <br> http://javascript.internet.com/games/ants.html<br> <br> It's not quite the same as the Phillips page, but it is similar. Maybe this will help all of you in your quest for tracers...<br> <br> -Grebo
  18. 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...
  19. grebo

    customizing dw formatting

    If you want &lt;br&gt; from the start while you're typing, have you tried the keystroke: &lt;shift&gt;+&lt;return&gt;<br> <br> That should work.<br> <br> -Eric
  20. grebo

    High ranks on search engines

    I hate to throw in another site on this discussion, but I'm also working on getting search engines to better notice your site. I have an example at http://www.dallas.quik.com/grebo/darwin.<br> <br> The site has actually been up there for about 2 years, but was only getting about 100-200 hits...

Part and Inventory Search

Back
Top