Search found 6 matches

by jk2008
Mon Oct 22, 2012 3:23 pm
Forum: Javascript
Topic: Javascript validation Help
Replies: 4
Views: 2736

Re: Javascript validation Help

Can I please get some help with how to validate a radio group (1 is selected) and compare value from 2 field (i.e. confirm email address) with the functionality from my first post?

Thanks.
by jk2008
Fri Oct 19, 2012 11:52 pm
Forum: Javascript
Topic: Javascript validation Help
Replies: 4
Views: 2736

Re: Javascript validation Help

The checkbox make sense but for confirm email don't I need to compare the value of email with chkemail in a function? Sorry I am new to JS and don't know how to do that. Also, how do I validate list/drop down menu and radio button. I tried to use the !e.checked for radio group but it doesn't work. T...
by jk2008
Fri Oct 19, 2012 4:57 pm
Forum: Javascript
Topic: Javascript validation Help
Replies: 4
Views: 2736

Javascript validation Help

Hi I have the below code for validation. Everything works fine except for the confirm email and checkbox validation function. Can I get some help to make those 2 item works? Thanks. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html l...
by jk2008
Fri Jan 09, 2009 10:18 am
Forum: PHP - Code
Topic: Passing Arrays thru url
Replies: 2
Views: 160

Passing Arrays thru url

I tried to create array and pass it thru url but I am not sure what I did wrong. I am getting 'link[1]' instead of page1.html in the form field. Here is the sample of my code. Can someone please take a look and help me out? What I am trying to accomplish is to pass the value 'page1.html' to a form t...
by jk2008
Wed Jan 07, 2009 1:43 am
Forum: PHP - Code
Topic: Help with array and form value
Replies: 4
Views: 286

Re: Help with array and form value

Can you show me how to store on session and pass it to the form thru the link? I know how to pass the session value from a page to another but when I have an array/multiple value how do I pass only one value at a time to the same form? how do I make sure Page 1 of $pagetitle[1] = 'Page 1'; and page1...
by jk2008
Sun Jan 04, 2009 4:57 pm
Forum: PHP - Code
Topic: Help with array and form value
Replies: 4
Views: 286

Help with array and form value

I need to separate the form in the following code into its own file but still have the function of the arrays working. I am new to php and have no clue how to achieve that. Can someone please take a look at the code point me to the right direction to accomplish it? I am just trying to have the form ...