problem with browse() proc in Developer Help
|
|
I used the following code within a "view rules" verb:
usr << browse(file("rules.html"),"window=rules;size=640x480;margin= 0")
According to the byond reference, this should create a new browser window. However, all it is doing is pushing the "browser" button in DS and showing me the tiny built in browser window. Am I doing something wrong, or is there a problem with the browse() proc? Could this be a configuration issue with dreamseeker (ie. a DS parameter I need to set somewhere?)
Thanks!
|