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 TouchToneTommy 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: aarushi2001
  • Order by date
  1. aarushi2001

    Text Field Value

    unfortunately I cant use server-side scripting :((((( how can I use cookies?? any idea??
  2. aarushi2001

    Text Field Value

    function putHeader() { headerCode = "<div id=\"header\">" + "<div id=\"actions\">" + "<a class=\"accounts\" href=\"\">SIGN IN</a> <img class=\"sep\" width=\"5\" height=\"5\" src=\"http://localhost/img/_common/header_sep.gif\"> <a class=\"accounts\" href=\"\">REGISTER</a><br />" + "<a...
  3. aarushi2001

    Text Field Value

    it shud but its not..
  4. aarushi2001

    Text Field Value

    clFlava... I have textfield with default value="SEARCH". When I type something e.g. 'hello', the default value should change to 'hello'. However, I am still getting 'search'. I need to change the default value or if possible when I hit the submit, on next page I need the text box value as a...
  5. aarushi2001

    Text Field Value

    <script="javacript"> changeText() { var cbOnject = window.form1.query1.value; window.form1.query1.value = cbOnject; } </script> <form name="form1" action="" method="get"> <input type="text" name="query1" value="search"> <input type="image" src="" onclick="changeText()"> </form> I realised the...
  6. aarushi2001

    Text Field Value

    Hi, I have a form. The default value of text field is 'search'. Every time a user enters some value and hits enter I want to update the value of the text filed. I cant use dynamic languages. Is it possible to use JavaScript DOM? How? Thanks
  7. aarushi2001

    Servlet/XSL/JavaScript Issue

    yes it does work as a static page.
  8. aarushi2001

    Servlet/XSL/JavaScript Issue

    Hi all, I have a servlet, which takes xsl and xml file as input and generates an HTML output. The XSL file contains a JavaScript, which accepts an XML file and display the content as a table. When I run the servlet, the whole page loads with out any error and all JavaScripts are woking except...
  9. aarushi2001

    Firefox: Servlets/XML Issue

    Hi all, I have a servlet, which takes xsl and xml file as input and generates an HTML output. The XSL file contains a JavaScript, which accepts an XML file and display the content as a table. When I run the servlet, the whole page loads with out any error and all JavaScripts are woking except...
  10. aarushi2001

    Detect HTTP 1.1 settings

    if they do not have flash.. the error message is being displayed.... if they do have flash.. it will start playing player.. however, if they do not have HTTp 1.1 enabled, then the content being parsed may be wrong.. but thanks anyway for your help
  11. aarushi2001

    Detect HTTP 1.1 settings

    well we have a flash media player, which is parsing information from some other site. In order to interact properly the HTTP1.1 setting should be enabled on the client site. If we detect HTTP1.1 is not enabled, then we just need to prompt a window saying: 'Please anable etc..' or 'just forward...
  12. aarushi2001

    Detect HTTP 1.1 settings

    Hi, Under Internet Options->Advanced->HTTP 1.1 Settings Is there a way we can detect if the settings have been enabled or disabled? Thanks
  13. aarushi2001

    Bitmap to JPEG Conversion

    Thanks kodr.. I will take a look..
  14. aarushi2001

    Bitmap to JPEG Conversion

    Hi Guys, I need some guidance. I need to write a code/program which can convert a bitmap image to JPEG format and store the image at new location (whatever designated place). Any articles/snippets which can help me get started. Or any APIs etc I need to install to get started. Thanks,
  15. aarushi2001

    Radio Button and Text Box

    Hi clFlava, Thanks for helping me out. I finally figured what I have to do. For If then thing this is the code I wrote: function validate_form ( ) { valid = true; if ( ( document.contact_form.gender[0].checked == false ) && ( document.contact_form.gender[1].checked == false ) )...
  16. aarushi2001

    Radio Button and Text Box

    So far I just have basic form validation code. I really dont know know how to do above feature :(..
  17. aarushi2001

    Radio Button and Text Box

    Hi Guys, I have a question. I have a form, where user has to tick off 'yes' or 'no'. If a user ticks off 'yes' he is required to fill out text box 1 and if he ticks off 'no' he is required to fill out text box 2. How can we add this feature?
  18. aarushi2001

    ASP and MS SQL

    I did do google search before asking for help.. but I get access stuff.. n to be honest I did write the code.. its just not executing.. it gives an error.. n it sems perfectly fine.. thanks for ur help
  19. aarushi2001

    ASP and MS SQL

    Hi Guys, I have been working on this problem since morning and can not find any where solution. I have a form. When a user hits submit, the information should be stored in a table. I am using MS SQL. Can someone please provide me with a dummy program on how to 'insert' information?
  20. aarushi2001

    Download files from server

    Thanks Sedj. Actually found the program, so no need for JSP program anymore.

Part and Inventory Search

Back
Top