All Tags » value (RSS)

Browse by Tags

  • How to assign a textbox value in HTML to a variable and use it with perl ??

    Hi Friends, I spent all my night working on this code but it only works if I assign the values directly to the variables, but if I take the value from an html file using post method it returns no value . I don't know why? The below code is my code: #!/usr/bin/perl require "cgi-lib.pl";...
    Posted to Perl (Forum) by software on 06-16-2010
  • SQL problem - nvarchar value overflowed an int column

    i am using the following query SELECT POSITION_LIST.EMPID, REPORTS_TO, USER_PROFILE.EMPID, USER_PROFILE.USERFNAME, USER_PROFILE.USERLNAME FROM POSITION_LIST LEFT JOIN HR_TOOLBOX_USER_PROFILE ON EMPID = USER_PROFILE.EMPID WHERE POSITION_LIST.EMPID Is Not Null AND REPORTS_TO in (SELECT POSID FROM POSITION_LIST...
    Posted to ColdFusion (Forum) by software on 06-07-2010
  • Cannot insert the value NULL into column 'ID'

    Hello Experts, well it seems that i always have errors with SQL Server tabels. ............ Microsoft OLE DB Provider for SQL Server error '80040e2f' Cannot insert the value NULL into column 'ID', table 'database.dbo.UserLayouts'; column does not allow nulls. INSERT fails. /custom...
    Posted to ASP (Forum) by software on 06-02-2010
  • Radio Button Selected Value

    AFAIK, to retrieve the selected value for in a single line javascript, I have the following code: this.form.areaID.options[this.form.areaID.selectedIndex].value If I were wanted to do the same, retrive the selected value for in a single line javascript, how?
    Posted to JavaScript (Forum) by software on 06-02-2010
  • Inserting NULL Value to MSSQL DATE/TIME Field

    Hello, Ok this one should be an easy one. I'm running an insert query and one of the fields is date/time. When I DO NOT send a value to it, I want to insert is as , but instead, it's going in as "1/1/1900". How should I do my query where I can send a NULL Value? Thanks, Anthony
    Posted to ColdFusion (Forum) by software on 06-02-2010
  • get textarea value without submit into php variable

    hi, is it possible to get value of textarea into php variable? I need something like this: myform.php Normally when you make submit you get in variable $test value of textarea but i need to do something like this // function Getvalue doesn't exists $test = GetValue(textarea,test); t=1&test=$test>Projects...
    Posted to PHP for Windows (Forum) by software on 06-01-2010
  • Set href value using javascript at onload

    (Alert: newbie crossing ahead!) How do I set value of an href in a link at onload? I managed to piece together the code below (as part of a working page), but I'm out of clues beyond this... var hrefLink1 = "Default3.aspx" function setHref() { href1.href == hrefLink1} SomeLinkText
    Posted to JavaScript (Forum) by software on 06-01-2010
  • Drop Down Initial values

    Hello, FP2002/2003 I have a created simple drop-down in FP. I want no initial value to be set but cannot seem to do this. It always shows the first choice even if I ensure the Selected state is set to 'No'. What am I doing wrong?
    Posted to FrontPage (Forum) by software on 06-01-2010
  • Get the value of HTML select tag using JavaScript

    Dear experts, This is the HMTL code False (+S$200.00) True (+S$123.00) If user select first option (=21), then : 1) how can I get the value of 21 using javascript? 2) how can I get the value of 7 (7 is the index of the select id) using javascript? Thanks & regards.
    Posted to JavaScript (Forum) by software on 06-01-2010
  • How can I check if a value exists within a certain column on another sheet, and if so set something = 1 on this sheet?

    Hi folks say we have at least two sheets in a book, one called costs, and one called quote. i am in say costs!a5 i want to see if in sheet quote in column x is there a value equal to row()? so how do i say or code up ... does 5 exist anywhere in sheet quote in column x? this formula is needed to see...
    Posted to MS Excel (Forum) by software on 06-01-2010
Page 1 of 30 (296 items) 1 2 3 4 5 Next > ... Last ยป