rsitogp
May 20th, 2001, 10:23 AM
Heres a problem I've got:
my program access a page on my server and enters some data to check if the user is allowed to run the program, it uses Webbrowser1.Document.Forms(0).CompName.Value = something
now I'm planning to change servers so I'm using a redirector (6x.to)and I want to use the same method BUT how do I do it with frames, i.e. Webbrowser1.*FrameNameHere*.Document.Forms(0).CompName.Value = something?
Thanks in advance!
my program access a page on my server and enters some data to check if the user is allowed to run the program, it uses Webbrowser1.Document.Forms(0).CompName.Value = something
now I'm planning to change servers so I'm using a redirector (6x.to)and I want to use the same method BUT how do I do it with frames, i.e. Webbrowser1.*FrameNameHere*.Document.Forms(0).CompName.Value = something?
Thanks in advance!