Jump to content

Looking for some expert ajax/php help


Zuzz

Recommended Posts

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

 

Link to comment
Share on other sites

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

 

Link to comment
Share on other sites

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

 

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.