Forum Moderators: open
I have developed a Visual Basic DLL is on one frame and through it i want to write some html code on some other frame .The HTML and javascript coding has also been done in the DLL.
I do not want to create a .asp page , i want to wirite on that frame throught the DLL only.can someone please suggest me .it can be done through document.write or location.href.
Please someone suggest me how do i handle this problem.
thanks
I'm afraid that doesn't make any sense to me. Are you trying to produce some Javascript that writes to a frame other than the current one? Or what? DLLs don't run on the client side, and you need to have an ASP page or other scripting page to run something on the server. Please give some more info.