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 wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by Kareem

  1. Kareem

    object->method1()->method2 ???

    Thank you! Well I guess it's definitly time to switch to PHP 5...
  2. Kareem

    object->method1()->method2 ???

    Hi Could anybody tell me how I can use an objects method if I got the object as a result of another method? Example: Instead of doing $obj=object->getAnotherObject(); $obj->methodX(); I want to do $object->getAnotherObject()->methodX(); While I'm using this all the time in Java I can't get...
  3. Kareem

    passing on GET/POST vars

    Hi Following scenario: I get GET Variables to a site. Depending on the value of some variables I want to send all the variables to site A or B. How can this be done in an easy way. Until now I sent them using header() by adding the content of the vars into the url-header with...
  4. Kareem

    handle a GET request

    Check out: http://www.php.net/manual/en/function.header.php and http://www.faqs.org/rfcs/rfc2616 You need a http response 200 Ok ==>10.2.1 You send it with the header function
  5. Kareem

    Preloading sound file?

    Hi Anybody who can tell me how I can preload a wav file?
  6. Kareem

    Alternative to 100% height ?

    thx traingamer your hint helped me a lot.
  7. Kareem

    Alternative to 100% height ?

    Hi I just read about the 100% height problem with doctype. I'm wondering if there is an alternative. Here my case: I'm working on a page which includes a Menu and underneath some Text as content. Everything centered in the page. This area should have a fixed width with a different...
  8. Kareem

    adress resolving and internet domain name!

    Hello I want to send mails from Notes 6.0 over POP. Notes wants me to fill out "Internet Domain name when connecting directly to the internet". If I'm writting an email an the receiver is in my adress book his name is Read-ahead from notes and put in Receipient-field. So far so good...
  9. Kareem

    Hide Console in Windows????

    ....... .....ops,That was it!!??! that simple! ok, thanks a lot.
  10. Kareem

    Can I Hide Windows/Applications ???

    Hi When I'm making Batch-Scripts or java-programms to run them on windows2000/NT, in some cases it realy bothers me that the executing Console is open. Is there a way to hide them or to hide programs in general when launching them? So that they run in the background. Would apreciate your help...
  11. Kareem

    Hide Console in Windows????

    I'm making applications with GUIs in Java. Now what bothers me, and even more my users, is the console which is open. So you've got 2 windows open for one application even if the console needs not to be seen. Starting the console window minimized works, but how to hide it....? Can anyone give...
  12. Kareem

    Error 53 upon logging in

    I know for a fact that "error 53" means that there is a network connection problem. Usually when it's trying to connect to a share. Make sure the shares you have in the logon script exist.
  13. Kareem

    Hi, i have a little problem!! I ha

    Did you set up a two way trust relationship? Or did you have Sever A trust Server B or visa versa?. If you have a global account with administrative rights on both domains then you should not have a problem. If not make sure you are a part of global group with certain rights on the trusted...

Part and Inventory Search

Back
Top