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

Scott.Wiseman swiseman at remax-cahi.com
Tue Jun 25 12:21:38 CDT 2002


these are vbscript vars

-----Original Message-----
From: Peter Brunone [mailto:peter at brunone.com]
Sent: Monday, June 24, 2002 6:43 PM
To: javascript at LaTech.edu
Subject: RE: [Javascript] this gives me an error object doesn't support thsi
property or mether


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 at LaTech.edu [mailto:javascript-admin at LaTech.edu]On
Behalf Of Scott.Wiseman
Sent: Monday, June 24, 2002 7:59 PM
To: 'javascript at LaTech.edu'
Subject: [Javascript] this gives me an error object doesn't support thsi
property or mether



[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>

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.evolt.org/pipermail/javascript/attachments/20020625/41b5e03b/attachment.htm>


More information about the Javascript mailing list