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: *

  • Users: idaryl
  • Order by date
  1. idaryl

    Passing info to a "locked" field

    Went out to Google and looked around - the "samples" shown are mostly PHP, or ASP and require working knowledge from those areas (which I definately dont have). Others use the document.write feature to display the results {not what I need) Others Also.. what if the user has "cookies' disabled...
  2. idaryl

    Passing info to a "locked" field

    Anyone out there to help? • idaryl • http://www.designedimage.com •
  3. idaryl

    Passing info to a "locked" field

    Hey guys - thanks! you know after a search I also found this: http://javascript.internet.com/forms/locked-textbox.html as well - what if there were other text fields (in the same form) on the first page such as room1, room2, room3. How could I amend the 2nd page to show the same text fields...
  4. idaryl

    Passing info to a "locked" field

    I have a calculator on a page (thanks to Chessbot) and I am having the results from a form button on the calculator page: <input type="button" value="- Order Platinum -" onClick="window.location.href = 'passD.htm?' + this.form.ttl3.value" name="button3"> sent to a another form on another page --...
  5. idaryl

    Popup Windows w/- Javascript - possible fix - maybe!?!

    Hi Chessbot, True - the target being a new window is fine but I guess in that case then a <BODY onload="window.resizeTo(555,350)"> feature will force the new window to a smaller size to accomodate the "design" however, the issue of the taskbar, resize, scrollbars, etc, etc is still apparent...
  6. idaryl

    Popup Windows w/- Javascript - possible fix - maybe!?!

    Hello everyone, I've been using Dreamweaver to generate all of my html pages now for awhile ... and just recently many of my clients have been calling with the same problem -- "popup windows" Quite a few of my clients have javascript pop windows for extra information, remote windows and just...
  7. idaryl

    Popup Windows w/- Javascript - possible fix - maybe!?!

    Popup Windows w/- Javascript - possible fix - maybe!?! Hello everyone, I've been using Dreamweaver to generate all of my html pages now for awhile ... and just recently many of my clients have been calling with the same problem -- "popup windows" Quite a few of my clients have javascript pop...
  8. idaryl

    chained listboxes

    yes that would do for the Dual stone amulets +-----------------------+ |Type of object (amulet)| +-----------------------+ +------------------------+  +---------------------------+ |Available stones for top|  |Available stones for bottom| +------------------------+  +---------------------------+...
  9. idaryl

    chained listboxes

    The link opens the page in the cart EG: http://www.merchantamerica.com/www.energystones.com/index.php?ba=product_enlarge&product=43601 and thats from a combined menu -- The first pulldown is the type of jewelry (necklace) and the second pulldown the type of stone (Agate) -- there are 15 stones...
  10. idaryl

    chained listboxes

    Right now the products are here http://www.merchantamerica.com/www.energystones.com/index.php and the idea is to have the menus combine to go to the appropriate page in this cart (pain that it is - as you will see from the volume of product - and I'm still not done with THAT part yet - images...
  11. idaryl

    chained listboxes

    Lets see if I got this right --- [types[1][1] = new Array("Choose stone here","Agate","Aventurine","Bloodstone");] this array is for the types of stones available - and each one of these has a page defined in the cart for it. The page call should come from here (the 15 stones available) [This is...
  12. idaryl

    chained listboxes

    yes - that way I can configure it to the cart pages • idaryl • http://www.designedimage.com •
  13. idaryl

    chained listboxes

    This is what I have now <html> <head> <script type="text/javascript"> <!-- var types = new Array(); types[0] = new Array("Choose from here"); //etc types[1] = new Array("Single energy stone necklace"); types[1][1] = new Array("Agate","Aventurine","Bloodstone"); //etc types[2] = new...
  14. idaryl

    chained listboxes

    OK so I added the submit button - but where is the href/url go..? From what I can see the array does'nt allow for the url. Types? you mean the types of bracelet/necklace or the stone therein? In some instances there are 15 varieties.. eeee! • idaryl • http://www.designedimage.com •
  15. idaryl

    need to add 2 another functions to this form

    (big laugh from me here - at myself of course!) OK you actually think I know what I'm doing (haha) If I stand on my head and study what you just said it may make some sense to me - haha [do you see the humor here - by all means laugh at/with me] To quote (sort of) from the Kinks - You really...
  16. idaryl

    need to add 2 another functions to this form

    So I should set all my initial values to $N.aN rather than 0 - if this is right, then; its another piece of info i can use indefinately • idaryl • http://www.designedimage.com •
  17. idaryl

    chained listboxes

    Hi Mr. Chessbot, guess what? !yep! Those pesky hidden characters again (I wonder if this happens to other people - generating useless arguments that can be easily avoided - who knows?!?) Anyway; after stripping them out; the drops work - but - after the selection is made, the user should...
  18. idaryl

    need to add 2 another functions to this form

    Huh? • idaryl • http://www.designedimage.com •
  19. idaryl

    chained listboxes

    You can read my dilemma here - http://yxScripts.com/bbs/phpBB2/viewtopic.php?t=239 Any ideas? anyone? • idaryl • http://www.designedimage.com •
  20. idaryl

    chained listboxes

    OK this is what im kinda looking for also - BUT - I'm not using php - I've tried this: http://yxScripts.com/cs/chainedselects.html - but it doesnt allow for multiple menus per page -- So, here's the deal goto http://www.energystones.com/change.html - this is the site I'm developing... you...

Part and Inventory Search

Back
Top