Zuzz Posted January 29, 2008 Share Posted January 29, 2008 Hi All, I've come up against a problem which my current programmers can't seem to fix and I'm looking for some expert ajax/php help from someone. In a nutshell I have an html page with a php form in it which is heavy in size due many fields and validations. The static html areas of the page are loading as normal but due to the size of the form, it loads about 3-4 seconds after the rest of the content which is not acceptable. If anyone would like to help (obviously for a fee) please pm me. Thanks in advance. Zuzz Quote Link to comment Share on other sites More sharing options...
Zuzz Posted January 29, 2008 Author Share Posted January 29, 2008 Hi All, I've come up against a problem which my current programmers can't seem to fix and I'm looking for some expert ajax/php help from someone. In a nutshell I have an html page with a php form in it which is heavy in size due many fields and validations. The static html areas of the page are loading as normal but due to the size of the form, it loads about 3-4 seconds after the rest of the content which is not acceptable. If anyone would like to help (obviously for a fee) or if you can recommend someone please pm me. Thanks in advance. Zuzz Quote Link to comment Share on other sites More sharing options...
kranthi117 Posted January 31, 2008 Share Posted January 31, 2008 as u say the problem is with the bandwidth(the size of the file) why cant u try using onload events insted of html static elements like <script type="text/javascript"> onload = function() { document.getElementById("test").src = "img.png" } </script> <body> <img id="test"/> insted of <img src="img.png> this makes sure that ur form is loaded before the static elements Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.