Links

Lists

Latest Updates

Ruby On Rails List
Python list
Advanced Java
The JavaScript List
Apache Users
Full Disclosure
Linux Security

Search the archives!


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Javascript] this gives me an error object doesn't support thsi property or mether


  • From: javascript@xxxxxxxxxx (Peter Brunone)
  • Subject: [Javascript] this gives me an error object doesn't support thsi property or mether
  • Date: Tue, 25 Jun 2002 12:48:47 -0500

	Sorry... my mistake.  The syntax coloring threw me off and I didn't notice
that you had inline ASP in your javascript block.

	If you want us to help you, you'll need to tell us what line is causing the
error.  I'll assume that it's the window.opener.putintoarray() function
that's giving you problems, mostly because there is no such method
associated with the window object.  You're going to need to go about this
another way, although I can't say what because I don't know what you're
trying to do.

-Peter

-----Original Message-----
From: javascript-admin@xxxxxxxxxx [mailto:javascript-admin@xxxxxxxxxx]On
Behalf Of Scott.Wiseman

these are vbscript vars
-----Original Message-----
From: Peter Brunone [mailto:peter@xxxxxxxxxxx]

Scott,

    Are gcc and recordnumber just variables?  If so, then use their length
property, i.e. gcc.length .  You're probably thinking of the VBScript Len()
function for strings.

Cheers,

Peter
-----Original Message-----
From: javascript-admin@xxxxxxxxxx [mailto:javascript-admin@xxxxxxxxxx]On
Behalf Of Scott.Wiseman

object doesn't support thsi property or mether
 <html>
<head>
<meta http-equiv="Content-Language" content="en-us">
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<meta name="GENERATOR" content="Microsoft FrontPage 4.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<title>Update a Transaction</title>

<script language =javascript>
<% if len(gcc)> 0 and len(recordnumber)>0 then %>
window.opener.putintoarray(150,6545646);
<% end if %>
setTimeout('self.close();',3000);
</script>

</head>
<body >
</body>
</html>