i have placed 2 textfields textfield1 and textfield2 on Flow layout. i am restricting to 4 characters.
after entering the 4th character in textfield1, the cursor focus should automatically be set to textfield2
how do we achieve this?? can anyone help me on this
I would want to make a string sql safe , so how do i handle strings which have ' and \ ??
can i achieve this using replaceall method in java.lang.String to replace all ' and \ with sql safe value. could someone help me on this
Hello,
I have a table with the column "name" which has values like AAO1LC,BB03RS,CC02LC,DA02LC,CRT,RAELT. i want a query to sort this based on 01,02 ,i.e based on 2 and 3 char of name.
could anyone let me know how do i need to use select statement here.
thanks
Am using it this way
function checkSyntax()
{
var value = '(1,0),(2,1),(3,1),(4,0)';
regex= /^(\(\d{1,3},[0-1]\)(,{0,1}))+$/;
var nArray = value.match(regex);
if (nArray==null)
alert("not a proper pattern");
else...
ok..
I have main.html which hold 2 frames "locale" and "api" frame . api frame has api.html and locale frame has locale.jsp . i dont bother the very first time these 2 pages are loaded.
I am displaying a textbox and button in api.html.onclick of this button i call...
I got what u were trying to convey, but the problem here is i have the function in api.html calling a function in locale.jsp which takes care of submitting the locale.jsp , i want that function in api.html to wait till this locale.jsp is RELOADED.
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.