473,387 Members | 1,492 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,387 software developers and data experts.

How to use VB.Net Button control javascript?

Constantino
A website original codes is here:
Expand|Select|Wrap|Line Numbers
  1. <th width=1><input type=text name=keywords value="05/14" onfocus=this.value="" size=4 class=INRUT></th>
  2.        <th width=40 class=SUBMIT onmouseover="className='SUBMIT_IN'" onmouseout="className='SUBMIT'" onClick="javascript:seek();">搜尋</th>
  3.  
This codes is about search keywords.
I want use VB.Net with a Button to finish this serach function.
How to program to this Button ,
Please help me ,Thanks a lot.
May 14 '07 #1
9 1575
Motoma
3,237 Expert 2GB
Please do not post questions in the Articles forum.
May 15 '07 #2
Frinavale
9,735 Expert Mod 8TB
A website original codes is here:
Expand|Select|Wrap|Line Numbers
  1. <th width=1><input type=text name=keywords value="05/14" onfocus=this.value="" size=4 class=INRUT></th>
  2.        <th width=40 class=SUBMIT onmouseover="className='SUBMIT_IN'" onmouseout="className='SUBMIT'" onClick="javascript:seek();">搜尋</th>
  3.  
This codes is about search keywords.
I want use VB.Net with a Button to finish this serach function.
How to program to this Button ,
Please help me ,Thanks a lot.
Is your website plain HTML?
You'll need to set your <form> tag so that it submits to your VB.NET code. This way when you click the button it will call your VB.NET server code.
May 15 '07 #3
Is your website plain HTML?
You'll need to set your <form> tag so that it submits to your VB.NET code. This way when you click the button it will call your VB.NET server code.
It's not my website.
I want write a program to use this website's function,
now I don't know, if I click the button,how to execute this website's search function.
May 17 '07 #4
Frinavale
9,735 Expert Mod 8TB
It's not my website.
I want write a program to use this website's function,
now I don't know, if I click the button,how to execute this website's search function.
If you're talking about Google search or something you'll have to sign up with them to use that functionality. If you are talking about someone else's search function, I suggest contacting them.
May 17 '07 #5
If you're talking about Google search or something you'll have to sign up with them to use that functionality. If you are talking about someone else's search function, I suggest contacting them.
I want to write a progeam for a website like Discussions. I finish to browse titles, now I want follow the website's search code to put on my program to search.But I don't know how to write. If you know, please teach me, thanks.
May 19 '07 #6
Frinavale
9,735 Expert Mod 8TB
I want to write a progeam for a website like Discussions. I finish to browse titles, now I want follow the website's search code to put on my program to search.But I don't know how to write. If you know, please teach me, thanks.
You'll have to design a database where your discussions will be stored into. Then the search is simply done through an SQL call.
May 20 '07 #7
You'll have to design a database where your discussions will be stored into. Then the search is simply done through an SQL call.
But this web discussions is not mine , so I don't have the discussions's database ,I want use VB.Net to write a program to serach its.
May 22 '07 #8
Frinavale
9,735 Expert Mod 8TB
But this web discussions is not mine , so I don't have the discussions's database ,I want use VB.Net to write a program to serach its.

Talk to the people who own the discussions website and find out how to interface your software with theirs.
May 22 '07 #9
Talk to the people who own the discussions website and find out how to interface your software with theirs.
OK I'll try it. Thanks a lot.
May 29 '07 #10

Sign in to post your reply or Sign up for a free account.

Similar topics

2
by: JCE | last post by:
I need to programmatically invoke an asp:Button click event from a javascript function. The page containing the script and the button is the HTML page associated with a WebUserControl-derived...
2
by: Sedef | last post by:
Hi, i'm trying to create a custom Button user control which will be derived from System.Web.UI.WebControls.Button. the normal server side Button class creates some client side javascript code for...
1
by: NancyASAP | last post by:
Thought I'd share this since it took me a long time to get it working. Thanks to a bunch of contributers in Google Groups who shared javascript, etc. The question was: How can I put a reset...
3
by: Imran Aziz | last post by:
Hello All, I have a search text and button that post data and my button handler filters the repeater control. However when the button is clicked the first time. The page_load event is being called...
9
by: Neo Geshel | last post by:
I have strip-mined, strip-searched, and completely exhausted the Internet (up to the 30th page on Google, with 100 results per page!!), all without finding an answer to my question AS TO WHY IT...
11
by: bill | last post by:
I dynamically create buttons and associate them with an event using AddHandler. I want all the button events to fire at one time, when the page is posted, instead of when each button is clicked....
1
by: rn5a | last post by:
I want to create a custom control that encapsulates a Button & a TextBox. When the Button is clicked, the user is asked a question using JavaScript confirm (which shows 2 buttons - 'OK' &...
0
by: Roberto Kohler | last post by:
I created an enhanced Button Control in ASP NET 2.0 to add a delete confirmation message and to disable the button if the user does not have access. The new button control has a "ConfirmMessage"...
4
by: Sean | last post by:
I have a situation whereby I need to modify the text string appearing on an ASP button with some text derived from a Javascript function. But I am unsure of the correct syntax to do so. ...
19
Frinavale
by: Frinavale | last post by:
I'm in the middle of implementing a custom Ajax enabled Server Control. At this point I need help finding the answer to an Ajax Framework question...here it goes: I have a Server Control that...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.