Jump to content

dependent dropdown doesnt work if I include my header


jmcc

Recommended Posts

Hi

 

When I <?php> include ("header.php");<?> my headder this way my dependent dropdowns doenst work.

 

But when I put the code in the page without using the inlude statement. the everything works

 

I get an error stating that the code is locked by the template or a translator.

 

Any helkp would be greatly apreciated.

 

Jay

got it. just had to put php for my fropdowns in my header.

 

<?php>

//begin JSRecordset

$jsObject_suburb = new WDG_JsRecordset("suburb");

echo $jsObject_suburb->getOutput();

//end JSRecordset

<?>

<link href="includes/skins/mxkollection3.css" rel="stylesheet" type="text/css" media="all" />

<?php>

//begin JSRecordset

$jsObject_city = new WDG_JsRecordset("city");

echo $jsObject_city->getOutput();

//end JSRecordset

<?>

Archived

This topic is now archived and is closed to further replies.

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