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!

Recent content by ASPVB

  1. ASPVB

    what is JavaScript correct syntax in my case?

    OK ! here is my .aspx form: it is listBox =itemsfor choose,checkBox =add to cart,listBox=choosen items and submit button : <%@ Page Language=&quot;vb&quot; AutoEventWireup=&quot;false&quot; Codebehind=&quot;WebForm1.aspx.vb&quot; Inherits=&quot;testASPNet2.WebForm1&quot;%> <!DOCTYPE HTML PUBLIC...
  2. ASPVB

    what is JavaScript correct syntax in my case?

    Yes it was very intresting! I write down , JS work fine but now page does not submitet at all! Is there something else ? Thanks a lot !
  3. 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...
  4. ASPVB

    Where to declare JavaScript ?

    You are genius , men ! Why yuo are & where are you live ? May be it will be easy to meet with you & take couple private lessons - I'll have a lot question ? Thanks , it work !
  5. ASPVB

    Where to declare JavaScript ?

    Hi LV ! Glad to hear you! Thanks for helping me before ,now it is work easy becouse it is full version of .NET ! All right : I want confurm client-side after successful exion action delete/update db . Like I did in VID Thanks.
  6. 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...
  7. ASPVB

    JavaScript Server Side ?!?!?!?

    Hi LV ! Men thanks for cooperation ! Your advise was help me a lot !!!!!!! Thanks again
  8. ASPVB

    JavaScript Server Side ?!?!?!?

    O now it's make sence ! You are working in Visual Studio.Net and I'm from in 1-st beta version , I even do not have debbager !!! I see errors when I run .aspx page from IIS/right_click/browse !! I have to install whole .NET Thanks LV !!!!!!!!!!!!!!!!!!
  9. ASPVB

    JavaScript Server Side ?!?!?!?

    O my God ! It funny ! now it change for : BC30095: A 'Select Case' must be paired with an 'End Select'.
  10. ASPVB

    JavaScript Server Side ?!?!?!?

    NO ! does not help ! It killing me !
  11. ASPVB

    JavaScript Server Side ?!?!?!?

    Hi LV ! Thanks for care !!! It is appear by compilation when at least on of the next rows exsist : pScript = &quot;<script language=javascript>window.open('hm_DB_to_XML_006.aspx');</script>&quot; if not Page.IsClientScriptBlockRegistered(&quot;doPopup&quot;)...
  12. ASPVB

    JavaScript Server Side ?!?!?!?

    No Men ! It still same error ...
  13. 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 ...
  14. ASPVB

    Win 2000 : The Network location cannot be reached ??

    Well , Friends ! I'll explain myself : I write little program in VB which at the end should access all available dravers (local & network).Becouse I have W. 2000 Server I wish to Map one of my local dravers to become Network Drive ( I saw one my frend did it in same conditions like me : not...
  15. ASPVB

    Win 2000 : The Network location cannot be reached ??

    Thanks Rickgerdes ! You know ,it shame to ask, but how to check is there DNS service on it on not ?

Part and Inventory Search

Back
Top