ID:176989
Nov 22 2002, 1:49 pm
|
|
I know how to do browser popups. But.. how do i put a text window in the browser? Towhere they can type something in it.
|
Nov 22 2002, 2:02 pm
|
|
Look up HTML forms in Google. Then, to act upon input, you should look at client.Topic() in the reference.
|
In response to Garthor
|
|
Good Idea... I was looking at browser under Reference with my dumb self
|
In response to Jacob
|
|
LOL. Almost everything iv'e found is in a diffrent Lanuage.
|
In response to Jacob
|
|
If you are trying to make a text input window within Dream Seeker, perhaps you would be better served by looking into the TEXT_AREA interface type used in htmllib. (After you download htmllib, you may wish to check the option to show all files when you look at the library in Dream Maker so you can see the included helpfiles.)
If you're trying to make a purely browser-based project with BYOND then you might want to look into the CGI library as well. |