How to display content country wise which is select from dropdown
warning: include() [function.include]: Unable to access /home/drupal_in/drupal.in/themes/engines//includes.php in /home/cityseh0/public_html/drupal.in/themes/garland/page.tpl.php on line 66.
warning: include(/home/drupal_in/drupal.in/themes/engines//includes.php) [function.include]: failed to open stream: Success in /home/cityseh0/public_html/drupal.in/themes/garland/page.tpl.php on line 66.
warning: include() [function.include]: Unable to access /home/drupal_in/drupal.in/themes/engines//includes.php in /home/cityseh0/public_html/drupal.in/themes/garland/page.tpl.php on line 66.
warning: include(/home/drupal_in/drupal.in/themes/engines//includes.php) [function.include]: failed to open stream: Success in /home/cityseh0/public_html/drupal.in/themes/garland/page.tpl.php on line 66.
warning: include() [function.include]: Failed opening '/home/drupal_in/drupal.in/themes/engines//includes.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/cityseh0/public_html/drupal.in/themes/garland/page.tpl.php on line 66.
HI
I am new on drupal. I make classified site on drupal6.10 I want to display content categories ,Subcategories & adds According to country which is select from drop down.
like in www.olx.com.
simply submit the Form..
Submit the form while change the value in drop down.
For submit the form, You need to add the the following code with select list.
'#attributes' => array('onchange'=>'submitForm()'),
and write the following code for submit the form
function submitForm(){
document.getElementById('form-id').submit();
}
www.module-developer.com