> But if you reuse the same variables for the new
> pages or images, once the old ones are not needed, Javascript garbage ...

How would that be in detail, e.g.

--> page1.html:

...htmlstuff head body etc...
<div id="question">
 ...content...
<a href="nextquestion.jsp">next</a>
</div>
... rest of html page ...

--> nextquestion.jsp:

<div id="question">
 ...content...
<a href="nextquestion.jsp">next</a>
</div>

Would reusing id="question" be sufficient to delete the object
reference to the old div-layer and create a new reference to the new
layer?

Jan

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"iPhoneWebDev" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/iphonewebdev?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to