Wrox Home  
Search P2P Archive for: Go

  Return to Index  

access_asp thread: Help Me


Message #1 by "bindiya" <bindiya@d...> on Wed, 15 May 2002 12:49:23 -0700
I have a small Problem  i want to let user access my site only is he is a
valid user with his user Id and Password .My program does not allows users
to directly access the site without without going to 1st page
Problem of mine is that now when i try to add some html code inside this asp
were it verify the user validity it is seen when  even if he enters and user
and even if not . can you write html tag inside vb script is it possible and
is there any solution for this please help .


Message #2 by "Santhi" <santhi_maadhaven@y...> on Wed, 15 May 2002 09:28:51
Can u tell me clearly what is ur problem.
We can create html tag inside vbscript

> I have a small Problem  i want to let user access my site only is he is a
valid user with his user Id and Password .My program does not allows users
to directly access the site without without going to 1st page
Problem of mine is that now when i try to add some html code inside this 
asp
were it verify the user validity it is seen when  even if he enters and 
user
and even if not . can you write html tag inside vb script is it possible 
and
is there any solution for this please help .


Message #3 by Abdul Sami <abdul_sami_20@y...> on Wed, 15 May 2002 02:03:06 -0700 (PDT)
Confirm  the name and password from the database instead of using client
script.
e.g.
<form action=samepage.asp>
<%
nm=request("name")
if nm=rs.fields("name")
then
%>
<body>
body of the page
</body>

<%
else%>
not allowed to watch this site
<%end if%>

--- Santhi <santhi_maadhaven@y...> wrote:
> 
> Can u tell me clearly what is ur problem.
> We can create html tag inside vbscript
> 
> > I have a small Problem  i want to let user access my site only is he is
> a
> valid user with his user Id and Password .My program does not allows
> users
> to directly access the site without without going to 1st page
> Problem of mine is that now when i try to add some html code inside this 
> asp
> were it verify the user validity it is seen when  even if he enters and 
> user
> and even if not . can you write html tag inside vb script is it possible 
> and
> is there any solution for this please help .
> 
> 


=====
Abdul Sami

__________________________________________________
Do You Yahoo!?
LAUNCH - Your Yahoo! Music Experience
http://launch.yahoo.com
Message #4 by "Eric Levine" <eric@d...> on Wed, 15 May 2002 09:22:51 -0400
Or you can incorporate HTML code within the ASP delimiters

Ex. 

<%
	Response.Write "<B>This will parse as ASP</B>"
%>

HTH.

Regards,
Eric


-----Original Message-----
From: Abdul Sami [mailto:abdul_sami_20@y...] 
Sent: Wednesday, May 15, 2002 5:03 AM
To: Access ASP
Subject: [access_asp] Re: Help Me

Confirm  the name and password from the database instead of using client
script.
e.g.
<form action=samepage.asp>
<%
nm=request("name")
if nm=rs.fields("name")
then
%>
<body>
body of the page
</body>

<%
else%>
not allowed to watch this site
<%end if%>

--- Santhi <santhi_maadhaven@y...> wrote:
> 
> Can u tell me clearly what is ur problem.
> We can create html tag inside vbscript
> 
> > I have a small Problem  i want to let user access my site only is he
is
> a
> valid user with his user Id and Password .My program does not allows
> users
> to directly access the site without without going to 1st page
> Problem of mine is that now when i try to add some html code inside
this 
> asp
> were it verify the user validity it is seen when  even if he enters
and 
> user
> and even if not . can you write html tag inside vb script is it
possible 
> and
> is there any solution for this please help .
> 
> 


=====
Abdul Sami

__________________________________________________
Do You Yahoo!?
LAUNCH - Your Yahoo! Music Experience
http://launch.yahoo.com




Message #5 by "bindiya" <bindiya@d...> on Thu, 16 May 2002 10:44:24 -0700
Sir if i want to write a code of drop downn list box in side the Sub Funtion
then.
Response.write "<body><select > --------------etc</body>"
but i cant  write  whole body code in one line .If i give enter  and
continue further matter on second line then it gives me error how to
continue to second line in Response.write
In Vb we use &_ what about asp

Bindiya


----- Original Message -----
From: "Eric Levine" <eric@d...>
To: "Access ASP" <access_asp@p...>
Sent: Wednesday, May 15, 2002 6:22 AM
Subject: [access_asp] Re: Help Me


> Or you can incorporate HTML code within the ASP delimiters
>
> Ex.
>
> <%
> Response.Write "<B>This will parse as ASP</B>"
> %>
>
> HTH.
>
> Regards,
> Eric
>
>
> -----Original Message-----
> From: Abdul Sami [mailto:abdul_sami_20@y...]
> Sent: Wednesday, May 15, 2002 5:03 AM
> To: Access ASP
> Subject: [access_asp] Re: Help Me
>
> Confirm  the name and password from the database instead of using client
> script.
> e.g.
> <form action=samepage.asp>
> <%
> nm=request("name")
> if nm=rs.fields("name")
> then
> %>
> <body>
> body of the page
> </body>
>
> <%
> else%>
> not allowed to watch this site
> <%end if%>
>
> --- Santhi <santhi_maadhaven@y...> wrote:
> >
> > Can u tell me clearly what is ur problem.
> > We can create html tag inside vbscript
> >
> > > I have a small Problem  i want to let user access my site only is he
> is
> > a
> > valid user with his user Id and Password .My program does not allows
> > users
> > to directly access the site without without going to 1st page
> > Problem of mine is that now when i try to add some html code inside
> this
> > asp
> > were it verify the user validity it is seen when  even if he enters
> and
> > user
> > and even if not . can you write html tag inside vb script is it
> possible
> > and
> > is there any solution for this please help .
> >
> >
>
>
> =====
> Abdul Sami
>
> __________________________________________________
> Do You Yahoo!?
> LAUNCH - Your Yahoo! Music Experience
> http://launch.yahoo.com
>
>
>
>
>
>

Message #6 by "Jeroen Diderik" <jeroen@i...> on Thu, 16 May 2002 10:12:22 +0200
Hi Bindiya,

Same in ASP... It's VBScript so.. Pretty much the same Code Structures

MyVar =3D "Bla bla bla" & _
	  " Bla bla bla"



Jeroen Diderik
Brix Multimedia
Eleanor Rooseveltlaan 29
2719 AB Zoetermeer
Tel. +31(0)79 368 5892
Fax.+31(0)79 362 0006
@: jeroen@i...


-----Original Message-----
From: bindiya [mailto:bindiya@d...]
Sent: Thursday, May 16, 2002 7:44 PM
To: Access ASP
Subject: [access_asp] Re: : Help Me


Sir if i want to write a code of drop downn list box in side the Sub
Funtion then. Response.write "<body><select > --------------etc</body>"
but i cant  write  whole body code in one line .If i give enter  and
continue further matter on second line then it gives me error how to
continue to second line in Response.write In Vb we use &_ what about asp

Bindiya


----- Original Message -----
From: "Eric Levine" <eric@d...>
To: "Access ASP" <access_asp@p...>
Sent: Wednesday, May 15, 2002 6:22 AM
Subject: [access_asp] Re: Help Me


> Or you can incorporate HTML code within the ASP delimiters
>
> Ex.
>
> <%
> Response.Write "<B>This will parse as ASP</B>"
> %>
>
> HTH.
>
> Regards,
> Eric
>
>
> -----Original Message-----
> From: Abdul Sami [mailto:abdul_sami_20@y...]
> Sent: Wednesday, May 15, 2002 5:03 AM
> To: Access ASP
> Subject: [access_asp] Re: Help Me
>
> Confirm  the name and password from the database instead of using
> client script. e.g.
> <form action=3Dsamepage.asp>
> <%
> nm=3Drequest("name")
> if nm=3Drs.fields("name")
> then
> %>
> <body>
> body of the page
> </body>
>
> <%
> else%>
> not allowed to watch this site
> <%end if%>
>
> --- Santhi <santhi_maadhaven@y...> wrote:
> >
> > Can u tell me clearly what is ur problem.
> > We can create html tag inside vbscript
> >
> > > I have a small Problem  i want to let user access my site only is
> > > he
> is
> > a
> > valid user with his user Id and Password .My program does not allows

> > users to directly access the site without without going to 1st page
> > Problem of mine is that now when i try to add some html code inside
> this
> > asp
> > were it verify the user validity it is seen when  even if he enters
> and
> > user
> > and even if not . can you write html tag inside vb script is it
> possible
> > and
> > is there any solution for this please help .
> >
> >
> > ---
> > Change your mail options at http://p2p.wrox.com/manager.asp or to
> > unsubscribe send a blank email to
>
>
> =3D=3D=3D=3D=3D
> Abdul Sami
>
> __________________________________________________
> Do You Yahoo!?
> LAUNCH - Your Yahoo! Music Experience
> http://launch.yahoo.com
>
> ---
> Change your mail options at http://p2p.wrox.com/manager.asp or to
> unsubscribe send a blank email to 
>
>
>
>
> ---
> Change your mail options at http://p2p.wrox.com/manager.asp or to
> unsubscribe send a blank email to
>




  Return to Index