Send Data To An Already Open Website?
Dec 16, 2010
I'm a total noob to website development and I'm trying to send data by a HTTP POST to an already opened website, let me explain:
I have a website, that it's being called from another website (that I'm not developing) into a new window, my website performs a query and gets the data that has to be sent back. I need to know if my website can send the data to the already open website that called mine, or do I have to send the data to a new window.
View 1 Replies
ADVERTISEMENT
Aug 11, 2009
I need to somehow send data from a website (On different computer from application) to my application. How would I go about this?
View 5 Replies
Dec 21, 2010
I've been trying this for 2 days.In ASP.NET and VB.NET I've page1.aspx and page2.aspI would like when I press button1 in page1.aspx to trigger button1.click event and open a page2.aspx in a new window and send to it data.All this can easly be done if no new window, by Server.Transfer or Response.Redirect.But unfortunately they don't have an option to open a new window.[code]....
View 2 Replies
Feb 19, 2010
What Im making is like a face book and tagged login from my app
1. I have Combobox with 3 urls in there ( Facebook.com Tagged.com and Bebo.com )
2. I have a Form2 with webbrowser
3. I have a Button when clicked it should open up my form 2 and preview of the website which I selected in my combobox in form1
All I'm trying to do is when I select lets say facebook in my form 1 and click load it should open up my form 2 with facebook website in it.[code]Now when I click my button in form 1 it will load Form2 ( named Explorer1) but my form2 is not showing me facebook or tagged page for some reason
View 13 Replies
Jun 10, 2009
Private Sub Button3_Click_1(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button3.Click
'Para abrir un formulario independiente /Open independent form
[Code].....
View 2 Replies
Jul 7, 2010
I have an asp.net webpage that only contains a textbox and a button. The user submits their email address using this webpage.What I am trying to do now is take the information submitted by the user and go to another website. Where my "website/program" gives the different website the entered email address, and clicks the submit button.
If I where to physically go to the different website, there would be a textbox to enter the email. But since I am accessing the website from my page "behind the scenes" I cant manually enter their email address.Is it possible to do this, if so how? Also, my code behind is in VB.
View 1 Replies
Jul 12, 2011
What is the VB.NET (or C#) code to prepare POST data and send to a different website than specified in the current <form ...> section?
EDIT: Every algorithm I've found online using HttpWebRequest gets the returning page from the other site and outputs it with Response.Write. I want to navigate to the new page posting the data and leaving the current page completely.
EDIT2: (more specific description of what I want)The code below displays a line chart. When the user clicks on the label for a data point, the page refreshes (performs a postback) and displaying the x-value of the clicked point.Instead, upon clicking a label, I want to send other_id="#VALX" as the only POST data to other_results.aspx as if the user had typed the corresponding id into the the TextBox on other_search.aspx and clicked Submit.
<%@ Page Language="VB" AutoEventWireup="true" %>
<%@ Register Assembly="System.Web.DataVisualization, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
Namespace="System.Web.UI.DataVisualization.Charting" TagPrefix="asp" %>
[code]....
View 3 Replies
May 27, 2011
How to send a file to any website in vb.net windows application.
View 2 Replies
May 2, 2012
Working with my friend on a Minecraft casino program. I want the program to send a packet of data to the server. He can make the plugin to capture the data in java but how do I make my end of it to make it send the data to the server? Do I need to make a class with the data to send the data?
View 9 Replies
Mar 20, 2009
I have the following code which is meant to send an email from the website. I want the your name, phone number, your email and inquiry to be in the body content of the page as an html formate.
[code]...
View 4 Replies
Jun 13, 2010
Inorder ti create a web bot, I wanna to send many different request from a web site.
every request will do somthing and then the result will be shown.
I Just want to send request and not to get the results.
How can i find that when my request is completely sent?
View 3 Replies
Jan 24, 2011
I'm using asynchronous to send/receive from a website I want to block the BeginGetRequestStream method which I have done, using
Code:
WaitEvent.WaitOne(1000 * 20, false);
the problem is that it blocks the UI, which I thought it did not so it basically works like GetRequestStream which does block the UI.
View 3 Replies
Apr 19, 2010
how to send a file from my application to my website if my computer happens to be connected to the internet. It's an FTP site. I used Visual Web Developer 2008 to build my site. I obviously have to do some digging of my own but maybe someone can tell me a few things to point me in the right direction.
View 1 Replies
Sep 9, 2011
I want to create a program to fetch information from a website (that's fine). However, you need to be logged in to get this information. I just want two simple textbox controls that I would type my username and password into and hit submit and the information would be returned to me so I can use it. (I don't want to use a webbrowser control)
View 2 Replies
May 10, 2011
how to open a website
View 2 Replies
May 27, 2011
how to send a file to any website using http protocol in vb.net windows application?
View 3 Replies
May 27, 2011
How to send a file to any website using http protocol in vb.net windows application
View 1 Replies
Jan 2, 2010
I would like to know how HttpWebRequest and HttpWebResponse works. How would I send a login request to a website and then find out if it worked or not?
View 2 Replies
May 20, 2009
Just when you press a button, it will open etc. google. ??
View 7 Replies
Jan 2, 2010
I know it's asimple code but i cant remember. i want when my program closed then website open for the user for a site
View 2 Replies
Mar 20, 2009
I have tried over 10 different ways, but have not been able to open a web site with Visual Studio. Is it possible?
View 8 Replies
Sep 18, 2011
i have a project with a listbox and a button. I would like the button to load a text file (in a list) from a website like; [URL] The links format is like this;
[Code]...
View 2 Replies
Nov 16, 2009
Does any one know what the code is to open a website link from a button =]
View 4 Replies
Nov 24, 2009
How was the code when press one button to open website page?
View 2 Replies
Aug 10, 2009
1. How do I make a VB button open a website? I want it to open the website using the default browser.
2. Is it possible to me to have VB look for a program? Right now one of my buttons will open a exe, but only if its in the same folder. How can I make it so that it can look for the program?
3. I want to add a "help" button so that when a user clicks it they will see a box with some info.
View 7 Replies
Mar 20, 2011
So I've made a program in VB 2010, and it has three comboboxes and a button to view. Now lets say my first combobox is "Type of website". The options are "search engines", "social networking" and "news". The second combobox values would depend on what the first combobox value is selected, like if it was "news" the options would be "technology", "uk", "us", and "world".
The third combobox would then use the values in the first and second comboboxes to give even more values, for example if it was "news" and "technology" the values would be "engadget" etc. Then the view button would open the selected website in an internet browser. How would I code this?
View 6 Replies
Jun 12, 2011
how do I create a label that when clicked by the user, it will open a website using the default browser. I have seen the control LinkLabel but I do not know how it works or how to use it.
View 3 Replies
Jul 25, 2009
Say i have a text file and i right click it on desktop you can go to the option i think its Send to then there is many options like Send in an email and stuff but how would i get it so if there is an IP any where i can right click it and click send to/open with(i dont know which it is) to open my program renlauncher then putting the Ip in the ip textbox. I dont have a clue where to star
View 5 Replies
Oct 26, 2010
create website involving payments plus some data entry eg booking of some facilities with the main data kept at a LAN window system.
View 4 Replies
Feb 2, 2009
I am trying to automate a process I do with a bank with vb.net. Basically I need to open a website and navigate through it (Automatically through the program obviously), enter a batch ID and enter a file path and name. For some reason when I get to the part where I need to enter the file name and path, it simply will not populate the text. I have attached a word document with screenshots and code. The only difference I can see, is that in the bank website's code the the input type for the file text is "FILE" rather than "TEXT" as it is for the batch id...
View 3 Replies