Hi Ducati -
The reseller link is taking me to a login page in both Safari and Firefox.
ducati wrote:I also would like the search link to work the same way as the milonic home menu. This is the code i'm using, aI("image=\\menuitem/images/newsearch.gif;showmenu=Search;text=Search"); and, aI("text=SEARCH;"); but the search link does not open??
First, get those miserable \\ out of there!
All of them should be replaced with a single / .
Now, your search menu doesn't have a search
form in it. Can't search without a form.
This isn't a search, but it is a form that should give you the idea. Note there are NO ' or " of any kind in it (except for the standard opening and closing " for the aI itself)...
Code: Select all
aI("text=Our Newsletter...<br><form action=http://whatever...><input type=hidden name=flavor value=subscribe><input type=hidden name=list value=pda><input type=text name=email><br><br><input type=submit value=Subscribe></form>;type=form;align=center;");
You can see this one at
http://pdaoutlet.biz/ under the Services menu.
ducati wrote:When we place the order in the milonic shop we can fill out the VAT # and the system immediately promts back if the VAT # is ok or not. Do you know how it works??
I think Andy wrote that routine. He'll have to answer this part.