[SOLVED] Â visual editor - adding code |
7/15/2007 11:09:41 AM |
PHPRunner General questions | |
P
phpwalker author
i have a project in php3.1 and currently have some code that i always add after the pages for the project are generated. |
|
![]() |
Sergey Kornilov admin 7/15/2007 |
Use EditOnLoad event for this purpose. |
P
|
phpwalker author 7/15/2007 |
Use EditOnLoad event for this purpose.
|
J
|
Jane 7/16/2007 |
Hi, function EditOnLoad() { global $where;global $data; echo "<a href=\"http://www.whitepages.com/15055/search/FindPerson?firstname=&".$data["FirstName"]."&name=".$data["LastName"]."&where=".$data["City"].",PA\">Look up phone</a>"; } |