I've just started learning w/ JS and cannot seem to figure out the error with the script below. Any help will be appreciated:
<HTML>
<HEAD>
<TITLE> An onClick= script </TITLE>
<SCRIPT LANGUAGE= “JavaScript”>
<!--
function alertUser() {
alert("Ouch!")
}
//-->
</SCRIPT>
</HEAD>
<BODY>
Here is...
Can anyone recommend an ActionScript book?
I've been reading Flash MX ActionScript for Designers, but the author gives generic examples. I learn better when there are examples that require to open a flash file and make step-by-step changes.
Some of the features I need to learn are:
Creating...
Hi,
I'm trying to use System.Web.Mail.MailMessage() to send emails, but I get this error: The server rejected the sender address. The server response was: 553 Authentication is required to send mail as <something@johndoe.com>. Should I be using another method rather then the one below?
Dim...
Hi,
I have VS.NET 2003 version 1.1.4332 and am trying intro7.aspx from http://www.dotnetjunkies.com/quickstart/util/srcview.aspx?path=/quickstart/aspplus/samples/webforms/intro/intro7.src.
I'm not sure why I'm receiving this error: Parser Error Message: File or assembly name AcmeVB, or one...
Hello Everyone,
I'm receiving a configuration error, but not entirely sure on what it means. The error is in this line: <add verb="*" path="*.vb" type="System.Web.HttpNotFoundHandler,System.Web" />
The suggested help is:
=== Pre-bind state information ===
LOG...
I'm not sure why I get an error (invaliv outside procedure) on the line
Set ws = DBEngine.Workspaces(0). maybe someone can help me out. thanks.
' Option Compare Database
' Data Definition Language example
' Declare varaibles of the required types
Dim ws As Workspace
Dim dbLibrary As...
When the error:
"Setup was unable to initialize Network installation components. The specific error code is 2"
came up I tried doing the command: "del /q %SystemRoot%\System32\Catroot2\Edb.log" to rebuild the catalog database. But when I restarted the computer I got the...
I have a question on the "Test" keyword. Example where Test is used:
CREATE TABLE BOOKS
(ISBN TEXT(13) CONSTRAINT PrimaryKeyName PRIMARY KEY,
TITLE TEXT(100),
PRICE MONEY,
PubID TEXT(10) CONSTRAINT Test FOREIGN KEY(PubID) REFERENCES
PUBLISHERS
(PubID));
Whats the reason for...
Hey Everyone,
My PC came w/ XP Home and I want to upgrade it to Professional. So I used the Professional Upgrade CD, but during the process of Installing Windows I get these errors:
Error:
Setup could not register the OLE Control
C:\Windows\System32\netman.dll because of the following error...
Good Afternoon,
I get this error when I open up ASP.Net Web Application: "The default web acccess made for this project is set to file shrare, but the project folder at 'http:\\Projects\Webbplication1' cannot be opened with the path '\\Projects\wwwroot$\WebApplication1. Unable to create...
I'm trying to understand code about heredoc notation from the PHP manual, but I can't figure out what -> means in $this->foo = 'Foo'; I dont think the previous chapters have discussed the usage of ->. Thanks for the help.
<?php
$str = <<<EOD
Example of string
spanning multiple lines
using...
I have apache working, but when I try to load php files onto apache it doesn't work for some reason. My extension_dir = C:\PHP and doc_root = C:\Program Files\Apache Group\Apache2\bin in the php.ini file which was copied into the Windows XP window folder. So does that mean I save .php files...
I was wondering if PHP 4.3.1 can be configured with Tomcat 4.0b1 and what are the required changes I have to make to php.ini and the environmental variables for tomcat. I'm using windows xp home edition. I tried looking over the install.txt file php provides, but it wasn't too helpful. I...
The directory to the class file is C:\Documents and Settings\jain747\My Documents\NOTES\Java
I tried the command you gave me and a bit of the error I got is: Exception in thread "main" java.lang.NoClassDefFoundError: fruit (wrong name: Fruit)at...
I'm trying to run a java file on j2dk1.4 but I get the error Exception in thread "main" java.lang.NoClassDefFoundError: Fruit on Windows XP home edition OS. I'm reading up on the error and it states to edit the classpath, but I'm not sure exactly how to. The class file is in the same...
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.