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 Chris 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: *

  1. dlyles

    Help with Else If

    So true, and my apologies function LMSSetValue(name, value) { print_info("LMSSetValue("+name+","+value+") called.", "APIWrapper.js", 216); var api = getAPIHandle(); if (api == null) { print_info("Unable to locate the LMS's API Implementation.\nInitialize was not successful."...
  2. dlyles

    Help with Else If

    Thanks, I have it twice because it is the condition on two ifs.
  3. dlyles

    Help with Else If

    Hey everybody. let me say that I'm a javascript newbie. I'm an asp and php kind of person. I have the below code that is giving me a syntax error. My novice eye says it's ok, obviously not. It's supposed to work like so...if the url is the referenced url than cmi.score.scaled >= and if...
  4. dlyles

    Layers

    Ok, I'm still having trouble. Maybe you can have a look at it. www.staff-n-track.kuumbasolutions.net/newprofile.asp?app=1665 Here's what I have #Layer1 { position:absolute; width:200px; height:415px; z-index:1; left: 200px; top: 120px; visibility: hidden; } #Layer2 {...
  5. dlyles

    Layers

    Thanks. Ok, I'm going to be the real idiot and ask how and where i'm placing this? How am I changing what I have?
  6. dlyles

    Layers

    I don't know if this makes a difference, but I am using div tags, it was just too much to print. I have<div id="Layer1">bla bla bla</div> <div id="Layer2">bla bla bla</div> Also on the page, I reference the layers css parameters. thanks.
  7. dlyles

    Layers

    I'm sure this is a simple one. I'm totally new to this layers thing (ok, and JS in general) and I'm trying to create 5 with onclick properties. What am I doing wrong that the labels don't show and not show correctly? <td><img src="images/personal.gif" width="90" height="20"...
  8. dlyles

    Finding empty records

    That's exactly what I did. Thanks.
  9. dlyles

    Finding empty records

    I have a report that shows a list of room numbers and items inside those room numbers. The report now can show one room number per line with a different item on each line Item 1 room 113 Item 2 room 113 room 113 item 3 room 113 What I want to do is find all rooms that...
  10. dlyles

    Error when deleting

    I have data that I'm trying to delete (I guess in a way this is related to my other post...sorry). I can delete new data on a new table, but not imported data. Any reason for this?
  11. dlyles

    Hopefully simple question from a newbie

    Ok, I'm a little confused, so this is what I'm going to do (and it hopefully will work). I have a routine in my FTP program to download a file at a set time everyday. I have a DTS package set to import that file 1/2 hour after it's downloaded. Now, I need to eliminate any duplicates that are...
  12. dlyles

    Hopefully simple question from a newbie

    That sounds like a great idea if I knew what a DTS was. [ponder]
  13. dlyles

    Hopefully simple question from a newbie

    Can someone point me in the right direction? I'm need to run a script that will run an auto import of data. Basically I'm retrieving a .sql file everyday via FTP and I need to automatically import that data at a specified time into an existing database. Thanks in advance.
  14. dlyles

    Changind display of number

    Thanks. That was for .NET, which I honestly don't quite get. I did see that. I went with FormatCurrency. Thanks.
  15. dlyles

    Changind display of number

    I'm trying get data that may look like this 50000 look like this 50,000. I'm assuming this is a simple fix. Any ideas? The data is coming from an SQL db and is a int field.
  16. dlyles

    CDONTS - SMTP setup

    Ok, this server doesn't actually handle any email so there is no account associated with this. I'm aware that Windows servers can send email from any server through CDONTS, which is how I had it working on the other server the site was hosted on. So that's not really an option for me.
  17. dlyles

    CDONTS - SMTP setup

    Ok, I did all of that and I'm getting no errors, but still getting no emails.
  18. dlyles

    CDONTS - SMTP setup

    Not to my knowledge. I have to go check the server for that. I'm pretty sure 0 is for HTML formatting, but I tried it with a 1 anyway and still same problem. I just unistalled and reinstalled SMTP service and the error is gone, but no emails. I realized I have to re-register CDONTS and I'll...
  19. dlyles

    CDONTS - SMTP setup

    The last line is 37 Set MailObj = Server.CreateObject ("CDONTS.NewMail") EmailFrom = "Applications@zkdinc.com" EmailTo = request.cookies("email") Subject = "ZKD Applications" 'MailObj.AttachFile("E:\Inetpub\Virtuals\uniquestdesigns\apataarp\epsq.doc") Body = "<!DOCTYPE HTML PUBLIC ""-//W3C//DTD...

Part and Inventory Search

Back
Top