Hi
I can select the guid when doing a search with
Code:
Me.txtGuidToSearch.Text = "http://www.emailcart.net/airdale/index.php?type=guid&srch=" & Me.txtGuid.Text
            System.Diagnostics.Process.Start(Me.txtGuidToSearch.Text)
but i can not get the player name search option to work
Code:
Me.txtNameToSearch.Text = "http://www.emailcart.net/airdale/index.php?type=Player&srch=" & Me.txtName.Text
            System.Diagnostics.Process.Start(Me.txtNameToSearch.Text)
Do i need to use key strokes or is the solution in the source code?

http://www.emailcart.net/airdale/index.php?