English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories





echo "";
?>



it is possible....???

2007-11-15 15:49:27 · 2 answers · asked by Rohit B 1 in Computers & Internet Programming & Design

2 answers

If you're asking whether you can dynamically create an HTML file that contains java script using PHP, the answer is yes.

2007-11-15 16:00:19 · answer #1 · answered by mdigitale 7 · 0 0

For the source code to work you have to add the following code at the start of the page before the tag

?>

This is for interpreting the language you are using. And save the file with .php extension.

And add a window.onload=ProcA('1','mak'); in the php script in place of ProcA(1,mak); for successfully running the code.

2007-11-16 00:04:24 · answer #2 · answered by Selva Kumar 5 · 0 0

fedest.com, questions and answers