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 SkipVought 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. FreshJava

    form values

    Oops - seems as though I did indeed leave the left parenthesis; however it was meant only to get the point across which Sheco obviously got. Thanks Sheco that is exactly what I was looking for. I'm still somewhat of a novice programmer, and have never used the split function. Worked perfectly...
  2. FreshJava

    form values

    I am creating a dynamic driven survey where the a user can create qustions and is then populated on a local web page for others to cast votes. I have the back end working, my problem is when I try to send form values to the next page to be processed. i.e <% do until rs.eof %> <input...
  3. FreshJava

    Get individual elements from a loop

    sorry I was on my way to bed when I asked the question. what I am wanting is actually to pull a single element from an array that is inside a loop. I left out the "for" the first time should look more like this example: dim one,two,three, varArr one = request.Form("t1") two =...
  4. FreshJava

    Get individual elements from a loop

    How can I pull a single element from an array inside a function. example: dim varArr varArr = Array (var1,var2,var3) function getArr(arrNum) dim i i = LBound(varArr) to UBound(varArr) next arrNum = varArr(i) getArr = arrNum end function response.write(getArr(1)) display should " be var2 "...
  5. FreshJava

    php newb question

    Thanks, amazingly I looked through php.net and could not find this.
  6. FreshJava

    php newb question

    Ive seen this " -> " inside of numerous php code pages but can find no referrance to what it actually is or does could some one please explain. when I google it I get a blank screen. " ->
  7. FreshJava

    Box element stretch

    That did the trick. Thanks while I knew that box elements only expanded to 100% of the parent container I just couldn't get the body element to stretch 100% of the page. The only thing I was missing was the html added to the body element. doh!! sometimes I completely over look the easy.
  8. FreshJava

    Box element stretch

    Is there a way to have a box element height match screen resolution? Currently I have my height set to a static height i.e. height:600px; what I want is for the box height to match the screen height, like tables do when you set height to 100% and put a space (&nbsp;)in as a place holder. I've...
  9. FreshJava

    Interface Language

    This is something that is asked when you install the software. My advice would be to reinstall the software and just select the language support that you want. I believe you can add several differnt langugages. I
  10. FreshJava

    asp.net woes

    OK I am brand new to asp.net and fairly new to dreamweaver. I was attempting to use dreamweavers getting started tutorial for setting up a database connection with asp.net. I followed the instructions to the letter ( at least I think I did), and when I finished I tried to run the project with...
  11. FreshJava

    Viewing Multiple Web Sites in a single Web Page

    Have you thoght of using Sever Side Includes?
  12. FreshJava

    DW- best site or book to learn from

    Oreilly usually has good books to go by. Here is a link to dreamweaver in a nutshell. http://www.oreilly.com/catalog/dreamweavernut/
  13. FreshJava

    RAVE Question

    Well since I couldn't find a decent RAVE Forum, I thought I would post my question here. I am having a problem keeping my rollovers from breaking my links out of a frameset. I used the the self target on the rollover and it just doesn't seem to work. I tried the same link on a simple text...
  14. FreshJava

    Corel Draw 11 (Symbols)

    Yes, but there is away around that, by creating a drawing with a master library. Keep that document open and then just copy from the master and paste to the new document. It's not the most efficient way but it does work. I've searched corel's site and through the help docs with no luck on my...
  15. FreshJava

    Corel Draw 11 (Symbols)

    No, Sorry for the confusion. With Corel Draw 11 you can now create small drwaings that will be used repetitively and save them in a symbols library to be used over and over. In my case I am using it to develop duct work for floor plans. With hundreds of differtnt sizes and types the symbols...
  16. FreshJava

    Corel Draw 11 (Symbols)

    Does any know of a way to manage Corel Symbols (i.e. sorting, or grouping).
  17. FreshJava

    importing AutoCAD file without losing Line Weights

    Try DXF out from cad and import that into Corel
  18. FreshJava

    Best image editor for use with Dreamweaver

    http://www.linecraft.com/ol/venom.htm
  19. FreshJava

    Best image editor for use with Dreamweaver

    >>If you want some simple &quot;click here&quot; crap then FW<< I couldn't disagree more. I find that it's not the tool but the master behind the tool that makes it great or not. FW rocks. I will admit that Photo Shop is the best bitmap editor out there. but it's also cost the most, and I would...
  20. FreshJava

    Corel 9 examples

    Within the tutorials that came with the CD's. I believe you can find them under the help menu. I'm not at my computer that has corel loaded on it right now; so, I could be wrong on the location. These are actually really good little tutorials.

Part and Inventory Search

Back
Top