proctk Posted August 24, 2006 Share Posted August 24, 2006 Hi I have a form that I want to fill the form field with the value by clicking on a link. (the popup dispays a calendar) and send write the value to my form. I have it setup so the value to be written is assigned to the url ie www.mysite.com?id=$id.the problem that I'm having is that is I set the text field value to $_request ['id']; the page wuld have to refresh which would erase my other form fields. any help is great Link to comment https://forums.phpfreaks.com/topic/18596-_request/ Share on other sites More sharing options...
HeyRay2 Posted August 24, 2006 Share Posted August 24, 2006 Sounds like a job for some JavaScript!http://www.mattkruse.com/javascript/calendarpopup/ Link to comment https://forums.phpfreaks.com/topic/18596-_request/#findComment-80082 Share on other sites More sharing options...
proctk Posted August 24, 2006 Author Share Posted August 24, 2006 thank you for the info. looks like I have to change the way I tackle this. Link to comment https://forums.phpfreaks.com/topic/18596-_request/#findComment-80089 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.