Click here to Skip to main content
15,893,594 members
Home / Discussions / Web Development
   

Web Development

 
AnswerRe: Database connection problem Pin
Vasudevan Deepak Kumar12-Jul-07 23:57
Vasudevan Deepak Kumar12-Jul-07 23:57 
QuestionLoad a .net library Pin
pranu_1311-Jul-07 21:33
pranu_1311-Jul-07 21:33 
AnswerRe: Load a .net library Pin
Michael Sync11-Jul-07 23:15
Michael Sync11-Jul-07 23:15 
GeneralRe: Load a .net library Pin
pranu_1312-Jul-07 0:26
pranu_1312-Jul-07 0:26 
GeneralRe: Load a .net library Pin
Christian Graus12-Jul-07 10:07
protectorChristian Graus12-Jul-07 10:07 
QuestionReceiving posted file Pin
Brent Lamborn11-Jul-07 6:21
Brent Lamborn11-Jul-07 6:21 
AnswerRe: Receiving posted file Pin
Brent Lamborn11-Jul-07 8:16
Brent Lamborn11-Jul-07 8:16 
QuestionGet HTML Element properties in VBScript [modified - again] [modified] Pin
#realJSOP11-Jul-07 6:04
mve#realJSOP11-Jul-07 6:04 
Using "classic" ASP

I want to retrieve properties of a HTML element with vbscript. This is what I've tried, but it generates a "Object required" error:

<form id="spanForm" name="spanForm" action="#">
    <input id="screenSpanWidth" name="screenSpanWidth" type="hidden" />
</form>

<script language='JavaScript' type='text/javascript'>
    document.forms['spanForm'].screenSpanWidth.value = var_nScreenWidth.toString();
</script>

<%
    Dim nUserScreenWidth
    nUserScreenWidth = Document.forms.namedItem("spanForm").screenSpanWidth.value '<--error here
%>


I've verified that the value is in fact being set (via firebug), but when I run the asp page, I get the "object required" error.



-- modified at 8:00 Friday 13th July, 2007


"Why don't you tie a kerosene-soaked rag around your ankles so the ants won't climb up and eat your candy ass..." - Dale Earnhardt, 1997
-----
"...the staggering layers of obscenity in your statement make it a work of art on so many levels." - Jason Jystad, 10/26/2001


Generalforum codes Pin
VonHagNDaz11-Jul-07 5:04
VonHagNDaz11-Jul-07 5:04 
GeneralRe: forum codes Pin
#realJSOP11-Jul-07 8:10
mve#realJSOP11-Jul-07 8:10 
GeneralRe: forum codes Pin
Rob Graham11-Jul-07 8:44
Rob Graham11-Jul-07 8:44 
GeneralRe: forum codes Pin
VonHagNDaz11-Jul-07 8:50
VonHagNDaz11-Jul-07 8:50 
GeneralRe: forum codes Pin
Christian Graus11-Jul-07 15:02
protectorChristian Graus11-Jul-07 15:02 
Questionsimple way Pin
kvijayajyothy11-Jul-07 0:11
kvijayajyothy11-Jul-07 0:11 
AnswerRe: simple way Pin
Sathesh Sakthivel11-Jul-07 0:15
Sathesh Sakthivel11-Jul-07 0:15 
AnswerRe: simple way Pin
Vasudevan Deepak Kumar11-Jul-07 3:22
Vasudevan Deepak Kumar11-Jul-07 3:22 
Questionasp development Pin
chandu_shar10-Jul-07 23:06
chandu_shar10-Jul-07 23:06 
AnswerRe: asp development Pin
Vasudevan Deepak Kumar10-Jul-07 23:24
Vasudevan Deepak Kumar10-Jul-07 23:24 
QuestionDocument Referrer Pin
L Viljoen10-Jul-07 20:56
professionalL Viljoen10-Jul-07 20:56 
AnswerRe: Document Referrer Pin
Michael Sync10-Jul-07 21:20
Michael Sync10-Jul-07 21:20 
AnswerRe: Document Referrer Pin
L Viljoen10-Jul-07 21:22
professionalL Viljoen10-Jul-07 21:22 
GeneralRe: Document Referrer Pin
Michael Sync10-Jul-07 22:37
Michael Sync10-Jul-07 22:37 
QuestionRetriving exe path Pin
Sachin Pimpale10-Jul-07 19:33
Sachin Pimpale10-Jul-07 19:33 
Questionset an id for my website Pin
miss khawaja10-Jul-07 9:45
miss khawaja10-Jul-07 9:45 
AnswerRe: set an id for my website Pin
Michael Sync10-Jul-07 19:34
Michael Sync10-Jul-07 19:34 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.