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

    "The page at SITE_NAME says:" Firefox 2.0.0.6

    We appear to be getting this error only on (some) versions of Firefox 2.0.0.6. We first noticed it a few days ago. Any ideas why this could be appearing? It happens when we submit a form. Thanks! Rick Rick Morgan RISTMO Designs: Rockwall Web Design
  2. RISTMO

    Preventing SQL Injections

    I have some experience testing for injection vulnerabilities, but I don't feel as strong when it comes to protecting my own applications. Part of my doubt might come from not being able to find an advanced, comprehensive guide on the subject. I want to be able to assure my clients that any app I...
  3. RISTMO

    Run ASP Script on Email Arrival (IIS)

    Hey, I'm trying to create an application that will allow users to send a text message and trigger an ASP page. We use IIS' email system. What I'm wondering is, is there a simple way to run a page every time a new email is received at a certain mailbox on the server? Is there a tutorial...
  4. RISTMO

    New Email Launches Webpage?

    Hey, I doubt this is the right forum, but oh well... I'm trying to accomplish something very similar to Facebook's text messaging system. I don't have a clue how they do it, and after an hour of searching Google, I still haven't found any good results. Anyway, what I'm trying to do is set up...
  5. RISTMO

    Upload Image with Filename in Different Language...

    Hey, I have an image upload script that works fine -- but only when the filename of the image being uploaded contains English characters. When I try to upload an image named ??????.jpg for example (the filename has Arabic characters), the script doesn't work, and the filesize of the uploaded...
  6. RISTMO

    Associative Object Array

    Having trouble getting this to work... help please? var majorCode = new Object(); var majorDescription = new Object(); var majorCode["BA"] = new Object(); var majorDescription["BA"] = new Object(); var majorCode["BS"] = new Object(); var majorDescription["BS"] = new Object(); var...
  7. RISTMO

    Dynamic <Selects> and Eval()

    This script works pretty well, but it's not quite perfect. When any of the first three radio boxes are chosen, a "bach" dropdown is created, and when one of the second three's chosen, it creates a "mast" dropdown. It even sets the default selected value to 2 or 5 (as coded on lines 4 and 5)...
  8. RISTMO

    Dynamic DataGrid Problem

    Hey, I'm having trouble making this work ... I create the DataGrid and try to connect it with the query in the BindData() function, but apparently the function's trying to run before the datagrid gets created? Any ideas? Thanks, Rick <% @Import Namespace="System" %> <% @Import...
  9. RISTMO

    Select onChange, disable/enable fields...

    Hey, I'm having some trouble with making this script work ... when something's selected in the first select box, the bottom fields are supposed to switch to enable and set themselves to the values in the first dropdown ... should be pretty understandable by looking at the code ... but it's not...
  10. RISTMO

    New line in Textarea

    Hey, I have a textarea... I'm trying to insert a newline in two places... <textarea name=""><%= Address1 %> <%= City %>, <%= State %> <%= Zip %> <%= Country %></textarea> I've also tried <textarea name=""><%= Address1 %>\n <%= City %>, <%= State %> <%= Zip %>\n <%= Country %></textarea>...
  11. RISTMO

    focus() in Firefox

    Hey, I have this code that works fine in IE, but it totally chokes in Firefox. Type in an invalid phone number in the phone number field, then tab to the next field, and you'll see the alert popup, but the field doesn't focus again requiring them to leave it empty or valid, like it should...
  12. RISTMO

    Associative Array (Scripting.Dictionary) proglem...

    Hey, This script is supposed to pull all the field names from a table and make an associate array with those set to "test". <%@ LANGUAGE="VBSCRIPT" %> <!-- #INCLUDE file="testADO.asp"--> <% Dim theFieldNames, theOtherFields Set theotherFields=Server.CreateObject("Scripting.Dictionary") Set...
  13. RISTMO

    CSS width not working in Firefox...

    Hey guys, Here's a REALLY simple one, I'm sure ... but for some reason, this displays correctly in IE 6.0 but not Firefox. The width=200 isn't taking effect. Any ideas? <style type="text/css"> <!-- .first{ width:200px; text-align:left; color:#0022AA; font-size:14px; padding:10px...
  14. RISTMO

    ActionScript Multiple Movie Clip Problem...

    This is my movie -- it's all code. It's supposed to output a "block" of little blocks, as you can see if you uncomment the commented part and comment out the part right above it ... the problem is that when I paste this part of the script into the full movie, it doesn't work right.... If more...
  15. RISTMO

    Source: Obvious, Event ID: 1 & 4

    Ok, so I got on my computer this morning only to see that it's been restarting all night. It'll try to load windows, then reboot and go to the screen where you select a startup method (normal or safe mode). I can't boot into normal mode, and I can't system restore to earlier. This is what the...
  16. RISTMO

    Googlebot...crawling...

    Ok, so this is kinda intersting to me. About a week ago, I put a tracker on my website to see when Google gets there. It sends me an email with a url every time google crawls the site. But this is what I've gotten today: March 31, 2005, 4:42 pm - Google crawled...
  17. RISTMO

    New site, SEO Critique requested...

    Hey, I'm pretty much done with my newest site -- http://www.genuineautos.com -- and I'd just like to hear if there's anything that sticks out that I could do to make it rank better. At this point, if you search for "genuine autos" my Tek-Tips thread outranks the real site....something's wrong...
  18. RISTMO

    Genuine Autos Site Review

    This site isn't quite done yet, and you'll notice which areas are still under construction, but I'd like any feedback you have on the site. http://www.genuineautos.com/ Thanks, Rick http://www.ristmo.com/ http://www.arabchurch.com/ http://www.genuineautos.com/...
  19. RISTMO

    Help! pcfg_openfile error has shut down all sites.

    Hey, I don't know anything at all about all this stuff, but my friend runs our server and ran into a problem today that's affecting all our sites...We could really use some help :-D. Thanks, Rick http://www.ristmo.com/ http://www.arabchurch.com/ http://www.cashfutures.com/...
  20. RISTMO

    Very Simple Set Display Value Using Dropdown

    Hi, It seems all my JavaScript skills disappeared when I learned php, cause I'm constantly finding myself stuck with simple Js problems. What I'm trying to do is obvious from the code. But it's not working. [code] <!-- function show_limits(that){ if(that.value==0){...

Part and Inventory Search

Back
Top