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 bkrike 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: BigCatMCS
  • Content: Threads
  • Order by date
  1. BigCatMCS

    Putting a Border Around Scrolling Text

    I have a stupid question. How does one put a border around a scrolling text? I have the code below: <html> <head> <title>Testing...</title> </head> <body> <script language="javascript"> //ENTER CONTENT TO SCROLL BELOW. var content='<p>Visit <a href="http://www.ibm.com">IBM</a> for the...
  2. BigCatMCS

    No Java Support Available

    We had an applet that basically was in the form of a scrolling script. Like overnight, where the text use to scroll now says, "No Java Support Available". We messed around w/ the internet options, but to no avail. Anybody know how we can get our applet working again and also getting Java...
  3. BigCatMCS

    Scrolling Text

    I have put scrolling text that provide links going upward. The problem is that whenever you click on one of the links within the scrolling text, the font of the link gets bigger. It will go back to regular size if you click on another link within the scroll, but then that next link you just...
  4. BigCatMCS

    How to average military times (EXCEL)

    Wanting to average the following times: 20:20 19:58 19:39 20:23 20:43 What would a EXCEL formula look like to calulate the average time?
  5. BigCatMCS

    Scrolling Scripts in Frontpage

    We are trying to do a scrolling marquee in Frontpage in which the words are scrolling upwards...and the words are actual external links. Everytime we click on a link in this scrolling marquee, the font gets big and stays that way until you click on another link and the former goes back to...
  6. BigCatMCS

    Scrubbing PCs

    I need a little help here. This is my first day at a volunteer group, and they want me to "scrub" their computers. In other words, getting all the files and everything else off the hard drive. What's the best way of doing this? Thx.
  7. BigCatMCS

    Scrolling Text

    I have a scrolling text that is moving upwards. Actually, it's inside a <marquee> tag. I have three links that are scrolling up on a continuous basis. My question is, how do I get the marquee to stop scrolling for a few seconds when one link (or msg) scrolls into the box? I hope I'm making...
  8. BigCatMCS

    Blocking Pop-ups

    I know that from the IE browser, you can go to google on the tool bar and go to options then check the "Popup Blocker" - in order to block any popups. But what if the IE browser doesn't have google on it? How can I block out Popups? - And, if having google on the tool bar is the only way, how...
  9. BigCatMCS

    Unwanted Pop-ups

    Not sure I'm in the right forum...but we have a small problem. Everytime we're on the internet, we are getting unwanted pop-ups. Is there a way to get rid of these things? Just wondering.
  10. BigCatMCS

    No Java Support Available

    We created an applet where we have scrolling script (upwards) and was working just fine. I logged in one day, and we get a "No Java Support Available" in the box where the script used to scroll upwards. Here is the code we have...we haven't changed anything: <applet code=ScrollingUpdateApplet...
  11. BigCatMCS

    A Problem w/ Database Connection

    I've been having trouble connecting to an Access database without using the ADO data control. Whenever I run the program, VB highlights the open method of the connection and gives me an error msg of "Expected function or variable". I checked and made sure my variables were spelled the same...
  12. BigCatMCS

    A Question on Database connectivity

    I'm building a database app w/ bound controls (no ado data control) and I can't connect to an Access database. I get the error of "Expected function or variable". I triple checked my work but I spelled all of my variables the same. When I do get the error, it highlights the open method of my...
  13. BigCatMCS

    Web Configuration Error Msg.

    I have a friend who is trying to get into his e-mail (he wasn't very specific, so I may ask him for further info) and he is getting the following error message: "Your web browser is configured not to run script or doesn't support script in web pages. Check your browser settings or web browser...
  14. BigCatMCS

    ByRef and ByVal

    in VB 6, when your passing an argument on to a called procedure, if you use ByVal, does the variable (that you will be using as an argument) from the calling procedure stay the same? But if you use ByRef, will it change?
  15. BigCatMCS

    Experience Please...

    I'm currently studying VB .net (self-study), but have no real world experience. I am a supervisor in a totally unrelated field. How do I land a job in VB development????
  16. BigCatMCS

    A question about a blob or memo field

    I'm currently using Crystal 8.5 and I'm trying to find certain key words in a blob field. When I do a select expert or even try a formula, the blob field itself is not there. But when I check the field explorer box or take a peek at the visual linking, the field is there. The problem is that...
  17. BigCatMCS

    Still use HTML?

    Hey Web Designers: Do you still write out HTML to design your pages or do you use something like Frontpage to do your work? Just wondering.
  18. BigCatMCS

    JPEG Files That are Too Large

    I have some jpeg files that are over 1 Meg. Is there a way to get these files down to a reasonable amount (like 30 K). I have a slew of pics I want to put as thumbnails on my website and I would like to have as much room as possible. Would I need a software package like Photoshop to do this...
  19. BigCatMCS

    Using CR w/ Barcode

    Can you use CR to create code 39 barcode? Just wondering.
  20. BigCatMCS

    Problem w/ Functions

    Can someone help me on the following script? I keep on getting that number is not defined. thanks. <HTML> <HEAD><TITLE>Testing</TITLE> <SCRIPT LANGUAGE="JavaScript"> function human(name,title) { if (EmpName == "Mark") { document.writeln("<br>" + empName + " is an employee of XYZ" +...

Part and Inventory Search

Back
Top