Difference between revisions of "Webeshoppin"

From Wiki2
Line 8: Line 8:
   lis + '</a></li>');
   lis + '</a></li>');
</pre>
</pre>
Why doesn't the clich
http://10.0.1.18/webeshoppin/stuff2get/zmisc/buttonnotfiring.html

Revision as of 12:53, 30 January 2012

to force a move with refresh method1

location.href= 'food2buy.html?repo=' + rep + '&list=' + lis;

method2

 $('#allyourlists').append('<li><a href="food2buy.html?repo=' + rep + 
  '&list=' + lis + '" data-ajax="false" >Repo: ' + rep + '& List: ' + 
  lis + '</a></li>');

Why doesn't the clich http://10.0.1.18/webeshoppin/stuff2get/zmisc/buttonnotfiring.html