Jump to content

seco

Members
  • Posts

    145
  • Joined

  • Last visited

    Never

Everything posted by seco

  1. Hi i have a table inside a div and the div width is set to a percent and when i shrink the browser the div is shrinked but the table inside this div still theh same width ! any idea why? thanks in advance.
  2. 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.
  3. thanks for reply on firebug console i write obj.func.toSource(); and it gives me the function source detail written but it didn't gives me the source js file !! how to get the js file that contains this function? thanks in advance.
  4. thanks for reply exactly Dj Kat it's called on click event of the button like this onclick='func.getit' how to get the definition ?
  5. the function source is inside a js file and there is too much js files on the page how to get the source ?
  6. yes js function and i want to get its source on html tab there is the page source and there is many js files included how to get the function definition?
  7. Hi i have firebug installed on my page i have a function called many times and i want to its source how? can firebug help me? how? thanks in advance.
  8. Hi i have a website that grab all data from db and i want to make it multilingual what extension that can help me easily in this? thanks in advance.
  9. 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.
  10. actually its a ready to use blocks of code generated from mx kollection 3.7.1 for dreamweaver but all i figure if if i put the code on the page it works but if i put it on a file and include that file it works only on firefox thanks.
  11. 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?
  12. Hi i want to start te autonumber with 1000 instead if 1 how? thanks in advance.
  13. thanks got it i forget to disable the proxy for the local website
  14. Hi im using DW and wampserver 2.0 and it works well if any one on my local network want to see ma website he writes my ip and it works i want to make a domain instead of the ip address i try many things on apache settings and not works !! any help thanks in advance.
  15. Hi is there is any function that checks if the page is post back or not? thanks in advance.
  16. thanks for reply i want to iterate through all the page and get all ex. links and set something for those links like set the href of them or play with them the way i want with this technique i can work with the page before it sent to the browser. thanks in advance.
  17. Hi i use the javascript library jquery for working with the page and iterating through the page items and deal with it im searching for php class that can do the same thanks in advance.
  18. what i need is like http handlers in asp.net which intercepts the request and deal with it and give the needed response ex. you can intercept requests and make all images links to be homepage (to avoid hotlinking) thanks.
  19. thanks for reply i think that there is php classes that can do that do you know any code that can do that? thanks in advance.
  20. Hi how can i make code that searchs through all the output of a page and search for any thing like a image that has the class of class1 then assign the click event of that image to some routine? thanks in advance.
  21. 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.
  22. 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.
  23. 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.