
Originally Posted by
bluewalrus
the method that i had used,
http://www.ibdhost.com/contact/

Originally Posted by
molendijk
You can follow the links provided by bluewalrus.
If you don't understand, you can do the following.....
bluewalrus and molendijk,
thank you for reply me 
but as i said, my site is single page website. it has only index.php.
To use
Code:
<form action="somepage.php" method="post" ..... >
it should has another page called somepage.php. but it doesn't.
let me explain how i constructed it,
menu part(in index.php)
Code:
<ul id="userpage-layout-navigation2" >
<li id="userpage-layout-navigation-item-home" class="userpage-layout-navigation-item">
<a href="site" onClick="return false;" class="userpage-layout-navigation-item-link color_5">Home</a></li>
<li id="userpage-layout-navigation-item-954654" class="userpage-layout-navigation-item">
<a href="site" onClick="return false;" class="userpage-layout-navigation-item-link color_5">About</a></li>
<li id="userpage-layout-navigation-item-1003247" class="userpage-layout-navigation-item">
<a href="site" onClick="return false;" class="userpage-layout-navigation-item-link color_5">Contact</a></li>
<li .........................................
"About" section starts(in index.php),
Code:
<div id="userpage-layout-service-954654" class="Biography panel-global widescreen-slider-block panel-vertical panel-820 background_2">
<div id="eng-About" class="service"><div class="section"><div class="panel-header">
<h2 class="panel-header-title">About Us</h2>
</div><div class="panel-custom-plain panel-html panel-html-vertical">
<div class="panel-custom-plain-subheading">Our Story</div>...............................
"contact" section starts(in index.php),
Code:
<div id="userpage-layout-service-943930" class="panel-global widescreen-slider-block panel-vertical panel-820 background_2">
<div id="eng-Contact" class="service">
<div class="section">
<div class="panel-header ">
<h2 class="panel-header-title">Contact</h2>
</div>
<div class="panel-custom-plain panel-html panel-html-vertical">
<form method="post" action="?????" id="contact_form"> ...........................
directs to corresponding section from menu(in index.php),
Code:
<script type="text/javascript">
var accounts = {};
accounts["eng-About"] = { "serviceId":"954654", "type": "About" };
accounts["eng-Contact"] = { "serviceId":"943930", "type": "Contact" };
.................................
..................................
</script>
hope it's clear.
would you help me to solve this problem. please.....
thank you
.
Bookmarks