Request dialog confirmation before callback

"[email protected]" <[email protected]>
Newsgroups gmane.comp.lang.smalltalk.squeak.seaside
Message-ID <[email protected]>
Ciao,

	i have the following code:
	
	html anchor 

		onClick: ( html jQuery ajax	callback: [ masterView increaseVoce:  aVoceCompilata ]);

		onClick: (self  updateRow: anIndexRow with: aVoceCompilata on: html nominative: aNominative);

		with: [ html image
				url:  DTRFileLibrary / #greenupGif ;
				altText: 'Incrementa';
				title:'Incrementa'].

	Now i need ( in some case ) to to display  a confirm dialog to the user
	
	and  perform the callback block  only if the user answer OK.

	
	I open the dialog with: 

		html jQuery ajax script:[ :script |  script confirm: 'It's right ?'];

	but i don't understand how i can intercept the answer.

	Thanks for considerations,

		Dario
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.