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 TouchToneTommy 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 DaneshD

  1. DaneshD

    onload

    Hi, The code which has been triggered to "onload" event, will be fired only and only if the page has been successfully loaded *or* even if it is in the middle of loading process. It will not fired if the loading process has been failed due to low speed of internet connection or any network...
  2. DaneshD

    onload

    1. Well, my unload event is triggered to refreshing the page. 2. Absolutely not. Sometimes it happens that the page is not completely loaded due to network problems which causes time out. I would like my script to run no matter if the page is loaded or not. I googled about it, but didn't find...
  3. DaneshD

    onload

    Hi all, I have an event handler triggered on "onload" event. The problem is that it is not fired when the page is not successfully loaded and will work only and only when the page is successfully loaded. Can anybody help? I need it to get fired no matter if the page is successfully loaded or...
  4. DaneshD

    htaccess

    I see. Thanks.
  5. DaneshD

    htaccess

    I meant client side javascript. When I "deny" access to the file by using .htaccess and then try to open it by entering the address "www.mydomain.com/something.xml" I get "Permission denied message...". That is what I need, but in that case my code will not be able to open it.
  6. DaneshD

    htaccess

    Hi, I am using this lines in .htaccess to protect a access to a file: <Files something.xml> order deny,allow deny from all </Files> but when my javascript code tries to open this file it fails to open. It seems that the file is protected for my code on my server. How can I protect a file from...
  7. DaneshD

    Problem with Lingo

    Hi all, I have written a simple game in Lingo using Macromedia Director 2004 MX. So far I have designed a character which moves by pressing arrow keys. Also, I have used this technic to move background instead my character. In other words, I move bacckground to right, left, up and down to show...
  8. DaneshD

    make an object invisible

    Its working now. Thank you very much Dan.
  9. DaneshD

    make an object invisible

    Hi, I have a form with objects like text box, radio button, check box, etc. I want to write a function and run it when a button clicks. The function should make other objects (like radio buttons) visible and another function should make they invisible in same form. How can I do that ? I don't...
  10. DaneshD

    Linux DNS Server

    Hi, no problem, this is the result: [teldanesh@myfcserver ~]$ dig @127.0.0.1 ; <<>> DiG 9.2.4 <<>> @127.0.0.1 ;; global options: printcmd ;; Got answer: ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 12283 ;; flags: qr rd ra; QUERY: 1, ANSWER: 13, AUTHORITY: 0, ADDITIONAL: 13 ...
  11. DaneshD

    Linux DNS Server

    Yes, my linux server is connected to the internet via router. I did run the command you said and the result is: [teldanesh@myfcserver ~]$ dig @195.54.122.204 www.yahoo.com ; <<>> DiG 9.2.4 <<>> @195.54.122.204 www.yahoo.com ;; global options: printcmd ;; Got answer: ;; ->>HEADER<<- opcode...
  12. DaneshD

    Linux DNS Server

    Thanks Zeland. For your help. I think this is my fault taht I have not explained everything in detail. Sorry. The answers are: 1. Yes. All clients have fixed IP. 2. No they are not pointing yet. Actually, I configured one of my clients (WinXP) to point to my linux server (which hopefully will...
  13. DaneshD

    Linux DNS Server

    Well it is getting too long if you don't mind and I appereciate your help. I don't think that the problem is related to dynamic addresses assigned from router because: 1. The addresses has been fixed for a long time. 2. The router allows me to make assigned addresses fixed and I did. So, the...
  14. DaneshD

    Linux DNS Server

    Thank you. Now I know much more. Actually I tam trying to set up a private DNS server and as you say forward foreign names to ISP DNS server. Now, I have set up my Fedora Core 3 system to act as a SND server. I did exactly all by instructions, but my windows machines can not see the defined...
  15. DaneshD

    Linux DNS Server

    I see. Thanks for your help. Now, I want to know: 1. It may be a silly question, but is it possible to have some registred names for a local domain such as yahoo.com, etc. ? 2. Since all my systems (include my server) are connected to internet via a router, so when I set up DNS server to...

Part and Inventory Search

Back
Top