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

    Embed ASP in HTML

    Hi All, I have a static html front page with ASP pages underneath. I have a login/logout field on the ASP pages but I am having difficulty embedding the same code across to my HTML page. Is there a way to do this? I also need a way to read the login on the html page so that is a person logins...
  2. Chinyere

    How to Create a Server-Sided Session in ColdFusion?

    Hi All, Are server-sided sessions possible in ColdFusion? If so, does anyone have a how-to or maybe point me in the right direction? I would like to create a prgram that would NOT drop cookies on the client's machine (or hold anything on their memory bank). Basically, I am am supposed to...
  3. Chinyere

    HELP with Javscript Interactive Slide Show?

    Can someone help me with this? Here is the scenario: Outline Company would like to show prospective clients their projects portfolio. Two rows of small images of projects at the bottom of the page. When one small image is clicked, it activates a "slide show" at the top of the page. The slide...
  4. Chinyere

    Gray (Unclickable) Submit Button (until Info in Form is Filled Out)?

    Hello, Does anyone know how to make the submit button "grayed out," that is, unclickable, until all of the information in the form is filled out? (I believe this should be done in Javascript.) Please let me know. Thanks. Chinyere [afro2]
  5. Chinyere

    SIMPLE Arithmetic

    Hello, Does anyone know how to do simple arithmetic in Javascript? Such as: a + b = c a - b= c a * b = c ...with totals displayed for each on a Web site? If not, could you direct me to the right thread or Web site? (I am crunching on a project and can't think of where I've found this...
  6. Chinyere

    Problem Printing PDFs - ERROR 79.00 FE - Printer Error

    Could anyone help me with this? I am trying to print PDF files and the computer won't allow me to print all of them. I printed only one page successfully so far... I tried opening another PDF file and it won't allow me to print and gives me the following error message: 79.00 FE Printer Error...
  7. Chinyere

    Problems with Sending/Receiving E-mail and with Internet

    Hello All, I am having e-mail issues. I do not think that it is e-mail client related. When I go to do a "Send/Receive" in Microsoft Outlook, I receive a mail error, which informs me that the POP3 mail server cannot be located, then it has a box that lists the mail server as...
  8. Chinyere

    Problems with Sending/Receiving E-mail and with Internet

    Hello All, I am having e-mail issues. I do not think that it is e-mail client related. When I go to do a "Send/Receive" in Microsoft Outlook, I receive a mail error, which informs me that the POP3 mail server cannot be located, then it has a box that lists the mail server as...
  9. Chinyere

    How to VALIGN Nested Tables in HTML?

    Hi All, Does anyone know how to align nested tables? I create tables in the usual fashion then I nest another table in the <TD> field. My problem is that I would like to TOP align (VALIGN) this table and can't. Does anyone know how to do this or is it impossible? Note: I cannot (not...
  10. Chinyere

    Help with CFSELECT in a Drop-Down Menu?

    Hi Guys, I am back with another CF question for you. I am trying to use the <CFSELECT> tag with no real success so far... I am using it in a form (drop-down menu) and I would like after the user selects an option for details of that selected option to be displayed on the next (post) page...
  11. Chinyere

    ASP Registry Key Issue

    Hi All, While transferring files over to a new server, I received the following error message: ____ Microsoft OLE DB Provider for ODBC Drivers error '80004005' [Microsoft][ODBC Microsoft Access Driver]General error Unable to open registry key 'Temporary (volatile) Jet DSN for process 0x690...
  12. Chinyere

    HELP! -- My Windows XP Interface is Gone

    Hello All, All XP users are familiar with it's jazzy interface and are attached to it somewhat... Imagine my surprise one day, when I turned on my computer and received a Standaed Windows interface instead of my XP interface... I don't know how this happened but does anyone out there know how...
  13. Chinyere

    The Good Ol' Macromedia Switch

    Hello All, It used to be that if you visited this link: http://devex.macromedia.com/developer/gallery/ CF developers would find a whole boat load of ColdFusion third party code (some free some not). Code such as shopping carts and mail that a newbie CF developer could use to see how CF...
  14. Chinyere

    CENTER Alignment Tag DOES NOT WORK Inside &lt;TD&gt; Tag

    Hi, (I am working on a project which contains the get_picture CF code.) Well, the HTML portion of the code contains an image. When I try to align this image to &quot;CENTER&quot; inside of the <TD> tag it still remains left-aligned. What am I doing wrong? Does anyone have any ideas...
  15. Chinyere

    BGCOLOR in &lt;TD&gt; Tag Spoils My Script

    Hello, I am using ColdFusion Studio to edit a CF page so I wanted to change the color of a table cell background one day... I innocently typed in something like <TD bgcolor=&quot;#3DA768&quot;>... When I test the script, lo and behold, I receive an error message that goes something like this...
  16. Chinyere

    PROBLEM: OnClick Link Sends Scroll to TOP

    Hello All, Help ASAP!!! I have inherited a project with ASP code and I am not really an ASP person. This is the code: <a href=&quot;#&quot...
  17. Chinyere

    STOP! Page from Changing Position When Link is Clicked

    Hello, I am working with a list of links on a web page. When someone clicks on a link and it opens in a page, the page position of the original is NOT retained; it shoots up back to the top of the page. this is the problem. How do I get it to retain its position so that if someone is...
  18. Chinyere

    Highlighted Text in HTML Anyone?

    Hello All [afro2], Just out of curiosity is there a way to code HTML so that the resulting text on the web page looks like it is highlighted text? Like text in a book with yellow highlighter, for example? If anyone knows this, please let me know. Alas, I will have to settle for colored text...
  19. Chinyere

    Web Site with No Access to Outsiders

    Hello [afro2], I need to set up a development web site. This is a test web site and should not be available to outsiders, search engines, and the like. The web site will be viewed by members of my company and our client ONLY. How to do this? I am thinking that the best way to do this is by...
  20. Chinyere

    Report Layout Issues

    It's me again! [afro2] I am almost there... This time the report does not look the way that I want it to look. I have specified for it to have 3 columns. The way it appears now, the info starts at the second column (and skips over the first column). Does anyone know what mysterious thing is...

Part and Inventory Search

Back
Top