Click here to Skip to main content
15,901,284 members
Home / Discussions / Web Development
   

Web Development

 
GeneralRe: Apache Server Information Pin
JimmyRopes12-Jul-07 11:08
professionalJimmyRopes12-Jul-07 11:08 
GeneralRe: Apache Server Information Pin
Paul Conrad12-Jul-07 11:37
professionalPaul Conrad12-Jul-07 11:37 
GeneralRe: Apache Server Information Pin
JimmyRopes12-Jul-07 12:02
professionalJimmyRopes12-Jul-07 12:02 
AnswerRe: Apache Server Information Pin
leckey12-Jul-07 11:02
leckey12-Jul-07 11:02 
GeneralRe: Apache Server Information Pin
JimmyRopes12-Jul-07 11:14
professionalJimmyRopes12-Jul-07 11:14 
GeneralRe: Apache Server Information [modified] Pin
leckey12-Jul-07 11:45
leckey12-Jul-07 11:45 
GeneralRe: Apache Server Information Pin
JimmyRopes12-Jul-07 12:05
professionalJimmyRopes12-Jul-07 12:05 
GeneralRe: Apache Server Information Pin
JimmyRopes12-Jul-07 16:44
professionalJimmyRopes12-Jul-07 16:44 
GeneralRe: Apache Server Information Pin
leckey12-Jul-07 17:10
leckey12-Jul-07 17:10 
QuestionDatabase connection problem Pin
matjame12-Jul-07 2:42
matjame12-Jul-07 2:42 
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
professional#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
professional#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 

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.