hi all
this below code has 3 checkboxes.
these 3 checkboxes toggle hide/show table columns.
on page load i want to show only those columns of tables whose checkbox is checked.
if checkbox...
Type: Posts; User: vinpkl; Keyword(s):
hi all
this below code has 3 checkboxes.
these 3 checkboxes toggle hide/show table columns.
on page load i want to show only those columns of tables whose checkbox is checked.
if checkbox...
thanks john for the detailed solution
vineet
hi all
i have a microsoft access database file on my computer hard drive
is it possible to update this ms-access file with php file that is hosted on linux web server ??
can this ms-access...
hi
i am trying to add image resize function in simple image upload form script.
i created a simple upload script which works fine and uploads image.
i m not involving validation at present...
hi all
this is my script which creates one thumbnail from uploaded image
But now instead of one thumbnail
i want to generate 3 different size thumbnails
200x200
500x500
thanks john
for the detailed explanation
vineet
hi john
i have few questions
why you use "return false" in first function
<form name="pform" onsubmit="myfunc(); return false;">
hi john
all your 3 methods mentioned in post #18 are working perfect in both chrome and firefox
thanks a lot
vineet
document.close()
hi styxlawyer
declaring var and removing break statement didnt made any difference.
it still keeps processing
vineet
hi styxlawyer
yes your original code of post #12 which doesnt have forloop works fine in my firefox
but when i add forloop in it , then it doesnt stop processing in firefox
vineet
hi john
i tested your solution of return false
it works great perfect on chrome
but again in firefox it keeps on processing after printing "hello world"
my firefox version is 48.0.2
hi styxlawyer
i added forloop in your provided code
it works great only in chrome
But in firefox it keeps on processing after printing "hello world"
my firefox version is 48.0.2
hi styxlawyer
you tested it in which browser ??
In firefox it didnt stop processing
in Chrome on pressing submit button it show a blink of "hello world" and then "hello world" get disappear...
hi john
my below code prints "hello world" according to the input number
if you will enter 4 in input box then "hello world" will be printed 5 times
but the page doesnt stop processing
...
hi john
my script is already after the form.
see my post number 3
now the problem is how to run forloop according to input numeric value
thanks
vineet
hi styxlawyer
i didnt understood
how is it a string ??
if a person is entering a number value such as 1 2 3 4 5 ??
and
hi styxlawyer
i tried to get value with your getElementById method
but it didnt worked with my function
please see the below code i have commented the getElementById and used my old syntex...
hi
if i comment or remove the line
var pp = document.pform.name.value;
then the below code prints "hello world" 10 times.
thanks john
vineet
hi all
i was searching for ipn script to update database after paypal success
i found this thread on google...
thanks john
got it working now
vineet
thanks beverleyh
for the suggestions
i will update my code with them
vineet
hi all
how to remove onclick from < a href > and add to jquery on click function
<a href="javascript:void(0);" onClick="getWISHID(5)" class='wishlink'>add to wishlist</a>
Hi john
i agree with you. we have to follow best practices in jquery.
when i took the short route and cut short the code, then it didnt worked as expected.
we need to keep in mind other...
thanks john again for this easing effect.
i had a question in my mind i would like to ask
why is adding animation so difficult in jquery
why is that we need to add so much extra code to make...