User Profile
Collapse
-
i tried that, but when i try to enable internet sharing on wireless adapter, it come up with error that ethernet adapter is already assigned ip address, it should be get ip address from dhcp server{when i connect ethernet cable from laptop to desktop it will take some ip address automatically XXX.XX.XX.XXX on both laptop and desktop}. -
-
how to share internet between laptop and desktop?
Laptop is connected to wi-fi router and desktop.
I have connected laptop using wireless adapter and i want to share internet with desktop using ethernet adapter.
I tried bridging both wi-fi and ethernet adapter connections ,but no success. -
- Multiplication is happening in reverse direction
- "product" variable is not updated to do sum of previous state and current state
- "bi" variable is not updated even after getting last digit
Leave a comment:
-
thanks for immediate response
solution suggested working fine.Leave a comment:
-
How to replace "<" or ">" in xsl stylesheet?
I am getting xml string in request attribute in following format
<files> ;
<file>
<filename> ;somefile.ext&l t;/filename>
</file>
<files> ;
the above string I want to convert to tags.
expected output after xsl transformation -
<files>
<file>
<filename>somef ile.ext</filename>... -
how to use javascript map variable in servlet
I want to keep mapping of some key value pairs in javascript for that i m using a map inside javascript and want to access this map at server side in servlet where I don't know the key and value so I want to know is there anything can be done to access this var in servlet like java map where i can get both keys and corresponding values also.
...Code:var output={} output[id1] = value1; output[id2] = value2; output[id3]
No activity results to display
Show More
Leave a comment: