| |
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 %> by the way the above does not work. I receive the error 'Object required "window"' Any suggestions?
|
|