OpenUrl (Solved)
Monkey Forums/Monkey Programming/OpenUrl (Solved)| 
 | ||
| not exist a this command and open a e-mail thanks | 
| 
 | ||
| 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 | 
| 
 | ||
| thanks Markus If MouseHit(0) If MouseY()\<DeviceHeight/2 OpenUrl "http://www.monkeycoder.co.nz" Else OpenUrl "mailto:blitzmunter@..." Endif Endif | 
| 
 | ||
| i reinstalling a monkeycoder and it works |