PHP Scripts
Javascript
effects within PHP
(popup)
An easy and clean
process:
1. Write php variables for javascript
2. String them together
In this example, results are called from a database, and clicking an icon pops up a window advising that the link is non-functional. The window page is 'nix.htm' and sized 450 X 392 pixels.
<html> $range='<img
src=http://website/images/icons/small/'; mysql_free_result($result); ?> </BODY> |