Wrox Home  
Search P2P Archive for: Go

  Return to Index  

asp_web_howto thread: Help Me


Message #1 by "Waseem Hyder" <waseemhyder@h...> on Fri, 15 Dec 2000 03:46:19 -0000
Hello EveryBody



My problem is:

I am using ASP with VBScript and Html On one single pages.

I required ASP variables access in VBScript



for example:

--------------------------------------------

<Script Lanaguage="VBScript">

<%

Public mid, mName, ...

mId   = 1

mName = "Waseem"

%>



MsgBox "Name is : " & mName

MsgBox "Id is  : " & mId



</script>

---------------------------------------------

The above example I required

any body who know who i acess ASP variables in VBScript

please help me.



Thanks & Regards



---

MaximumASP offers enhanced hosting solutions on the Windows 2000 platform. Dedicated processor, RAM, and server resources provide
dedicated server performance at virtual server prices. Commercial components provided; custom components allowed.

---

You are currently subscribed to asp_web_howto as: $subst('Recip.EmailAddr')

To unsubscribe send a blank email to leave-asp_web_howto-$subst('Recip.MemberIDChar')@p2p.wrox.com

Message #2 by Imar Spaanjaars <Imar@S...> on Fri, 15 Dec 2000 11:27:36 +0100
You are using server side script inside clientside script.

Don't know exactly what you want , but this is how it works.

<% and %> is a shortcut for <Script Language="VBScript"> </script>



<%

         ' These are all server variables

         Dim aServerVar

         Dim mName

         sServerVar = "Test"

         mName = "Waseem"

%>



>Now if you want to use these variables in CLIENT SIDE VB script, you could 

>use this



<Script Language="VBScript">

         MsgBox "Name is : " & <%=mName%>

</script>



Now when this page is processed and sent to the browser,

<%=mName%> at the client side will be replaced with the value of the 

serverside variable mName .



HtH



Imar





At 10:31 AM 12/15/2000 -0800, you wrote:

>Hello EveryBody

>

>My problem is:

>I am using ASP with VBScript and Html On one single pages.

>I required ASP variables access in VBScript

>

>for example:

>--------------------------------------------

><Script Lanaguage="VBScript">

><%

>Public mid, mName, ...

>mId   = 1

>mName = "Waseem"

>%>

>

>MsgBox "Name is : " & mName

>MsgBox "Id is  : " & mId

>

></script>

>---------------------------------------------

>The above example I required

>any body who know who i acess ASP variables in VBScript

>please help me.

>

>Thanks & Regards

>



---

MaximumASP offers enhanced hosting solutions on the Windows 2000 platform. Dedicated processor, RAM, and server resources provide
dedicated server performance at virtual server prices. Commercial components provided; custom components allowed.

---

You are currently subscribed to asp_web_howto as: $subst('Recip.EmailAddr')

To unsubscribe send a blank email to leave-asp_web_howto-$subst('Recip.MemberIDChar')@p2p.wrox.com

Message #3 by dont worry <aspmailbox@y...> on Fri, 15 Dec 2000 10:23:29 -0800 (PST)
Try this,

<input 

type=hidden 

name=myvariable 

value=<%=thevariableyouwantvbscripttopickup%>

>

then grab it in the vbscript. :)

document.form.myvariable.value



thanks



--- Waseem Hyder <waseemhyder@h...> wrote:

> Hello EveryBody

> 

> My problem is:

> I am using ASP with VBScript and Html On one single

> pages.

> I required ASP variables access in VBScript

> 

> for example:

> --------------------------------------------

> <Script Lanaguage="VBScript">

> <%

> Public mid, mName, ...

> mId   = 1

> mName = "Waseem"

> %>

> 

> MsgBox "Name is : " & mName

> MsgBox "Id is  : " & mId

> 

> </script>

> ---------------------------------------------

> The above example I required

> any body who know who i acess ASP variables in

> VBScript

> please help me.

> 

> Thanks & Regards



---

MaximumASP offers enhanced hosting solutions on the Windows 2000 platform. Dedicated processor, RAM, and server resources provide
dedicated server performance at virtual server prices. Commercial components provided; custom components allowed.

---

You are currently subscribed to asp_web_howto as: $subst('Recip.EmailAddr')

To unsubscribe send a blank email to leave-asp_web_howto-$subst('Recip.MemberIDChar')@p2p.wrox.com

Message #4 by "Waseem Hyder" <waseemhyder@h...> on Tue, 19 Dec 2000 07:08:39 -0000
Hello Everybody,

Please tell me where i found a best Visual and ASP Editor.

Waseem





---

MaximumASP offers enhanced hosting solutions on the Windows 2000 platform. Dedicated processor, RAM, and server resources provide
dedicated server performance at virtual server prices. Commercial components provided; custom components allowed.

---

You are currently subscribed to asp_web_howto as: $subst('Recip.EmailAddr')

To unsubscribe send a blank email to leave-asp_web_howto-$subst('Recip.MemberIDChar')@p2p.wrox.com

Message #5 by "Jorge Orman" <jorgeo@z...> on Tue, 19 Dec 2000 10:29:55 +0200
Hi Waseem  ,



Try with HomeSite,

You can download it from allaire soft at

http://www.allaire.com/



http://www.allaire.com/SEARCH/SearchResults.cfm

Jorge Orman





----- Original Message -----

From: Waseem Hyder <waseemhyder@h...>

To: ASP Web HowTo <asp_web_howto@p...>

Sent: Tuesday, December 19, 2000 9:08 AM

Subject: [asp_web_howto] Help Me





> Hello Everybody,

> Please tell me where i found a best Visual and ASP Editor.

> Waseem

>

>



---

MaximumASP offers enhanced hosting solutions on the Windows 2000 platform. Dedicated processor, RAM, and server resources provide
dedicated server performance at virtual server prices. Commercial components provided; custom components allowed.

---

You are currently subscribed to asp_web_howto as: $subst('Recip.EmailAddr')

To unsubscribe send a blank email to leave-asp_web_howto-$subst('Recip.MemberIDChar')@p2p.wrox.com

Message #6 by "Jeff Gaudet" <gaudet54@h...> on Tue, 19 Dec 2000 08:23:17 -0400
<html><DIV>

<P>allaire homesite 4.5.1 is the best i have found. <BR><BR></P></DIV>

<DIV></DIV>

<DIV></DIV>----Original Message Follows---- 

<DIV></DIV>From: "Waseem Hyder" <WASEEMHYDER@H...>

<DIV></DIV>Reply-To: "ASP Web HowTo" <ASP_WEB_HOWTO@P...>

<DIV></DIV>To: "ASP Web HowTo" <ASP_WEB_HOWTO@P...>

<DIV></DIV>Subject: [asp_web_howto] Help Me 

<DIV></DIV>Date: Tue, 19 Dec 2000 07:08:39 -0000 

<DIV></DIV>

<DIV></DIV>Hello Everybody, 

<DIV></DIV>Please tell me where i found a best Visual and ASP Editor. 

<DIV></DIV>Waseem 

<DIV></DIV>

<DIV></DIV>

<DIV></DIV>--- 



---

MaximumASP offers enhanced hosting solutions on the Windows 2000 platform. Dedicated processor, RAM, and server resources provide
dedicated server performance at virtual server prices. Commercial components provided; custom components allowed.

---

You are currently subscribed to asp_web_howto as: $subst('Recip.EmailAddr')

To unsubscribe send a blank email to leave-asp_web_howto-$subst('Recip.MemberIDChar')@p2p.wrox.com

Message #7 by "Drew, Ron" <RDrew@B...> on Tue, 19 Dec 2000 08:52:54 -0500
This message is in MIME format. Since your mail reader does not understand

this format, some or all of this message may not be legible.



------_=_NextPart_001_01C069C2.FC6CBB10

Content-Type: text/plain



Expensive...Visual Studio which includes Visual InterDev

Cheap...CoffeeCup.com software...$50 bucks but need to create multi sessions

to test.



-----Original Message-----

From: Waseem Hyder [mailto:waseemhyder@h...]

Sent: Tuesday, December 19, 2000 2:09 AM

To: ASP Web HowTo

Subject: [asp_web_howto] Help Me





Hello Everybody,

Please tell me where i found a best Visual and ASP Editor.

Waseem





---

MaximumASP offers enhanced hosting solutions on the Windows 2000 platform.

Dedicated processor, RAM, and server resources provide dedicated server

performance at virtual server prices. Commercial components provided; custom

components allowed.




leave-asp_web_howto-$subst('Recip.MemberIDChar')@p2p.wrox.com





---

MaximumASP offers enhanced hosting solutions on the Windows 2000 platform. Dedicated processor, RAM, and server resources provide
dedicated server performance at virtual server prices. Commercial components provided; custom components allowed.

---

You are currently subscribed to asp_web_howto as: $subst('Recip.EmailAddr')

To unsubscribe send a blank email to leave-asp_web_howto-$subst('Recip.MemberIDChar')@p2p.wrox.com





------_=_NextPart_001_01C069C2.FC6CBB10

Content-Type: text/html

Content-Transfer-Encoding: quoted-printable



<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">

<HTML>

<HEAD>

<META HTTP-EQUIV=3D"Content-Type" CONTENT=3D"text/html; =

charset=3DUS-ASCII">

<META NAME=3D"Generator" CONTENT=3D"MS Exchange Server version =

5.5.2652.35">

<TITLE>RE: [asp_web_howto] Help Me</TITLE>

</HEAD>

<BODY>



<P><FONT SIZE=3D2>Expensive...Visual Studio which includes Visual =

InterDev</FONT>

<BR><FONT SIZE=3D2>Cheap...CoffeeCup.com software...$50 bucks but need =

to create multi sessions to test.</FONT>

</P>



<P><FONT SIZE=3D2>-----Original Message-----</FONT>

<BR><FONT SIZE=3D2>From: Waseem Hyder [<A =

HREF=3D"mailto:waseemhyder@h...">mailto:waseemhyder@h...</=

A>]</FONT>

<BR><FONT SIZE=3D2>Sent: Tuesday, December 19, 2000 2:09 AM</FONT>

<BR><FONT SIZE=3D2>To: ASP Web HowTo</FONT>

<BR><FONT SIZE=3D2>Subject: [asp_web_howto] Help Me</FONT>

</P>

<BR>



<P><FONT SIZE=3D2>Hello Everybody,</FONT>

<BR><FONT SIZE=3D2>Please tell me where i found a best Visual and ASP =

Editor.</FONT>

<BR><FONT SIZE=3D2>Waseem</FONT>

</P>

<BR>




  Return to Index