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 gkittelson 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. niblet

    how to click on flash to go to new page ?

    thanks for the help !!!!
  2. niblet

    how to click on flash to go to new page ?

    Hi, I am writing a page and have been provided with a flash. The client wants to be able to click on the flash and go to the first page of the site .... I tried to just wrap the whole thing in < a href=&quot;....&quot;)> <object> flash stuff </object. </a> but that didn't work ...
  3. niblet

    capture down arrow from inside select list .

    Jeff, that was it exactly ... One thing to note, in order for the list to scroll I needed to advance the index in the drop down list in my evalKey() function, and I had to also force the tab advance to the next field. But I got my wish, I can pop out my windows on a the up/down scroll ...
  4. niblet

    capture down arrow from inside select list .

    Hi, I am using the onkeypress event in a select list and have no problem catching keys from in main keyboard, however, I would like to capture the down arrow, but I don't seem to be able to do that with the onkeypress. My goal is, as a list is scrolled, I would like to display using...
  5. niblet

    Second call to servlet from a jsp not working .....

    Hi, Thanks for the response, I tried your suggestion with the .jsp addressed with the slash, I still get the same problem. Any other thoughts anyone ? BTW, thanks for the tip on the foward and re-direct, I did not know that. If I am sharing a bean in a request though, I need to use the...
  6. niblet

    Second call to servlet from a jsp not working .....

    I am running jsp in jakarta/tomcat as a stand alone and am having the following problem. I have a form that has the following tag <FORM name='NewSelections' method=&quot;post&quot; action=&quot;/servlet/com.servlets.MainController&quot; the doPost in the servlet lands on the following actions...
  7. niblet

    can mailto automatically send and not open the window

    Hi gerrygerry, e-mail would be good if you can still help. I have a cc: line as well that needs to go on there. I really appreciate your input. When I have it all figured out, I will come back here and post the final thing that works, so the problem will be solved for someone in the...
  8. niblet

    can mailto automatically send and not open the window

    gerrygerry !! thanks so much for the help ... i am not experienced at all in php ..... where, on my ISP server do I put the scripts, do they go in the cgi-bin ? I am so glad you are willing to help me .. my e-mail is nibleto@hotmail.com niblet
  9. niblet

    can mailto automatically send and not open the window

    Update, The home page of my provider says every package comes with PHP 4.x, Perl, SSI, C/C++ ... should I look for PHP scripts ? thanks niblet
  10. niblet

    can mailto automatically send and not open the window

    thanks gerrygerry and toddww, I look forward to seeing those scripts, I'll start looking on my own as well. I have a cgi-bin.... can I do something with that ?
  11. niblet

    can mailto automatically send and not open the window

    HI ToddWW, Thanks for repsonding so quickly, I am using an ISP ..... does that make a big difference ? niblet ...
  12. niblet

    can mailto automatically send and not open the window

    HI I am working on a project and I need to mail the contents of a form, I am using the mailto and building the cc?subject&content and that works fine, but the mail doesn't send. It opens up into a window, for now I am forcing that with window.location = &quot;themailstring&quot; because I...
  13. niblet

    using cookie to retreive form values works in ie not in nn6

    I figured this out and thought I would say what I found. I had the onLoad=initForm(test) ... where test is the name of the form in the document. This worked fine in IE I changed it to onLoad=initForm(document.test)and all the form fields that were stored in the cookie were filled in for both...
  14. niblet

    How do I include a .js file in a .js file ?

    Hi, I have a bunch of validation, cookie, rollover et. al functions that I would like to keep in separate re-usable files, and write site specific .js files for individual site needs. Is there a way to include .js files inside of .js files the way you do in c or java ?? can someone give me an...
  15. niblet

    using cookie to retreive form values works in ie not in nn6

    Happy New Year ... I am using the following code to remember the values of forms. This works in IE, when I come back to the form all the values are set to the last entry value, that is what I want. I know the cookies are being set in NN6 as I can see the values by looking in the cookie...
  16. niblet

    Hi, I was wondering what I am d

    How embarrassing .... I got it, there's a semi colon after the for condition statement ... making the j value invalid in later statements. I didn't even see that until I read the posting again.... so it did help to write this, but no big mystery to be solved here, just tired eyes ...
  17. niblet

    Hi, I was wondering what I am d

    Hi, I was wondering what I am doing wrong here, I want to be able to generically save the contents of a form to a cookie, without hardcoding the names of the fields in my code. I saw some examples where the script looped through the elements of a form and extracted the information using the...
  18. niblet

    mailto: in netscape

    Hi ! I have a form and am using the ACTION mailto ... ACTION=&quot;mailto:nibleto@hotmail.com&quot; When I test the form in IE the contents of the form show up in the body of the e-mail, when I test in Netscape it does not. does mailto not work as an action with netscape, current version...
  19. niblet

    Open a window with frames and direct different pages to one frame

    Hi, I have sort of solved it, I have a script now that tests for the presense of frames when the page is called from the href, and if the frame is not present, it opens the frames page and puts the correct page in the frames. This is working, for what I wanted it to do. The code works on a...
  20. niblet

    Open a window with frames and direct different pages to one frame

    Hi Nippi, Actually, that made the right page come up, but not in the frame page, in an new page all by itself. I need the top frame with the info banner to come up as well. I have used that tac before, but for when the frames were on the same page as the button, Here the button is on a...

Part and Inventory Search

Back
Top