I have the following code:
On my vb6 form, how can I create a small sized window using a mini web window so once running, the little window loads a webpage of the above code?Code:<!-- Skype 'My status' button http://www.skype.com/go/skypebuttons --> <script type="text/javascript" src="http://download.skype.com/share/skypebuttons/js/skypeCheck.js"></script> <a href="skype:jf3000?call"><img src="http://mystatus.skype.com/balloon/jf3000" style="border: none;" width="150" height="60" alt="My status" /></a>
Its all well and good to just place an image and link to it using the link, but because the above image uses java script to detect whether I am online or not, how can I create this mini window?
Thank you.




Reply With Quote