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 Wanet Telecoms Ltd 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: *

  1. Omicron

    Personalizing webpage

    This is the information regarding the script I use: FormMail Version 1.92sn Copyright 1995-2002 Matt Wright mattw@scriptarchive.com Created 06/09/95 Last Modified 09/10/02 Matt's Script...
  2. Omicron

    Personalizing webpage

    I use a cgi form script (formmail) to allow users on a webpage to communication with me. After they send a comment, I have a "Thank you" page appear. I'd now like to have that Thank you page be personalized with their name. In other words, if they entered "Jack" as their name when filling out...
  3. Omicron

    hyperlink issue

    Are you sure it isn't just the color change caused by going from an un-visited link to a visited link? If that is indeed the cause, you can set up some CSS to eliminate the changes caused by active, visited, etc., links. - Omicron - Compuset Portal...
  4. Omicron

    Simple (?) Flash project

    THANKS! oldnewbie! It is perfect. Regards, - Omicron - Compuset Portal http://compusavy.com
  5. Omicron

    Simple (?) Flash project

    Hi oldnewbie, Either one will do. I am just going to send it to my brother and as long as he can just double-click on it and see it play - that would be great. Can I see the .fla file as well? I'd like to learn a little bit about how you do it. Thanks again! - Omicron -...
  6. Omicron

    Simple (?) Flash project

    Thanks oldnewbie. I've sent the files to you via email. Regards, - Omicron - Compuset Portal http://compusavy.com
  7. Omicron

    Simple (?) Flash project

    Hi, I know virtually nothing about coding with Macromedia Flash but I do have Flash MX on my system (been there for several years now) and I want to create a simple gift for my brother. I'd just like to create a stand-alone flash file that does the following: 1. Shows a picture of my Dad (.jpg...
  8. Omicron

    Border around a background-image

    Hi BillyRay, Yeah, I had tried that concept but it puts a border around the entire viewing field. I only want the border around the background image which is only a small, fixed picture, about 100x100 px in size. - Omicron - Compuset Portal http://compusavy.com
  9. Omicron

    Border around a background-image

    BillyRay, The element that contains the background-image is the body. And styling the body with a border doesn't do anything. So I'm still stuck. Others in the forumn say it can't be done. I'm thinking of hand-painting it in with Adobe or something like that. - Omicron -...
  10. Omicron

    Border around a background-image

    I'd like to set a fixed background image using CSS. No problem there. However, I'd also like to be able to add a border to this background-image. Can that be done? If so, can someone explain to me the method needed? Thanks, - Omicron - - Omicron - Compuset Portal...
  11. Omicron

    Determining # of users online

    Thanks Tom, I checked the source code of the website but whatever code they are using must be generating the HTML on-the-fly, because all that can be seen is the <p> tag showing: &quot;There are currently 12 guests online at this time&quot;. No calls to cgi or paths to cgi-bin directories are...
  12. Omicron

    Determining # of users online

    Hello, I've come across websites that states something like &quot;There are currently 12 guests online at this time&quot;. How is something like that coded into the webpage? I assume it is some exec or cmd function but I do not know for sure. Can someone show me how that is accomplished? Thank...
  13. Omicron

    Aligning BG Pictures

    Try this: CSS file -------- body{ background-attachment: fixed; background-image: url(file:picture.jpg); background-repeat: no-repeat; background-position: right bottom; } - Omicron - Compuset Portal http://www.mindspring.com/~ajs5
  14. Omicron

    Capture Email Addresses?

    Hmm, Try here: http://javascript.internet.com/user-details/visitor-monitor.html#source - Omicron - Compuset Portal http://www.mindspring.com/~ajs5
  15. Omicron

    Javascript conversion

    I know virtually nothing about javascript coding but I am trying to convert some code to run under Netscape 6.2 I've manged to figure out how to sniff for NS6 (N6=document.getElementById) but beyond that I'm lost. Here are several lines of code I need to have made compatible with NS6. Can...
  16. Omicron

    JS and NS6.2.1 - Not functioning??

    Ahh...ok. Thank you. Bummer. - Omicron - Compuset Portal http://www.mindspring.com/~ajs5
  17. Omicron

    JS and NS6.2.1 - Not functioning??

    I don't use NS very offen but I downloaded version 6.2.1 and now find that it does not appear to function with ANY of the Javascript on my Homepage. IE5, IE5.5, IE6 and NS4.7 all seem to behave reasonably well with the JS but NS6.2.1 just looked at it like it was dead!? Am I doing something...
  18. Omicron

    Casading Menu

    ...1); for (count = 0; count < menu.length; count++) if (!keepMenus[count]) menu[count][0].ref.visibility = 'hidden'; changeCol(litNow, false); } // *** MENU CONSTRUCTION FUNCTIONS *** function Menu(isVert, popInd, x, y, width, overCol, backCol, borderClass, textClass) { // True or false - a...
  19. Omicron

    Your honest reviews please.

    John, Thank you for your support. Believe me, I take no offense to any comments from anyone. That is the reason I asked for them - to learn and improve. I do this for a hobbit. The page is a personal one and all I'm looking for are comments and imput telling me the good, the bad and the ugly. I...
  20. Omicron

    Your honest reviews please.

    Thank you one and all. Your comments are sincerely welcomed. The code is indeed &quot;unfinished&quot; regarding syntax, et al. Please contune to play with it and &quot;lay it on me&quot;! Believe it or not, the orginal version did use a drill-down method but I switched to the current &quot;full...

Part and Inventory Search

Back
Top