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
~3K People Reached
About Me

software engineer

Interests
play cricket,shuttle,listern to music,...
Favorite Forums
Favorite Tags
Member Avatar for sreeram01

Hi, I want to get the information from the website using HttpURLConnection.I wrote this [code]import java.io.IOException; import java.net.MalformedURLException; import java.net.URL; import java.net.URLConnection; public class webPractice { public static void main(String[] args) { try { URL yahoo = new URL("http://www.yahoo.com"); URLConnection yahooConnection = (URLConnection) yahoo.openConnection(); yahooConnection.connect(); long s=yahooConnection.getDate(); System.out.println("date"+(String)yahooConnection.getContent()); System.out.println("Hi"); } …

Member Avatar for JamesCherrill
0
964
Member Avatar for sreeram01

Hi, I am trying to get the html source of the particular webpage that having different frames.i want the html source of a particular frame. Thank you in advance

Member Avatar for CodeDoctor
0
112
Member Avatar for sreeram01

hi, In my program i have a textbox and a webbrowser and i am using vb.net My question is how to get the web address of the a site that i navigate to web browser and display it in a textbox? Like when we are browsing the internet the web …

Member Avatar for Teme64
0
85
Member Avatar for sreeram01

hi, The page we have opened (e.g [url]www.daniweb.com[/url]) and after we are login in to it then after typing the address in the address bar their is a change in the url. Here we copy the address and we are giving that now then the html source what we have …

Member Avatar for kvprajapati
0
827
Member Avatar for sreeram01

hi, i have an exception nullreference was unhandled.herewith i have enclosed the code and what message i haved while executing. Imports System.IO Imports System.Net Imports System.Text Public Class Form1 Public Sub submitButton_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles submitButton.Click Dim Str As System.IO.Stream Dim srRead As System.IO.StreamReader Dim …

Member Avatar for sreeram01
0
761
Member Avatar for sreeram01

hello friends, i have opened an web browser in vb.net using the below code [code] Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click Dim nullObject As System.Object = 0 Dim str As String = "" Dim nullObjStr As System.Object = str Windows.Forms.Cursor.Current = Cursors.WaitCursor Dim i …

Member Avatar for sknake
0
442
Member Avatar for sreeram01

Hi all, I want to read the data from the browser what i opened in my browser using java.if can any one knows pls help me.... Thanks all in advanced.... Regards, sreeram

Member Avatar for peter_budo
0
106
Member Avatar for sreeram01

Hi all, In java how can we login the remote node from the existing system.can any one tell it is possible and if tell me pls...!

0
58