window.location.href = "updateReg.php?idValue=" + idValue;
in the above code, I pass just one value "idValue", can i Pass more than one value like this?
mohammed2raja 0 Light Poster
Recommended Answers
Jump to Postyes
like this:window.location.href='updateReg.php?idValue='+idValue+'&idValue2='+idValue2;
Jump to Postsolved???
make this thread solved......
All 5 Replies
a-scripts.com 0 Newbie Poster
Shanti C 106 Posting Virtuoso
mohammed2raja 0 Light Poster
mohammed2raja 0 Light Poster
Shanti C 106 Posting Virtuoso
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.