Photo Gallery Member List Search Calendars FAQ Ticket List Log Out


newb confused about

Login
Message << Older Topic   Newer Topic >>
 newb confused about
  Jeremy

 

Posts: 2
Score: 0
Joined: 11/13/2002
From:
Status: offline
I recently got a book about asp and the format is very different from anything I've seen on the web making it very difficult to get any help.

This is how it looks in my book:

 
<% @Language= VBSCRIPT%>
<%
Dim varWidth, varCase

varWidth=window.screen.width

If varWidth < 1024 Then
varCase="yes"
Else
varCase="no"
End If
%>



frameborder="0">
frameborder="0">
frameborder="0">




by the way the above does not work.
I receive the error 'Object required "window"'

Any suggestions?
 
 
Post #: 1
 
 
 
  

If you found our site useful please link to us <a href="http://www.visualbasicscript.com">VisualBasicScript.com</a>.
All Forums >> [Scripting] >> WSH & Client Side VBScript >> newb confused about