tinkermob
03-02-2009, 04:25 AM
1) Script Title: Dynamic Ajax Content
2) Script URL (on DD): http://www.dynamicdrive.com/dynamicindex17/ajaxcontent.htm
3) Describe problem: I would like to have two links in the same field, specifically mini flags. The DDscript menu is structured so that when you add a link in the code it places it on a separate line, so I can not have two flags side by side, only each one on a new line:
<a href="javascript:ajaxpage('/code/menu_es.htm', 'leftcolumn');"><img border="0" src="/imagery/es_flag.png"></a>
<a href="javascript:ajaxpage('/code/menu_pl.htm', 'leftcolumn');"><img border="0" src="/imagery/pl_flag.png"></a>
How do I get flags (which are independently click able) to be on the same line, while doing different things when clicked?
site: www.meta.projectmio.com
Thanks.
2) Script URL (on DD): http://www.dynamicdrive.com/dynamicindex17/ajaxcontent.htm
3) Describe problem: I would like to have two links in the same field, specifically mini flags. The DDscript menu is structured so that when you add a link in the code it places it on a separate line, so I can not have two flags side by side, only each one on a new line:
<a href="javascript:ajaxpage('/code/menu_es.htm', 'leftcolumn');"><img border="0" src="/imagery/es_flag.png"></a>
<a href="javascript:ajaxpage('/code/menu_pl.htm', 'leftcolumn');"><img border="0" src="/imagery/pl_flag.png"></a>
How do I get flags (which are independently click able) to be on the same line, while doing different things when clicked?
site: www.meta.projectmio.com
Thanks.