Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: ASPVB
  • Content: Threads
  • Order by date
  1. ASPVB

    what is JavaScript correct syntax in my case?

    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...
  2. ASPVB

    Where to declare JavaScript ?

    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(&quot;<script language=javascript>alert('blah .. blah');</script>&quot;) 2)If Not...
  3. ASPVB

    JavaScript Server Side ?!?!?!?

    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 ...
  4. ASPVB

    Win 2000 : The Network location cannot be reached ??

    Hi gays ! I have Windows 2000 Server and when I try to Map Network drive (offline) -> I get error: &quot;The Network location cannot be reached !&quot; in fact it is done clear and without errors when I connected to Internet ! Does somebody can help me!? Thanks .....
  5. ASPVB

    How to get value of Collate checkBox when CommonDialog disapear ?

    Hi ! Does somebody know how to get value of Collate checkBox when CommonDialog disapear to VB code !? Thanks a lot !!!!!!!!!!!!!!!!
  6. ASPVB

    How can I send to print. one of many page (Text file)

    Thanks for help :-))) !!!!!!
  7. ASPVB

    Turn on EXE file !?!?!

    Hello everybody! Is somebody know how to switch on .exe in ASP application ???
  8. ASPVB

    CDONTS.NewMail doesn't work

    I have been write this code in my ASP page: sub SendMessage() on error resume next Dim objMsg set objMsg = Server.CreateObject(&quot;CDONTS.NewMail&quot;) objMsg.From = EmailFrom objMsg.To = strTo objMsg.Subject = strSubject objMsg.Body = strMessage objMsg.Send set objMsg = Nothing...
  9. ASPVB

    Please help me to open Access !

    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 = &quot;Provider=Microsoft.JET.OLEDB.4.0;Data Source=&quot; & Server.MapPath(&quot;/AD/spl/Script/AD.mdb&quot;) CONNECT_2 =...
  10. ASPVB

    Connection to MDB ???

    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 = &quot;Provider=Microsoft.JET.OLEDB.4.0;Data Source=&quot; & Server.MapPath(&quot;/AD/spl/Script/AD.mdb&quot;) CONNECT_2 =...

Part and Inventory Search

Back
Top