<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <title></title>
</head>
<body>
<font size="2"><font face="Helvetica,sans-serif">If I have an image in
stack A that gets it's bitmap data from an URL, and then I want to jump
to another stack which displays that image in a larger size, is there a
way I can have stack B reference the same image data, without having to
force stack B to pull in the image from the URL from scratch?  Would I
copy the data to the clipboard between stacks?<br>
</font></font>
</body>
</html>