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

    A Question about Job Descriptions

    I saw a job posting in my local paper (surprise...this thing wasn't on Monster or Dice) and they are looking for someone that has experience w/ the following: Mainframe Operations, PC Support, HelpDesk, database mang., data analysis, and installation. OK, here is the deal. I have twelve years...
  2. mmt4331

    I've been working on a major Crys

    Thx for your help. It worked. How can I find more about simple formulas like that? CR manuals only go so far. Thank you. Mark
  3. mmt4331

    I've been working on a major Crys

    I've been working on a major Crystal Reports project using 8.0, and I've decided now that each group, I want to start on the next page. I tried the "Group" in the menu, but the "OK" button is grayed out because I want to change the attributes to the grouping on the same...
  4. mmt4331

    Raises: Curious

    I am thankful that I have a job...BUT, I haven't received a raise in about three years. This December I will find out if I get a raise or not. But news is...we're not going to get one.
  5. mmt4331

    Password in Javascript

    i have sensitive material on the page and i want to authorise certain people to read them. I want to create a link whereby, when they click on the link it will prompt them for a password.. Basically i want secure that link with a password.. A page that will ask for a user name and a password...
  6. mmt4331

    Password in Javascript

    Hi all: How do I create a password for a none public access website in Javascript or HTML? Thx.
  7. mmt4331

    What do you guys think about all

    What do you guys think about all the IT jobs being shipped over seas???
  8. mmt4331

    Future of Network and Programming Careers

    I have a question here: I am looking to make a career change (currently, I am a Shift Supervisor in mainframe operations) and I'm trying to decide whether to go into network or programming (web development). I heard that a lot of programming jobs will be shipped over seas in the next five...
  9. mmt4331

    Mouse Over

    I tried this and it still wouldn't work. Any other suggestions?
  10. mmt4331

    Mouse Over

    The HTML below, whenever I try to mouse over on my links, I would like for them to turn to a different color (maybe green). How would I do that? <HTML> <Head> <h1><u> Company Links</u></h1> </Head><title>Company Links</title> <p> <h3><i> HONDA</i></h3> <Body bgcolor=&quot;skyblue&quot...
  11. mmt4331

    While Loop

    I did that, but that still doesn't solve my problem. How do I code it where it goes back to the same prompt if the user puts a value equal or greater than 10? Thank you.
  12. mmt4331

    While Loop

    The code below works to a degree. I ask the user to input a number less than 10...if he puts in 10 or greater, I shoot him an alert saying his value is too high. Then the program ends. How can I put where the user, if he puts it greater than ten, go back to the original prompt to ask him...
  13. mmt4331

    What is wrong w/ this simple code?

    Forget it...I added some more code and got the answer I needed. Thx.
  14. mmt4331

    What is wrong w/ this simple code?

    What is wrong w/ this simple code? I'm trying to get a while loop working. Thx. <html> <title>Practice</title> <head> <script language=&quot;javascript&quot;> var numCounter = 0; var lowConstant = 10; function smallLoop() { while (numCounter < lowConstant) {numCounter++...
  15. mmt4331

    Src Question

    The following code produces a msg box w/ &quot;Cannot find xxx file&quot;. What is wrong w/ this code? <html> <title>Lesson Three</title> <head> </head> <body> <a href=&quot;#&quot; onclick=&quot;window.open('C:\NotesSQL\Docs\H_OPTIMIZING_FOR_ORDER_BY_CLAUSE.html','Window_One'); return...
  16. mmt4331

    I've been playing around w/ this

    Oh Duh! Thanks for pointing that out. It works now.
  17. mmt4331

    I've been playing around w/ this

    I put the () on the end of the methods and it still doens't work. Any more suggestions? Thx.
  18. mmt4331

    I've been playing around w/ this

    I've been playing around w/ this code for a couple hours...whenever I try to run it on the IE explorer, it shows nothing. What is wrong? <html> <title>Javascript for Dummies</title> <head> <script language=&quot;javascript&quot;> function showme(mvs,unix) { if (mvs == &quot;OS/390&quot;)...
  19. mmt4331

    Creating a font w/ two or more attributes in JavaScript

    Please look at the script below, and after you do, I have a question to ask: //Input Box & Format Text var InputBox = prompt(&quot;What is your name?&quot;,&quot;Name Input Box&quot;); var Response = (&quot;Thank you for entering your name, &quot; + InputBox); var ColorResponse =...
  20. mmt4331

    Oracle Database Downloads

    I will have VB 6 on one PC and I want to have an Oracle database on another (peer to peer network). I will be doing database programming. What should I download off of Oracle.com? Oracle9i? Oracle9i lite? or Oracle9i Personal? Thx in advance for your guidance. Mark

Part and Inventory Search

Back
Top