siskokid Posted June 26, 2007 Share Posted June 26, 2007 Hi everyone, I have the problem that Internet Explorer does not want to execute a vbscript, because with this script I draw some information out of the Registry. I enclose the script by the following <?php echo<<<HTML <script language="VBScript"> /**** my script ****/ HTML; ?> This doesnt help though I tried other vbscript code and it worked. Only the code, I draw data from the Registry with, doesnt work in the php script above I executed the code with a .bat file and it worked... the bug is not in the code itself. It doent give an error in the Explorer neither, but it doesnt do the work it is supposed to do Could anyone help me with it? Best, siskokid Quote Link to comment Share on other sites More sharing options...
redarrow Posted June 26, 2007 Share Posted June 26, 2007 Why not use php to get the file from your registry and use the file functions. Quote Link to comment Share on other sites More sharing options...
siskokid Posted June 26, 2007 Author Share Posted June 26, 2007 HI, The problem is that I do not know how to draw this information (ALL Applications installed om the PC) out of the Registry with PHP I know how to do it with VBScript, but the classes and methods are not hte same and as I mentioned the Internet Explorer does not allow me to execute a script that wants to access the values in the Registry If you could help me with an example on how to solve my problem, I will hoghly appreciate it Best, siskokid Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.