403Webshell
Server IP : 123.56.80.60  /  Your IP : 216.73.216.78
Web Server : Apache/2.4.54 (Win32) OpenSSL/1.1.1s PHP/7.4.33 mod_fcgid/2.3.10-dev
System : Windows NT iZhx3sob14hnz7Z 10.0 build 14393 (Windows Server 2016) i586
User : SYSTEM ( 0)
PHP Version : 7.4.33
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : OFF  |  Perl : OFF  |  Python : OFF  |  Sudo : OFF  |  Pkexec : OFF
Directory :  C:/Program Files/python/Lib/site-packages/win32comext/axscript/test/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : C:/Program Files/python/Lib/site-packages/win32comext/axscript/test//test.html
<HTML>
<BODY>
A multi-language Active Debugging demo.

<FORM>
  <INPUT NAME="Button1" 
       VALUE="Click for VB to call JScript!" 
       TYPE="Button" 
       OnClick="JScriptEntryPoint" 
       LANGUAGE="VBScript"
  >
  <INPUT NAME="Button2" 
       VALUE="Click for VB to call ForthScript!" 
       TYPE="Button" 
       OnClick="ForthEntryPoint2"
       LANGUAGE="VBScript"
  >
</FORM>
<BR>

<!-- We start with JScript code calling Python... -->
<SCRIPT LANGUAGE="JScript">

function JScriptEntryPoint()
{
    PythonEntryPoint2();
}

</SCRIPT>

<!-- Python calling Perl -->
<SCRIPT LANGUAGE="Python">

def PythonEntryPoint():
	# Perl works as a property.
	result = window.PerlEntryPoint

</SCRIPT>

<SCRIPT LANGUAGE="Python">
def PythonEntryPoint2():
	a = 1
	b = 2
	DoTheCall()

def DoTheCall():
	a = 2
	b = "Hi there"
	window.PythonEntryPoint()
	c = "Done it!"

</SCRIPT>

<!-- And some Perl code to call VBScript -->
<SCRIPT LANGUAGE="PerlScript">

sub PerlEntryPoint {
	$window->VBScriptEntryPoint();
	$window->alert("Perl just called VBScript");
}

</SCRIPT>


<!-- VBscript finally calls our Forth Sample -->
<SCRIPT LANGUAGE="VBScript">

Sub VBScriptEntryPoint
   call ForthEntryPoint
End Sub

</SCRIPT>


<SCRIPT LANGUAGE="ForthScript">

: ForthEntryPoint
    1 0 /
    "Forth has no one to call" 1 window.alert call
;

: ForthEntryPoint2
	0 window.JScriptEntryPoint call
;
</SCRIPT>

</BODY>
</HTML>

Youez - 2016 - github.com/yon3zu
LinuXploit