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

    MM_MENU script help to show bottom line

    I am using the popular MM_MENU.JS script for menuing system on some web sites. What I am looking for is the part of the code that sets the thickness of the line between the menu items. The script I am using shows no line at all and we would like one to appear. The sites I have looked at that...
  2. MrSki

    Getting rid of Yellow Background in Form Fields

    Is there a way to get rid of the yellow background in form fields in IE? We designate required fields on our site with a red asterisk and when the users browser highlights s field in yellow, they think it is required by us. We have tried to set the color ourselves, but then the browser over...
  3. MrSki

    Can you check if a popup was allowed?

    We are creating online courses that use popup windows for a lot of the items within it. One of the biggest complaints we get are people who can not "see the course" when they click to start it. In most cases, they have had a popup blocker that stopped a window from opening. Is there a way for...
  4. MrSki

    Trimming Form Fields

    I have a page where I am trying to trim the form data entered on the previous page to clean things up and rid any extra spaces. This is the script that is on the page and it is tossing an error that I am unable to resolve. Any ideas? <cfscript> // Trim all form fields for (i = 1; i lte...
  5. MrSki

    Odd Database Inquiry.

    We are using ColdFusion MX and 5 with SQL 2000. I can run this query IN the Enterprise Manager for SQL and it returns 2 records, which is as it should. But when I run it on a ColdFusion page, it only returns one item: SELECT * FROM vwHelpRequests WHERE assignee = 12 and timeRequested < {d...
  6. MrSki

    Field Focus on an input form.

    How can you use a script or other technique to be able to set the focus on a specific form field when the script can NOT be placed in the <HEAD> of the page since it is a common header called as a custom tag? Mitch Duszynski Web Developer Human Kinetics PO Box 5076, Champaign, IL 61825 Tel...
  7. MrSki

    Tag Matching

    Does ColdFusion's Editor (Homesite) provide an easy way to match opening and closing tags? I have used a variety of editors (coursware related) before that linked related tags with brackets for easier viewing. This would sure help when debugging or heavy editing a page. Mitch Duszynski Web...
  8. MrSki

    Tag Matching

    Does Homesite provide an easy way to match opening and closing tags? I have used a variety of editors before that linked related tags with brackets for easier viewing. This would sure help when debugging or heavy editing a page. Mitch Duszynski Web Developer Human Kinetics PO Box 5076...
  9. MrSki

    Checkbox changes row background color

    I have a table where the first column is a checkbox. Each row is dynamically created based on information from a query. When the checkbox is CHECKED I would like the entire row background color to change. I am having problems figuring out how to do that. Any ideas? Mitch Duszynski Web...
  10. MrSki

    Klondike Solitaire for Handspring Visor PalmOS3

    My wife has my old Handspring Visor and recently lost all that was on it and we had to reset it. Data was not a problem since it was all on the desk top machine. But we did lose a Klondike Solitaire game that was on there. I have been having a heck of a time finding a replacement for it...
  11. MrSki

    Netscape 6 and drop down boxes

    Has anyone ever had a drop down box NOT work in Netscape 6? We have run across a drop down that will scroll, but nothing drops down like it should. <form action=&quot;default.cgi&quot; method=&quot;post&quot; enctype=&quot;application/x-www-form-urlencoded&quot;> <p id=&quot;dd1li&quot...
  12. MrSki

    Dell AXIM Backup Battery

    I seem to be having an unusual problem with the AXIM's backup battery. I thought it had completely run out so I replaced it. But now I notice one moment it will be 100% and the next it will drop to 0% and I get the low battery alert. I have tried 3 different batteries, cleaned the posts and...
  13. MrSki

    Setting up a synch with Dell AXIM

    I recently lost all data on my AXIM when both batteries went dead. Now that I have replaced the batteries, I am having a problem. I have RESTORED all the data, but when I try to set up the synch, it connects, then searches for changes, and then it barely gets going when it aborts with s...
  14. MrSki

    Re-Setting my Dell AXIM

    Last weekend I de-charged the main battery as well as the backup battery. I recharged the main battery and did a restore of my data. I noticed while checking battery status that the backup battery was depleted (0%). I ordered a replacement for both just in case. But now when I try to power...
  15. MrSki

    MACs and Hyperlinks

    I am not a MAC user so I am unfamiliar with their quirks. We have a MAC user who is claiming that the TOC Hyperlinks in this file... http://www.humankinetics.com/service/author_info.cfm do not work for him with either browser. Is anyone familiar with this type of problem and better yet, have...
  16. MrSki

    Direct Database Access Possible?

    An interesting question was posed to me by a friend who has his web site on a server that supports Cold Fusion. He was wanting to know if there is a way in CF to access a database without having a DSN set. He is not sure if the people running the server will set up DSNs for a database he...
  17. MrSki

    Mahjong for Palm OS 2.0

    My wife recently inherited my old Visor with Palm OS 2.0 and I have been trying to find a Mahjong Game (free or inexpensive) that will work on 2.0 Anyone have any ideas? Mitch Duszynski Web Developer Human Kinetics PO Box 5076, Champaign, IL 61825 Tel: 217-351-5076 x2474 | Fax: 217-351-2674...
  18. MrSki

    Formatting text in an ALERT BOX

    I don't think this is a possible (other than adding Linefeeds) but just in case I am posing a question to the experts I have come to trust over the years. Is there a way to HTML Format the text that appears on a javascript alert box? Mitch Duszynski Web Developer Human Kinetics PO Box 5076...
  19. MrSki

    Trying to Avoid Netcape Font Size changes

    We have heavily used style sheets on our web sites but have noticed that the INCREASE FONT and DECREASE FONT in Netscape seems to override any style sheet size settings. Is there a way to get around this so the font display will not be adjusted? Mitch Duszynski Web Developer Human Kinetics PO...
  20. MrSki

    Netscape Compatible menu

    I am using the following code to be able to add a second stage menu to a navigational menu along the left side of the screen. I placed a null graphic under the main category and use script to populate it with a full graphic of the submenu. All works fine in IE but when I test it in NS (both...

Part and Inventory Search

Back
Top