Archive of UserLand's first discussion group, started October 5, 1998.
Re: html.getPageTableAddress()
Author: Brent Simmons Posted: 7/30/1999; 10:12:25 AM Topic: html.getPageTableAddress() Msg #: 8938 (In response to 8912) Prev/Next: 8937 / 8939
I think the pagetable is getting stomped on by the script which renders and delivers the xml. What should I be doing to keep my pageTables seperate?First save the current pagetable:
local (oldPageTable = html.getPageTableAddress ())Set up a new page table:
local (newPageTable) new (tableType, @newPageTable) html.setPageTableAddress (@newPageTable)Call the script which renders and delivers the XML.
Then restore the old page table:
html.setPageTableAddress (oldPageTable)
There are responses to this message:
- Re: html.getPageTableAddress(), Steve Ivy, 7/30/1999; 10:32:03 AM
This page was archived on 6/13/2001; 4:51:37 PM.
© Copyright 1998-2001 UserLand Software, Inc.