User Profile
Collapse
-
Passing value to JSP
JSP
Scenario:
Login page containing user id and pwd text boxes, each having a key boad button (onclicking the key board button will take to key.jsp where the user can input values in text box)
The keyed value in key.jsp text box should be returened to login.jsp in corresponding to the button clicked.(ie if user clicked useridtext box key board button then the value in key.jsp should be placed or if user clicked the pwd text keyboard... -
Thanks. But how do i know how many times i pressed the capslock button.For first time pressing it should return all values in text as CAPITAL and second time being small and 3rd time being CAPITAL and so on. Can you please provide sample codings?
[HTML]<input name="textarea" type="text" />
<input type="button" name="button1" onclick="type(' a')" />
<input type="button"...Leave a comment:
-
Thanks for your reply. But the requirement is clicking a button should change the case in vise versa manner like Caps Lock in key board.(Required the same function)Leave a comment:
-
Case Conversion
How to convert the case on clicking a button dynamically?
If a button is clicked first time then it should display the cahracters in CAPITAL in a text box and clicking the same button second time should display in text as small character and vice versa.
Please provide me sample coding if you have.
THANKS in advance -
-
Thanks for your response.
Here is the code.. Please help me.
...Code:<input name="textfield" type="text" /> <img src="images/q.gif" width="46" height="48" onclick="type(q)" /> <img src="images/r.gif" width="46" height="48" onclick="type(r)" /> <SCRIPT type="text/javascript"
Leave a comment:
-
If button clicked, value should be reflected in text box
Java script:
If i click a button, the value should be reflected in a text box.
For
Ex:
<input name="textfield " type="text" />
<input type="button" name="button1" onclick="type(' A')" />
Can any help me in java script for the above code for onclick event
THANKS in advance -
-
JSP and Crystal Report 10
JSP and Crystal Report 10
Could any one please help me in displaying report(CR10) through JSP.
It will be great if you provide me sample coding(JSP) for the same.
THANKS in advance -
Copy .mdb file in VB
VB6.0 ; MSaccess
when i try to do the following
FileCopy "C:\Folder\Data base.mdb", "C:\Folder\Data base1.mdb1"
im getting Permission Denied error. Where could be the issue?
Please help me.
THANKS in advance -
-
VB6.0 and MySql Connection
Can any help me in creating connection of mysql with vb6.0.
Please provide me sample codings if you have.
Im using INI file where the connection needs to be given. For msacces ive used like
CONNECTION=Prov ider=Microsoft. Jet.OLEDB.4.0;D ata Source=C:\Sampl e.mdb;Persist Security Info=False
Please provide similar solution for MySql.
THANKS in advance -
Thanks for your reply veena. I need to pass DSN from VB6 to crx...Leave a comment:
-
I have tested and it not giving any error. Does CR10 works without using DSN in VB6.0 code?...Leave a comment:
-
Using DSN in VB 6.0 with Crystal Report 10
Hi,
Im using VB6.0, Crystal report 10 and MSaccess Database. I was using Crystal report 6 and later upgraded to CR10. In VB6 i used DSN like
.Connect = "DSN=DBName " & ";UID=admin;PWD =;"
Now in CR10 i have created reports without using DSN in VB. Can any help how to use DSN in VB6.0 with CR10 or is there any method so that i no need to use DSN in the above said requirements.
The code used...
No activity results to display
Show More
Leave a comment: