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 strongm 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. alehambre

    How to Concatenate Strings not Objects

    Thanks, Dan.
  2. alehambre

    How to Concatenate Strings not Objects

    Dan, Yes, that part worked! There are other parts that are too complex for me to solve though. Do you know anyone who I can pay to help me get a pay pal page working? I just don't have the time and patience to hack it as a javascript programmer. I'll stick to HTML and XML. ;) Please let me...
  3. alehambre

    help with rollover button

    When you are in the "Over state" in the rollovers palette, in the top layer of your rollover, you must uncheck the visibility (looks like an eyeball). Then save with the options set to HTML and images. It sounds like you did that though... What browser are you using?
  4. alehambre

    Help on batch processing?!

    Have you tried re-recording the save for web action to the desired folder, rather than the original location? The Override Save As is definitely quirky! Another common problem is using an pre-specified action while recording an action. Example: You have image size specifications set up for F5...
  5. alehambre

    How to Concatenate Strings not Objects

    Thanks for getting back to this so quickly! I'll try it out asap. ;)
  6. 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...
  7. 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"> <!--...
  8. alehambre

    Error

    I would remove the installation completely, reboot the machine, and try again. Also, try from another location. There are many sources for this software, and many are bad pirate versions. Many of the same functionality options can also be found by searching google for photo, freeware.
  9. alehambre

    How to create three equality spaced concentric rings

    Photoshop can make perfect proportions using the snap to grid option. I would try using View > snap to grid. Then go to View > show > grid. Modiy the grid size in Edit > preferences > "guides, grid and slices". --I would start with gridline every .25 inches. Now try to redraw one circle...
  10. alehambre

    Dynamic image table creation

    Perhaps I should also mention that the XML I am using contains 100 print nodes. This is the reason I am getting 100 as the value of Printnode.length . I shortened the XML for the example I posted previously.
  11. alehambre

    Dynamic image table creation

    Thanks for helping me clean this up, I certainly appreciate your time. The result I am getting from your version is 100 rows of the same three images. What I would like though, is to generate 1 cell for each unique filename, so that all table rows and cells are unique representations of...
  12. 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...
  13. alehambre

    Create Next button loop

    BillyRay, Thanks, sorry I didn't get to reply sooner. Yes, this did work. I resolved this part of the tool. I can't tell you how thrilled I was. Thanks again.
  14. alehambre

    Create Next button loop

    Thanks for your help. I really appreciate it.
  15. 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