|
Jacques Hoogenboom
post date:
2009-12-01 08:23:15
|
I am trying to get pages to load in a div. It wil work as a regular link,
but when creating the same in creative menu it will not work.
Regular link: <a href="javascript:ajaxpage('dagtochten_detail.php?id=1', 'contentarea');">test</a>
As shown in dreamweaver:
<?php cm_structure("{titel}","{urlvoor}{url}{id}{urlachter}","contentarea","{titel}","parentid","id",">",$menu_dagtochten,"recordset","arr-1"); ?>
As shown online:
<div id="Avond op het water"><a href="javascript:ajaxpage('dagtochten_detail.php?id=1', 'contentarea');" target="contentarea" title=">">Avond op het water</a></div>
Anyone have an idea how to get this working???
|
|
|
Andrei Rinciog [Extend Studio]
post date:
2009-12-04 12:21:24
|
Hi,
The code inserted in Dreamweaver seems to be correct, I don't know exactly the columns that you get from the recordset. What isn't working in the page? The links on the buttons or the menu isn't rendered?
Could you please give us a link to the page so that I can get a better feeling of what is happening? Also, it could be very helpful a copy of the php page. You could send it to support@extendstudio.com.
Regards,
Andrei Rinciog
|
|