All Tags » from (RSS)

Browse by Tags

  • Call VbScript function from JavaScript

    Hi , Unable to call the VBscript function location() from JScript function LocateUser() function LocateUser(NoofUser) { var i; if(document.frmMobGroupUserLocate.check1.length > 0) { for(i=0;iroupUserLocate.check1.length;i++) { if(document.frmMobGroupUserLocate.check1[i].checked) { location(); } }...
    Posted to Web Languages/Standards (Forum) by software on 06-02-2010
  • Read from Excel using VBScript

    I use the following VBScript function to read data from Excel. It works fine, but I have to specify the spreadsheet name (sSQL = "SELECT * FROM [" & sSheetName & "$]"). Is there a way to read from Excel without specifying spreadsheet name? For example now I call the function...
    Posted to ASP (Forum) by software on 06-02-2010
  • Using php delete line from txt file.

    I am doing some forward thinking on a project i'm working on. With the help of some gurus here I got the attached code working perfectly. I am anticipating that my boss will want to be able to delete a word from this text file at some point. I came across this set of instructions while trying to...
    Posted to PHP (Forum) by software on 06-02-2010
  • extract year, month and date from mysql date field

    Hi, I've got a mysql field called birthday of type date : It seems to display in the form YYYY-MM-DD. Now I want to extract the year, month and date and store them to seperate variables //get from database and store in $birthday $birthday=$row["birthday"]; $date = getdate ($birthday); ...
    Posted to PHP and Databases (Forum) by software on 06-02-2010
  • How do call a Servlet from a JSP

    How do I call a servlet from a JSP
    Posted to JSP (Forum) by software on 06-02-2010
  • Passing parameters from one jsp to another jsp

    Hi In my jsp, i am entering the empcode, based on the empcode i retrieve empname and passing these two variables 'empcode' and 'empname' to another jsp. Can you help me how to pass variables to another jsp. Empcode is only field is for user input, empname -- retrieving from master table...
    Posted to JSP (Forum) by software on 06-01-2010
  • Get variable from iframe

    I have the structure. function GetValue() { iF=document.getElementById("main") alert (iF.m) } inside of iFrame is javascript variable defined var m=25 I wish to get its value in parent document. But the code above doesn't work to me :(
    Posted to Scripting (Forum) by software on 06-01-2010
  • Delete First Two Characters from string?

    Hi, How can I delete the first two characters from this string. c_2 c_25 c_20 I want to just be left with the numeric part of the string. Or everything to the right of the underscore Any help appreciated. -ws
    Posted to ColdFusion (Forum) by software on 06-01-2010
  • Apache allow for localhost only

    How do I make a page accessible by localhost only? I've tried this, but it didn't work -- it's still accessible from outside. Alias /mypage /projectdirectory/mypage Order deny,allow Allow from localhost Thanks!
    Posted to Apache (Forum) by software on 06-01-2010
  • CANNOT REMOVE EXCHANGE 2003 SERVER FROM ACTIVE DIRECTORY

    Hi I am trying to decommision an Exchange 2003 server in my organisation, all mailboxes have been moved as well as public folders (systems+data) and I also removed the system attendant mailbox as per MS KB articles. No luck removing the server from add/remove programs as I always get a message saying...
    Posted to Active Directory (Forum) by software on 06-01-2010
Page 1 of 105 (1047 items) 1 2 3 4 5 Next > ... Last ยป