OpenUrl (Solved)

Monkey Forums/Monkey Programming/OpenUrl (Solved)

Carlo(Posted 2013) [#1]
not exist a this command

and open a e-mail


thanks


Markus(Posted 2013) [#2]
because its Get u need to urlencode the parameters (means % thing) because the reserved chars.

(the text parser here make a link in (code)^^, ignore the \)

Strict

Import mojo

Function Main:Int()
		
	OpenUrl(\"mailto:hello@...")
	
	Return 1

End



Carlo(Posted 2013) [#3]
thanks Markus


If MouseHit(0)
If MouseY()\<DeviceHeight/2
OpenUrl "http://www.monkeycoder.co.nz"
Else
OpenUrl "mailto:blitzmunter@..."
Endif
Endif


Carlo(Posted 2013) [#4]
i reinstalling a monkeycoder and it works