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 Mike Lewis 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. smitheroo

    Websphere Theme Builder

    Hi, I have installed a trial veriosn of websphere v7.0 and then installed Theme builder. I can't work out the url to access the portal or Theme Builder. Can someone point my in the right direction please? I login to this url: http://<host>:9062/ibm/console/login.do Integrated Solutions Console...
  2. smitheroo

    simple password validation script not working in IE

    Hello, You're correct well done! just needed a hidden submit button in there too. I really appreciate your help. :~]
  3. smitheroo

    simple password validation script not working in IE

    Many thanks for the quick response and help, much appreciated. I've moved the pasuser call, it doesn't work in IE of FF now. <code> <form name="login" onsubmit="pasuser(this); return false"> <input style="position:relative; top:162px; left:128px; width:40px; float:left; background-color:#000...
  4. smitheroo

    simple password validation script not working in IE

    Hi, Please can someone cast an experienced javascript eye over this code? I've got this simple validation demo to work in Firefox by entering some stored content into two text fields and hitting enter it goes to the next demo page. I can't see what I need to amend to get it to work in IE. I've...
  5. smitheroo

    functional context menu

    Thanks for your response Dan. I'm not quite sure how that fits into the snippet of code, but at least I can google that line of code for an example. (I'm a designer and a bit green with javascript) Cheers Ian
  6. smitheroo

    functional context menu

    Hi, I've created a right click context menu and I'm wondering if anyone knows how to add an onclick event to the menu items (I'm trying to show and hide content with an onclick callin a seperate show/hide script). I think the code below is the right place to play with the functionality of...
  7. smitheroo

    innerhtml escaping correct?

    Hi, Me again. just got a quick question. How do I amend this script so that it works with text boxes ('amount' and 'comment'), it's origianlly written for three drop downs. I've tried changed selectedindex to 'text' but i think i'm overlooking something else to change. best regards Ian...
  8. smitheroo

    innerhtml escaping correct?

    That's got it. Well done. thanks. I'm just doing a standalone training html, so it's not going to be examined by anyone technical. cheers Ian
  9. smitheroo

    innerhtml escaping correct?

    Hello, Does anyone know why this isn't working? (on the last line of the script - 'out.innerHTML'). I presumed that I could add 'table' 'tr' and 'td' tags because it was working when I just had a radio button in the script. I'm going to try combining innerhtml tags at some stage as I have a...
  10. smitheroo

    add multiple rows to table from drop down selections

    Thanks for inner html update, excellent! I just had a text area from the example script I found earlier. thanks for your replies, you're a great help.
  11. smitheroo

    add multiple rows to table from drop down selections

    thanks for that lesson. you're a gent. Just one more thing, do you know if it's possible to put a radio button at the start of the text results? in here: out.value += text + text2+ text3+"\n";
  12. smitheroo

    add multiple rows to table from drop down selections

    Hello, i've managed to bodge this script to pass text from three drop downs. It's probably very verbose, but I'm a javascript amateur. Any suggestions to clean it up would be appreciated. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"...
  13. smitheroo

    add multiple rows to table from drop down selections

    Thanks for the advice, especially the firebug. I've been trawling through articles and think I can use this script. I just need to work out how to have three drop downs instead of 1 before it passes the selections to the text box. Can anyone help please? many thanks <!DOCTYPE html...
  14. smitheroo

    add multiple rows to table from drop down selections

    Hi, Thanks for looking. Yeah, you're right id's should be unique, I think I might try another direction. I'm told by a friend that I should try 'document.writein' method. I know I have the ingredients all there, I just need to be a better chef :~]
  15. smitheroo

    add multiple rows to table from drop down selections

    Hi, I'm looking for some help to combine scripts please. I'm only used to working with really basic javascript. I've got 5 drop downs and an add button, when the 2nd drop down is clicked it shows a hidden drop down on the third and so on till the fifth drop down. When I click 'add' I want to be...

Part and Inventory Search

Back
Top