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
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...
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...
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,
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?
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?
Hi,
I need some help and guidance.
I have this particular website, which has an excel sheet available for download everyday (as stock data differs). I need to write a JSP program, which executes itself everyday, goes to the website and downloads the file.
Any hints? or we cant write a code...
Hi,
I need to create a view in phpmyadmin, as I wasnt able to export it from my local machine.
Can anyone tell me how can I create a view in phpmyadmin.
Thanks,
Hi,
I want users to upload file. The files uploaded by them shud be stored under test folder on server (I have created the folder and set required permissions). I am stuck here:
to save file to a particulat location, code is something like:
saveFile = "../webapps/ROOT/download/" + saveFile...
Hi,
This my first time in ASP thread and am a beginner. Till now I have used JSP but for a certain project of mine I have to use ASP. I have this question:
I have a url: http://form2.asp?state=<%= strname %>
How can I extract the value for state, and then use it to display records from DB...
Hi,
I was testing my uploadfile.jsp file on the server and it gave me following error:
Error 404: Permission Denied
Uploadfile.jsp: allows users to upload/attach file while submitting a form.
On local host it was working.
Hi,
I have a javascript which works as follows:
when user exceeds number of words limit, it alerts the user. However, I would like to display a input box beneath my textarea, which displays number of words left. Also when user exceeds word limit, instead of a alert, I wont to stop user from...
Hi,
When we create *.sql for out database, does it not copy views. I created *.sql and imported it to phpmyadmin, but it is not showing the view.
Do I have to re-write the view or there is some other solution?
Hello,
With the help of this forum, I have learnt alot.
Can someone provide me a tutorial link or help related the following question:
I have mysql running on my local machine. I want to host my website and have got details related to phpadmin from them. How will I export my DB from local to...
Hi,
My user form has a text area field. When user submits information, this information is stored in my mysql.
I am facing problem: if a user uses escape character in text area, it is throwing an error.
How can I catch this error?
Hi, I have a user form, which requires user to enter data. This field has been defined as 'blob'. The problem is if my textarea consists of ',' or ''' or '"', it gives an error.
How can I avoid this error?
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.