In PHP, how to send textbox value to next page by javascript

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
rajkumar.shri
Forum Newbie
Posts: 5
Joined: Mon Sep 15, 2008 1:56 am

In PHP, how to send textbox value to next page by javascript

Post by rajkumar.shri »

Hi,

Plz post for my this question - In PHP, how to send textbox value to next page by using javascript?

For eg:- (if i give textbox value as 3, after click submit button One new small window open with that textbox value)

Thank u for advance........ :P


Regards,
Raj.
User avatar
pcoder
Forum Contributor
Posts: 230
Joined: Fri Nov 03, 2006 5:19 am

Re: In PHP, how to send textbox value to next page by javascript

Post by pcoder »

Better to google how to submit the form using Javascript. You will get more to play with form using Javascript.
Post Reply