Platforms to show: All Mac Windows Linux Cross-Platform

FAQ.How to get parameters from webpage URL in Xojo Web Edition?

Answer: Use the Webpage.ParametersReceived event.
Example
Sub ParametersReceived(Variables As Dictionary)
for each key as Variant in Variables.keys
MsgBox key+" -> "+Variables.Value(key)
next
End Sub

The text encodings of this strings is not defined in Xojo 2010r5. Please use DefineEncoding.


The biggest plugin in space...