Re: [variable1] has no properties
Available news archives: comp.lang.tcl - comp.lang.python - comp.security.firewalls - sci.crypt - comp.lang.php - comp.lang.javascript
Google
 
Web news.hping.org


comp.lang.javascript archive

Re: [variable1] has no properties

From: Randy Webb <HikksNotAtHome@aol.com>
Date: Wed Jul 20 2005 - 03:58:49 CEST

David said the following on 7/19/2005 9:52 PM:
> ASM Wrote:
>
>>David wrote:

<--snip-->

> This is not possible unless I insert a call to this function from a <script>
> tag that is located after the </table>. This is all dynamic and thus part
> of a big long string that gets written to the window when it is open.
> Without explaining all the details, I'll suffice it to say that this is not
> a desirable way of doing, though it is possible, it is a method I would
> prefer to save as a last resort.
>
> Any other ideas?
>
>

Set an onload event handler for the new window:

winDVDCart.onload = functionToCall;

And have functionToCall be the continuation function where it gets a
reference to the table.

-- 
Randy
comp.lang.javascript FAQ - http://jibbering.com/faq & newsgroup weekly
Received on Tue Oct 18 02:58:33 2005