Thanks for the quick work.
Question - If you specify
parameter=some value
on the URL it always matches the FIRST parameter in the header of your script function no matter the name of the parameter in the script header.
I have this in a script called test.vb:
Code:
Sub Main(Parm1 as Object) hs.WriteLog("TextSeer", "Test text.vb script passed parm1 = (" & Parm1 & ")" ) end sub
and the URL is (with real values substituted for the xxx):
Code:
http://xxx.xxx.xxx.xxx/textseer?script=test.vb&sub=main¶meter=val1
Code:
Test text.vb script passed parm1 = (val1)
Can you verify that I am using this correctly?
THANKS for the new features.
Leave a comment: