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 bkrike 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. survivorjoe

    Can't access Remote Desktop from the Start Menu

    I have Win XP, and do not see the Remote Desktop option under Start -> All Programs -> Accessories -> Communications. All I have is HyperTerminal. How do I get the Remote Desktop option back? - Joe
  2. survivorjoe

    Question on getting data from two tables

    Greetings, I have 2 tables that I need to work on. From my Client table, I need to go through and look at the client email address for each client (unique email addresses stored in this table). For each client, I need to pull out their name, company name and phone number. Next, I have to...
  3. survivorjoe

    Error on Importing a Database from a different host

    I am trying to import a database from one web host to a different one (1and1.com). Here is what happens when I try to process the file: -- phpMyAdmin SQL Dump -- version 2.6.1 -- http://www.phpmyadmin.net -- -- Host: localhost -- Generation Time: Mar 21, 2007 at 06:14 PM -- Server version...
  4. survivorjoe

    How do I Store Variables in a mySQL Table?

    I want to create a table that has a newsletter that will get emailed out to clients. In the table, I want a field for the Subject, and one for the Body. In the Subject line, I need to include a personalization variable, such as "$firstname". In the Body content, I need to store several...
  5. survivorjoe

    How do I grab the visitor's IP address using JSP pages

    Greetings, I want to redirect site visitors coming from our firewall (IP block beginning with 155.188.) to an internal video to download. However, when I use the following line of code: String myIP = request.getRemoteAddr(); I get a router IP beginning with 192. Our site is JSP based. Is...
  6. survivorjoe

    How do I set a SPAN tag ID using NN4?

    Greetings, I have some text in a content-managed HTML file using TeamSite, where I want to set values such as Assets Under Management and as-of dates dynamically, using a database table. This HTML page is called by a JSP container page using Weblogic tags. The JSP container page makes the...
  7. survivorjoe

    How to validate a check box before a link can be clicked?

    Greetings, I have the code shown below. When I click on the "Get Application" link, I want it to work only when the checkbox is checked. If it is not checked, I want a pop-up alert box to appear. I have tried a few things, but I am not getting it right. Here is the html code. What...
  8. survivorjoe

    IBM 300 PL won't boot from CD ROM

    Hello, I have an old IBM 300 PL that was used on a network. I want to reformat the drive and reinstall Windows and use the machine as a stand-alone PC. I want to boot from a CD, and have set the start-up parameters in the CMOS to do so. However, it won't boot from the CD, and if it boots from...
  9. survivorjoe

    How do I match up elements in my XSL code?

    I have an XML file created with VorteXML. In the file, I have the following tree structure: <Investment Category> <Subcategory name=&quot;Somename&quot;> <Industry> <Companies> <Shares> <Price> <Current_Value> <etc...> </Companies>...
  10. survivorjoe

    How to Measure the Time to Load a Page?

    I have the need to test how long it takes to load a page and the related graphics and java apps that may be included. Think of it as measuring how long it takes for the &quot;Done&quot; message to appear on a browser. I can take time measurements at the stop and start of the process using the...

Part and Inventory Search

Back
Top