I have flash file which has two main scenes as Preloader and scene1. In layer1 of preloader I have used a sendandload function to retrive data from server. Once data load is completed I am assigning the data to some global varibales and then preloader stops and flash file is shown to user with these data from server.
This works fine on our local environment. But on live site it is giving problem. The preloader...
I have a text control in my form. When I press a Enter key in this control , it should called another javascript function, but it is not doing so instead it is triggering "Submit" button event. Can you please help.
I wanted to know, can I check in action script whether the browser window which loads my swf file has been closed? Basically I wanted to call a action script function which will be triggered when the browser window is closed. Can I do this check in action script of the flash file which is loaded in the browser?
I need to fetch index of particular attribute of a XMLNode using xslt. I know one we can do it by iterating through the arrtribute collection and then comparing the attribute name to get corresponding index.
But is there any in built function supported in xslt that returns index of an attribute.
Here is an expalme that will illustrate my problem.
I have a node as ....
<state name='new...
Will "preceding-sibling::tid[1]/location" refer to 2nd <document> node's locaton ? Another thing is location node is not child of <tid>. It is child of <document> node....
Am getting an error while selecting nodes from my XML document. But if I change the "X-path" expression used it is working fine. Can anyone help me to undestand what is wrong with my X-path?
Following X-path expression is giving error.
xmldom.SelectNo des("//[protype='abc' and proflag='1']")
Above line of code gives following exception in VS2005 [vb.net] ...
Problem in importing web service, Reference.vb file not created :(
Hello Experts,
Am facing a problem in my vb.net windows application.
I have added a web reference in my application. (Please note that the url I have added as a web reference has ".wsdl" extension e.g "http://www.mywebservic eV2.wsdl" but the earlier version of this web service reference was different. It was as follows : "http://www.mywebservic eV1?wsdl" ). Ideally when we add a web reference...
Leave a comment: