src<<browse(D,"window=who,size=500x300,can_resize=0,can_minimize=0")
while(D)
sleep(5)
src<<browse(D,"window=who,size=500x300,can_resize=0,can_minimize=0")
im trying to make the browser update everytime something is clicked so it shows the most recent values. The method above is drasticaly flawed but it is there to help show what im aiming for.