I want use my software to post data to the webpage. In some search engines page there is a form for you to enter some keywords,and how can I submit these keywords use software and get the results? thx a lot
Shuyi Vi
Posts
-
How can I post some data to a webpage? -
Help!Question in sound play.I have a page that I want play sound whenever I want.I embed a sound file in the page: The control code is document.sound.play(); //and I tried to use "document.sound.play(false);" too. But when I view this page,the browser give me an alert: The object doest not support this method. But I found some guide topic as the following: LiveAudio provides the following major JavaScript controlling methods. For these methods to be available to JavaScript (and the web page), you must embed a LiveAudio console (any console will do, it can even be hidden) somewhere on your page. • play({loop[TRUE, FALSE or an INT]}, '{url_to_sound}') .......... So why does my page not work? (My OS is Windows 2000 and Browser is MSIE6.0Pre Thanks a lot!
-
Problem with SetLayeredWindowAttributes(...)I'm programming a application with the new features of Win2000.I use the function SetLayeredWindowAttributes(...),but it does not work.The error displayed is "SetLayeredWindowAttributes' : undeclared identifier ".My OS is Windows 2000 professional with Visual C++6.0 Enterprise which I just updated to Service Pack 6. What the problem may be? Thanks a lot. :(