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 derfloh 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: jain747
  • Order by date
  1. jain747

    question about onClick event handler

    it worked thanks for the help.
  2. jain747

    question about onClick event handler

    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...
  3. jain747

    ActionScript book recommendation

    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...
  4. jain747

    Problems w/ Email Authentication

    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...
  5. jain747

    parse error

    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...
  6. jain747

    Configuration Error

    Hello Everyone, I'm receiving a configuration error, but not entirely sure on what it means. The error is in this line: <add verb=&quot;*&quot; path=&quot;*.vb&quot; type=&quot;System.Web.HttpNotFoundHandler,System.Web&quot; /> The suggested help is: === Pre-bind state information === LOG...
  7. jain747

    error: invalid outside procedure

    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...
  8. jain747

    Problems w/ upgrading from xp home to professional

    When the error: &quot;Setup was unable to initialize Network installation components. The specific error code is 2&quot; came up I tried doing the command: &quot;del /q %SystemRoot%\System32\Catroot2\Edb.log&quot; to rebuild the catalog database. But when I restarted the computer I got the...
  9. jain747

    Question on SQL command

    it works and I understand what you mean...thanks for the help.
  10. jain747

    Question on SQL command

    I have a question on the &quot;Test&quot; 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...
  11. jain747

    Problems w/ upgrading from xp home to professional

    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...
  12. jain747

    IIS problems

    Good Afternoon, I get this error when I open up ASP.Net Web Application: &quot;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...
  13. jain747

    whats -&gt;

    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...
  14. jain747

    configuring php w/apache

    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...
  15. jain747

    configuring Tomcat and PHP

    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...
  16. jain747

    Exception in thread &quot;main&quot; java.lang.NoClassDefFoundError

    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 &quot;main&quot; java.lang.NoClassDefFoundError: fruit (wrong name: Fruit)at...
  17. jain747

    Exception in thread &quot;main&quot; java.lang.NoClassDefFoundError

    I'm trying to run a java file on j2dk1.4 but I get the error Exception in thread &quot;main&quot; 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...

Part and Inventory Search

Back
Top