ID:173859
Nov 6 2003, 11:57 pm
|
|
Hi all, i am wondering at the start of a game how do i get the browser to go to a specific url?
|
In response to Volte
|
|
Hi well this is adding to my code and i didnt know how to do it so it is a code problem.
Thanks Also i dont know exactly how to do it, at the start my game does proc sample_report() src << browse("stuff here") how would i change that? |
In response to VashMan
|
|
As volte pointed out use the link proc
proc |
This needs to be in Newbie Central, because you have no existing code you need help with.
Use the link() procedure.
src<<link("www.google.com")
~>Volte