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 Chriss Miller 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: FreshJava
  • Content: Threads
  • Order by date
  1. 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...
  2. 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 "...
  3. 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. " ->
  4. 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...
  5. 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...
  6. 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...
  7. FreshJava

    Corel Draw 11 (Symbols)

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

    ASP and Flash

    I hope some one can help me with this. I am trying to teach myself how to use asp and flash together. I am using the book server side flash. On the very first exercise, I ran into problems. As far as I can tell I followed the books instructions to the letter, But either the book left something...
  9. FreshJava

    Drop down menu

    does anyone know of a way to customize the drop down menus generated by FW. What I mean is, I would love to use a customn image within the FW drop down, but all I can see are the predefined images.
  10. FreshJava

    Procreate Knockout and Photo-Paint

    Ever since Corel Aquired procreate, I thought that they would incorporate the masking capabilities into photo-paint. Can some one, that has purhased corel graphic suite 11, tell me if the abilities that are found in knock out part of photo-paint. i.e. the ability to mask hair, smoke, glass, and...
  11. FreshJava

    ASP Interaction

    Is it possible to open a asp page inside the flash player or current flash page. Let me expound on what I am trying to accomplish. I am creating a new e-commerce page, I want my first page to be complete flash, flash buttons and animation. I want to connect to the asp page and query the...

Part and Inventory Search

Back
Top