Jump to content

seco

Members
  • Posts

    145
  • Joined

  • Last visited

    Never

Posts posted by seco

  1. thanks for reply

    actually both methods gives me the function source

    ok where is the js file that contains that source?

     

    and i have second question

    how to watch any click event on the page?

    because i want to get the function that is called when clicking a button

    thanks in advance.

     

  2. Hi

    i have ajax panel and working good.

    i want to disable a button after submit inside ajax panel

    i try this code onsubmit event

    document.getElementById('bupdate').disabled=true;

    and also i try jquery but also the button is not disabled but the panel is working good on both times

     

    so how to disable the button?

    thanks in advance.

     

  3. Hi

    i have a login code that redirect successfully after login on firefox

    but

    on explorer it did't redirects on explorer but it put the cookies of the login so if i open the page i found my self logged-in !!

    so the problem only in the redirection for explorer.

     

    one last thing

    when i try to login from the login page on IE it login successfully but when i login from index page that contains the include file of the login page it fails to redirect

     

    any help?

     

  4. hi

    i make a web page and it appears well on 1024*728  but when i change the resolution to 800*600 the page size increase and the width scroll increase !! ,and i want to make it fit the width of the browser only. how?

    i make the width of the wrapper div to be 80% to be elastic but still the page increase when change the resolution!

     

    any help?

     

    thanks in advance.

     

  5. Hi

    i use zend studio 5.2

    and i start with code that runs with me perfectly on other servers nad it gives me error says

    Fatal error: Call to undefined function mysql_pconnect()

     

    and that because of that line

    $conn = mysql_pconnect($hostname_conn, $username_conn, $password_conn)

     

    any idea why?

     

    thanks in advance.

  6. Hi

    i have php file and it has many many includes and reqiured files on it

    i found a generated text on this page i don't know from where did it come ?! from which file the code that generated that text?

    how to get the source file that generate that piece? or how to monitor the page output at debug time while stepping through the code?

     

    thanks in advance.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.