My question is: How do I submit the data in this form while its on position absolute, and how I can make the background table disabled like hotmail or yahoo
Submitting a form has nothing to do with its CSS position.
Give it a button, or a link, or whatever to submit it. I don't see anything there that is supposed to submit to begin with? Then again, I don't see an end form tag, either.
You can submit with javascript, but that will effectively disable it for a portion of users.
e.g.
<a href="noscript.html" onclick="document.forms['guest_book'].submit();">submit</a>
__________________
If this post contains any code, I may or may not have tested it. It's probably just example code, so no getting knickers in a bunch over a typo, OK? If it doesn't have basic error checking in it, such as object detection or checking if objects are null before using them, put that in there. I'm giving examples, not typing up your whole app for you. You run code at your own risk.
Bored? Visit http://www.kaelisspace.com/
and click on Submit an Inquiry, what I supposed to do with the form.html in order when I submit the form without reload or effective the main page.
Scenario:
I logged in into my account and I want to update my personal profile (like the windows live hotmail) after I clicked on the Update Profile there is a form will same like the above example and when I finish I will click on update without reloading the page.
If this post contains any code, I may or may not have tested it. It's probably just example code, so no getting knickers in a bunch over a typo, OK? If it doesn't have basic error checking in it, such as object detection or checking if objects are null before using them, put that in there. I'm giving examples, not typing up your whole app for you. You run code at your own risk.
Bored? Visit http://www.kaelisspace.com/