sure you can use javascript in your php. php is serverside and produces the page. the webserver sends then this produced page to the client. so javascript is the same as html for php. it's just some lines of text.
"Joe Keilholz" <[EMAIL PROTECTED]> schrieb im Newsbeitrag [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Hello All! > > I think this is a pretty simple question. I have a file that I am writing > information to and when the process is complete, I am needing to send the > file to the user. In Javascript all I would need to do is window.open() and > the file would be sent to the user (it's a .csv file). How would I > accomplish this in PHP? Can I incorporate Javascript into my PHP code? If > so, how? > > Any help would be appreciated! > Thanks! > Joe Keilholz > > -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php