| |
rcflyer2005
Posts: 2
Score: 0
Joined: 7/21/2007
Status: offline
|
I wrote the popup menu using UltraMeun. It provides a "link"for each menu item that is executed when the menu item is selected. I used this for the link: http://localhost/resume3/vchrAdd.php?id=8. The "8" is an action flag to execute the above vbs script. The link executes the php program vchrAdd.php: if ($action == 8) { ?> ** I need to execute the vbs subroutine here, but don' know how. Since this is taking place on the server, I must be able to output some html & vbs code that will execute when the page is rendered. I dont have a very nice event, like onClick or onKeyDown ** to trigger the subroutine. Anyone know how to do this? It's like a need a special event handler that will always fire when the page reloads. At that time, I can check a switch with and decide to or not to execute the vbs. <? } Thanks for any input!
|
|