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."...
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...
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 {...
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.
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"...
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...
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?
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...
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.
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.
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.
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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.