Photo Gallery Member List Search Calendars FAQ Ticket List Log Out


Execute vbscript sub from popup menu

 
Logged in as: Guest
arrSession:exec spGetSession 2,2,63928
 Active Users: There are 0 members and 0 guests.
 Users viewing this topic: none
 

 

 
  
  Printable Version
All Forums >> [Scripting] >> WSH & Client Side VBScript >> Execute vbscript sub from popup menu
  Do you like VisualBasicScript.com? Link to us and help spread the word about our forum. Thanks!
Page: [1]
Login
Message << Older Topic   Newer Topic >>
 Execute vbscript sub from popup menu - 8/29/2008 9:07:54 AM   
  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!
 
 
Post #: 1
 
 
 
  

If you found our site useful please link to us <a href="http://www.visualbasicscript.com">VisualBasicScript.com</a>.
All Forums >> [Scripting] >> WSH & Client Side VBScript >> Execute vbscript sub from popup menu Page: [1]
Jump to:





New Messages No New Messages
Hot Topic w/ New Messages Hot Topic w/o New Messages
Locked w/ New Messages Locked w/o New Messages
 Post New Thread
 Reply to Message
 Post New Poll
 Submit Vote
 Delete My Own Post
 Delete My Own Thread
 Rate Posts