示例#1
0
?>
&deptsearch=__all__&prodid=' + prodid;
		
		jQuery('#dept_search_res').load(url);

		return false;
	});


	jQuery('#pickdept').click (function(evt){
		// Stops the submission of the form.
		
		if (!productpicked)
		{
			alert("<?php 
echo FSS_Helper::escapeJavaScriptTextForAlert(JText::_("YOU_MUST_SELECT_A_DEPARTMENT"));
?>
");
			//new Event(evt).stop();
			return false;	
		}
	} );
	
	jQuery('.backprod').click(function(evt){
		// Stops the submission of the form.
		jQuery('#prodid').val('');		
	} );
});

</script>
示例#2
0
// FIX LINK
?>
&prodsearch=__all__';
		
		jQuery('#prod_search_res').load(url);

		return false;
	});
	
	/* Click one of the "Next" buttons */
	jQuery('.pickproduct').click (function(evt){
		// Stops the submission of the form.
		if (!productpicked)
		{
			alert("<?php 
echo FSS_Helper::escapeJavaScriptTextForAlert(JText::_("YOU_MUST_SELECT_A_PRODUCT"));
?>
");
			//new Event(evt).stop();
			return false;	
		}	
	});
});

function ChangePage(newpage)
{
	var limitstart = document.getElementById('limitstart');
	if (!newpage)
		newpage = 0;
	limitstart.value = newpage;