Please choose a level to view product information. Not sure which level to select?
$(function(){ $(‘#chooseLevel’).attr(‘title’,’Choose a Level’); $(‘#chooseLevel’).attr(‘dialog’,’chooseLevel’); $(‘[id^=”pikLvl”]’).click(function(){ $.get( ‘/caia/_quickset_level.php’ , { newlevel: $(this).attr(‘name’) } , function(resp) { if ( resp==’set’ ) { $(‘#chooseLevel’).dialog(‘close’); setTimeout(‘$(function(){ window.location.href=unescape(window.location.pathname)+”?”+window.location.search.substring(1); });’ , 0 ); } }); }); $(‘#chooseLevel’).dialog({ autoOpen:true , resizable:false, width: 525, modal:true }); });
Related Questions
- Use the View Object Wizard to create a view object called Product with the SQL query: select productid, name, descn from product where productid = ?
- Please choose a level to view product information. Not sure which level to select?
- What is the level that I can select when choosing to view an orghammogram?