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 strongm 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: bartee
  • Order by date
  1. bartee

    Hide Title Bar in New Window...

    good idea. thanks very much
  2. bartee

    Hide Title Bar in New Window...

    Is there a way... when opening a new window using window.open to hide the ie title bar (the bar with the close, minimize, and mazimize buttons)? any suggestions welcome. I've tried titlebar=no, which did not seem to work for me. Should it have? Thank you in advance.
  3. bartee

    close method after redirect

    Yes, it works correctly now. Thanks to everyone for the help.
  4. bartee

    close method after redirect

    Yeah, I would like to but they want it to display until the final page has loaded (after the re-directs triggered by submit) thanks
  5. bartee

    close method after redirect

    good suggestion. However, I attempted it and it still does not recognize.
  6. bartee

    close method after redirect

    Right now, the pop-up is just basic html. No images or anything. It doesn't seem to work blank either.
  7. bartee

    close method after redirect

    Sorry, correction on my closing code. It actually says: mywindow.close ();
  8. bartee

    close method after redirect

    Quick question: I have a form -- on submit it opens a pop-up window. The pop-up opens on submit. After submitting, the main windows goes throught a series of re-directs and finally displays a page. At this point the pop-up is still visible. I am trying to close the pop-up after the...
  9. bartee

    back not showing form...

    Yeah, I really don't like the idea of having to use this pop-up screen and then submit back to the original. Unfortunately, I haven't been given much choice. Thanks for your help.
  10. bartee

    back not showing form...

    Sorry. I have a form with 5 text boxes. Those boxes are filled out completely by the user and the user submits. On submit, I have the following javascript to open a pop-up window: window.open...
  11. bartee

    back not showing form...

    I have a form page. For my form page, I just had to add a pop-up message before submitting. It's not an alert, but a javascript call for window.open. When the user clicks a button on the pop-up window -- it closes the window and continues to process using the parent window. Problem is that...
  12. bartee

    Consuming Web Service...

    Thanks for the reply. I am new to working with web services. Unfortunately, I don't have any control over the web service that I am consuming. Here is my call: consumeWebService.mymethod("x", "xx", "user", "pass", "type", 1) It returns 5 variables: ID, Name, Code 1, Code 2, Code 3 Is there...
  13. bartee

    Consuming Web Service...

    I have a web service that I am consuming on my .net web form. I am able to connect and accept return information fine. However, the web service returns 5 parameters. I want to set a local variable to the value of each parameter returned but only want to call the web service once. Can anyone...
  14. bartee

    Web Services...

    New to using web services. It seems that asp.net makes consuming a web service a fairly simple matter. I would like to consume an external web service on a particular website. However, this site was written in traditional asp code. My understanding is that consuming a web service using...
  15. bartee

    Databind Label...

    New with .net and really have mostly used datagrid's, select boxes, etc for databinding. Using .net 2.0/vs 2005. I have an object datasource set up on my web form. This object datasource returns 1 record. I have several labels/text boxes on my form that I want to display info about this one...
  16. bartee

    unable to create folder...

    Thanks for the replies. It was a checkbox in the latest Norton Internet Security. Protect My Product. Would not allow for creating folders in the same Program Files Directory as the Norton Product. Thanks Again.
  17. bartee

    unable to create folder...

    I ran the error check with no result. The name of the folder is Program Files. I used to be able to create folders in the directory. Also, Norton Files are in this directory -- if it makes a difference. Thanks.
  18. bartee

    unable to create folder...

    thanks for the advice but I am still not having any luck. It's only this one folder on the d drive. any other suggestions appreciated.
  19. bartee

    unable to create folder...

    NTFS 5 root folders thanks
  20. bartee

    unable to create folder...

    I have a folder on my d drive for program files. Suddenly, I cannot write to it. Gives the message unable to create new folder, access is denied. I am logged in with the admin account and never had any problems before. Any ideas greatly appreciated. Thanks in advance.

Part and Inventory Search

Back
Top