I know I've seen this somewhere before, but can someone tell me the code to load up a webpage on Dream Seeker load??
And also where should the code go???
LJR
ID:179193
![]() Feb 5 2002, 9:47 am
|
|
usr << link("http://www.aelives.com/kemet")
this is what I have and its comes after my Login() code.. still not working :( LJR |
This works just fine for all those who are also wondering how this is done.
usr << link("http://www.aelives.com/kemet") Also as I often forget, if you can get the command to use but don't know how to use it. type it in, select it, and press F1!!! LJR |
LordJR wrote:
This works just fine for all those who are also wondering how this is done. Glad you got it to work. You mentioned earlier that this line wasn't working; what was the problem before, exactly? Lummox JR |
What you need is link() or browse(). (The difference with link() is that you can specify a URL in double quotes, whereas browse() will use a single-quoted file name or else whatever HTML text you put in the quotes.)
Lummox JR