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 dencom 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: alehambre
  • Content: Threads
  • Order by date
  1. alehambre

    How to Concatenate Strings not Objects

    When the TEST button is clicked, the alert message returns "finalName is [object Attr] Frame Color: [object Attr] ". How can I make "finalName" return the concatenated strings initialName + currentFrameColor? I'm new to javascript (and programming). I'm having trouble understanding the...
  2. alehambre

    Cross Browser Compatability Question

    This page works in IE, but not in Mozilla or Netscape. Could anyone help me figure out why? Am I using unsupported javascript? -If possible, please suggest an alternate solution. <html> <head> <title>Sample Product Gallery</title> <script language="JavaScript" type="text/JavaScript"> <!--...
  3. alehambre

    Dynamic image table creation

    [highlight #FF99FF]I am creating a table dynamically from an XML file in the DOM. The intent is to create a new <img src= attribute from the hrefs in the XML file 2006_Print_List.xml(See bottom of thread for XML).[/highlight] -I am able to get the filenames from the DOM(See Test Button), but I...
  4. alehambre

    Create Next button loop

    I am using DOM to view XML in an HTML form. I need some help constructing a loop to allow user to click "Next" button, to view next XML node. I am trying to use the variable "A" to control the array position. I want to create a loop that adds 1 to the value of A each time the button is clicked...

Part and Inventory Search

Back
Top