Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~210 People Reached
Favorite Tags
Member Avatar for shanthiIrene

I have a java program to open a webpage in IE. And so I have this code - Process p = Runtime.getRuntime().exe(“C:\\Prgram Files\\Internet Explorer\\iexplore.exe” “[url]http://google.com”);[/url] p.waitFor(); This works fine in Vista when UAC is disabled. The process keeps running until the webpage is closed. With UAC enabled - it opens …

Member Avatar for masijade
0
95
Member Avatar for shanthiIrene

I have a jsp which has a browse field. I open the browse popup using javascript. In that popup I have folders too, onclick I need to expand or collapse. THe expand - collapse code is written in jsp. How to call this jsp code on click of the expand- …

Member Avatar for jwenting
0
52
Member Avatar for shanthiIrene

Hi, How do i open a file selection pop up(like the pop up on click of browse button). This should be presented without opening a new browser. Thanks

Member Avatar for FC Jamison
0
63