Hyperlink to internet

hanana

Member
Licensed User
Longtime User
hye guys...

i try to link my button to connect with internet...(button tat can open the website)

Sub b1_click
Startactivity("http://www.cyberview.com.my")
End sub

but it seems wrong..anyone can help me??

:sign0085::sign0085::sign0085:
 

hanana

Member
Licensed User
Longtime User
You can use this:
B4X:
Sub website_Click()
Dim p As PhoneIntents
StartActivity(p.OpenBrowser("http://www.google.com"))   
End Sub

GOOD LUCK:)
Thank you soo muchhh!! its workk!!! ^^
 
Upvote 0
Top