Thanks in advance for your help!!!
My issue is checking a array variable in a if statement to see if it empty.
Like
if pram(2) = "" then
if empty redirect
else
not empty run code
Type: Posts; User: keithboesker; Keyword(s):
Thanks in advance for your help!!!
My issue is checking a array variable in a if statement to see if it empty.
Like
if pram(2) = "" then
if empty redirect
else
not empty run code
I'm Needing to submit div content from one page to my html2pdf conversions page. I was wanting to do this using jquery so I do not have to leave my home page to make downloadable PDF file. I found an...
I have a newsletter program I'm trying to use a group list like 1,2,3,4 in my database to send email to one or more groups. So I get the groups say 1,2 but when I try to get the email address from a...
fixed it I forgot to remove the whitespace used replace(request.form("NMGroups"), " ", "") 1, 2, 3, 4 almost looks like1,2,3,4 when I did the response.write to verify the form.
I have a list of checkboxes like 1,2,3,4,5 when I use update statement I get 1 instead of 1,2,3,4,5 in my database column. I have checked to make sure request.form is returning 1,2,3,4,5 and it is...
Fixed it
I have a frame issue in IE9 works in all other browsers. The error I keep getting is that it can't pass the getElementById. I try different compatible for IE but that's not working either. Any help...
I'm trying to setup paging with numbers in the middle of Previous and Next buttons. I found a script I like but i have one issue with it. Please help many thanks in advance.
Here the script I...