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 Kshoot

  1. Kshoot

    VB .Net or C# ???

    Varun, it is not that which one is more on demand, it is what you are comfortable with. if you have vb 6.0 back ground then go for vb.net and if you have java and c++ background go for c#. If you are start of you carrer then go for C# Kshoot
  2. Kshoot

    Window.open Asp.net wierd problem

    can anyone take a look at this problem again.
  3. Kshoot

    Window.open Asp.net wierd problem

    that trick still doesnot work, but good thing is i stop getting the message(alert box) atleast that was good. one thing i dunno you have noticed or not in my first post, it works first time and then on it stops working in testing box the same works perfectly on the local boxes though. I cannot...
  4. Kshoot

    Window.open Asp.net wierd problem

    Billy, let me explain the question properly. i have a page1, where i am writing the above(first post) code, i dont have any control of the page iam opening page2, i only know that that page has got the frames and what my code should do is drop the appropriate aspx pages into it. now how can i...
  5. Kshoot

    Window.open Asp.net wierd problem

    how can i track the new window frameset is loaded or not, i am assuming and loading the frameset with the appropriate page into the frame. Kshoot
  6. Kshoot

    Add text in a textares while pressing a button

    function InsertText () { var text=document.Form1.elements['Button'].value ; if(TextArea_HasFocus==false) TextArea_Editor.focus(); var editor = window.document.getElementById('TextArea'); sel = editor.document.selection.createRange(); if (text!=''){ sel.pasteHTML("@@")...
  7. Kshoot

    Window.open Asp.net wierd problem

    Below is the code. language = asp.net/vb.net private sub openW() sResult = sResult & "<script language=javascript> mywindow = window.open('http://localhost/mohsaic/default.aspx?tc=Client/Manage'); " sResult = sResult & "mywindow.parent.frames[1].location =...

Part and Inventory Search

Back
Top