hi all,
 
I'm getting this pdf image in my form button by
 
var t = this.getField("chemeq");
this.importIcon(t.value)
if (!event.willCommit) {
var b = this.getField("chemeq");
var i = this.getIcon(event.change);
b.buttonGetIcon(i);
b.buttonSetIcon(i);
 
and then I submit as FDF/reset the form and make the image file disappear...but when I want to recall another form data ( i.e. another image file in the same button) but keep on getting the same image file  with using the following script
 
if (!event.willCommit) {
var x = this.getField("chemeq");
var i = this.getIcon(event.change);
x.buttonGetIcon(i);
x.buttonSetIcon(i);
Anyody can help me with that?
 
I'd greatly appreciate that.
 
Mehul Shah


Do you Yahoo!?
The New Yahoo! Shopping - with improved product search

Reply via email to