Click here to Skip to main content
15,913,773 members
Home / Discussions / Web Development
   

Web Development

 
AnswerRe: popup celander Pin
Duane in Japan17-Jun-07 0:38
Duane in Japan17-Jun-07 0:38 
Questioncryscal report in asp Pin
Haresh Boghani16-Jun-07 0:39
Haresh Boghani16-Jun-07 0:39 
Questioncrystal report in asp Pin
Haresh Boghani16-Jun-07 0:36
Haresh Boghani16-Jun-07 0:36 
QuestionTo make a pop window at PageLoad time Pin
codingrocks15-Jun-07 18:42
codingrocks15-Jun-07 18:42 
AnswerRe: To make a pop window at PageLoad time Pin
JimmyRopes16-Jun-07 3:54
professionalJimmyRopes16-Jun-07 3:54 
GeneralRe: To make a pop window at PageLoad time Pin
badgrs18-Jun-07 0:15
badgrs18-Jun-07 0:15 
QuestionAjax Random pull dosn't work in IE, ok in Firefox Pin
bartedgerton15-Jun-07 9:20
bartedgerton15-Jun-07 9:20 
QuestionHELP: ASP JScript & VBScript interoperability [modified] Pin
andrewwan198015-Jun-07 6:24
andrewwan198015-Jun-07 6:24 
Sorry, all the code in my thread post is meant to be server-side. So if there is not a RUNAT="Server" in the SCRIPT tag then I just forgot and it should be written. Please have in mind this is all to do with server-side scripting.

How can VBScript code access JScript code variables in the same ASP page?


Dim a
a = 10


Response.Write(a);


Also, is this valid JScript code because ASP hasn't complained.


function Section(a, b, c, d) {
this.a = a;
this.memFunction = function() {
this.a = this.a + 1;
}
}


Basically it's like JScript's way of declaring classes.

How can VBScript code create a Section object?


Dim obj
obj = new Section 'Error, says cannot find Section
obj = new Section() 'Error again
obj = new Section(1, 2, 3, 4) 'Error again



Also, is it possible to nest tag inside <% %>? Like:

<%
'Some VBScript code
Class AClass
Private a
Function b()
End Function
%>

<%
End Class
%>

where JScript.asp has:

<SCRIPT LANGUAGE="JScript">
function Section() {
function Section2() {
}
}


ASP didn't complain. But couldn't test whether the JScript functions Section were member functions of the VBScript AClass.



-- modified at 5:07 Monday 18th June, 2007
AnswerASP JScript &amp; VBScript interoperability Pin
andyharman15-Jun-07 7:56
professionalandyharman15-Jun-07 7:56 
Questionproblem with XMLHttpRequest Pin
tranglt14-Jun-07 23:55
tranglt14-Jun-07 23:55 
QuestionList problem. Please, help me out. Pin
shapper14-Jun-07 12:34
shapper14-Jun-07 12:34 
AnswerRe: List problem. Please, help me out. Pin
Johnny ²14-Jun-07 14:34
Johnny ²14-Jun-07 14:34 
GeneralRe: List problem. Please, help me out. Pin
bartedgerton15-Jun-07 9:13
bartedgerton15-Jun-07 9:13 
QuestionPopulating a control dependant on data bound in Gridview Pin
Chris McGlothen14-Jun-07 8:36
Chris McGlothen14-Jun-07 8:36 
AnswerRe: Populating a control dependant on data bound in Gridview Pin
kubben15-Jun-07 3:56
kubben15-Jun-07 3:56 
QuestionRe: Populating a control dependant on data bound in Gridview Pin
Chris McGlothen15-Jun-07 4:42
Chris McGlothen15-Jun-07 4:42 
AnswerRe: Populating a control dependant on data bound in Gridview Pin
kubben15-Jun-07 4:44
kubben15-Jun-07 4:44 
GeneralRe: Populating a control dependant on data bound in Gridview Pin
Chris McGlothen15-Jun-07 7:06
Chris McGlothen15-Jun-07 7:06 
QuestionSoap Errors (Soap Toolkit 3.0) Pin
horacyjr14-Jun-07 8:00
horacyjr14-Jun-07 8:00 
QuestionSetting Up a Form, help please Pin
theimmortalmoo14-Jun-07 6:18
theimmortalmoo14-Jun-07 6:18 
AnswerRe: Setting Up a Form, help please Pin
Johnny ²14-Jun-07 14:36
Johnny ²14-Jun-07 14:36 
QuestionEmbedding Myriad3D ActiveX [modified] Pin
notacreativeguy14-Jun-07 4:27
notacreativeguy14-Jun-07 4:27 
QuestionHow to end Cookie's Session? Pin
vijay_8314-Jun-07 1:42
vijay_8314-Jun-07 1:42 
AnswerRe: How to end Cookie's Session? Pin
sathesh pandian27-Jun-07 20:01
sathesh pandian27-Jun-07 20:01 
QuestionHow to call web page using Web service Pin
Rajesh_K_Sharma13-Jun-07 20:47
Rajesh_K_Sharma13-Jun-07 20:47 

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.