Re: [PHP] JS prompt - php

2007-02-08 Thread Ryan A
Hey Tedd, Thanks for replying. The problem is, I know how to do this via a drop down select box and a text box... I want to do this via a javascript prompt, which is where I am getting stumped. Cheers! R tedd [EMAIL PROTECTED] wrote: At 5:11 AM -0800 2/7/07, Ryan A wrote: Hey all! Quick

Re: [PHP] JS prompt - php

2007-02-07 Thread Myron Turner
Ryan A wrote: Hey all! Quick question (and hopefully a simple one) I have a link on a page, when the client clicks that link it should show them a JS prompt and ask for their name (so far I have done this) When they write their name, I want that data to be sent to my php script via AJAX

Re: [PHP] JS prompt - php

2007-02-07 Thread tedd
At 5:11 AM -0800 2/7/07, Ryan A wrote: Hey all! Quick question (and hopefully a simple one) I have a link on a page, when the client clicks that link it should show them a JS prompt and ask for their name (so far I have done this) When they write their name, I want that data to be sent to