Hi there! Does somebody know how to do next:
Ok ! I have webForm with couple Web-Controls (evrething runat=server).I wish on click (on checkBox) form would not be sended to server but will exequte JavaScript function to disable rest of controls (exept checkBox itself) right on Client-side ! I...
Hi there!
Does somebody can advise me ?
Well I want to send to client message (by: <script ...>alert(....);</script>)
I tryed to do next steps :
1)Response.Write("<script language=javascript>alert('blah .. blah');</script>")
2)If Not...
Hi gays ! Do sombody know why I get error :
BC30081: Block 'If' is missing an 'End If'
I fill it is becouse I try to send to brows. Client-Script like I did in VID . If so how can I write ClientScript from server ? Or what is wrong ?
here is my piece of code ...
Hi gays !
I have Windows 2000 Server and when I try to Map Network drive (offline) -> I get error: "The Network location cannot be reached !" in fact it is done clear and without errors when I connected to Internet !
Does somebody can help me!?
Thanks .....
I have been write this code in my ASP page:
sub SendMessage()
on error resume next
Dim objMsg
set objMsg = Server.CreateObject("CDONTS.NewMail")
objMsg.From = EmailFrom
objMsg.To = strTo
objMsg.Subject = strSubject
objMsg.Body = strMessage
objMsg.Send
set objMsg = Nothing...
People ! Does somebody know the answer for my problem :
I write little site and using Microsoft Access DataBase.
I have 2 examples of connection string to my DB.
CONNECT_1 = "Provider=Microsoft.JET.OLEDB.4.0;Data Source=" & Server.MapPath("/AD/spl/Script/AD.mdb")
CONNECT_2 =...
People ! Does somebody know the answer for my problem :
I write little site and using Microsoft Access DataBase.
I have 2 examples of connection string to my DB.
CONNECT_1 = "Provider=Microsoft.JET.OLEDB.4.0;Data Source=" & Server.MapPath("/AD/spl/Script/AD.mdb")
CONNECT_2 =...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.