
|
|

Software Central: ASP - Classic | ASP Doubts | |
| generally we were use with client side java script for getting value's from elemenent's like this
<script language="javascript">
x=document.getElementById("textbox").value;
x+="...";
document.getElementById("textbox").value=x;
</script>
but i need to use like that action with ASP
without refresh the page or redirect to anohter page...
is it posiable ?
Posted by: Mr. Kumar Lakshman At: 5, Jul 2006 1:08:49 PM IST Hi Sankar:
If it is a search over the database then I prefer to write Stored Procedure. If the search is to search your entire site for content then there are utilities to do this. If you want to implement such a feature then it will take some time. Please go through this url.
http://www.brettb.com/BuildingAnASPSearchEngine.asp
There is one more free search engine.
http://www.webwizguide.com/asp/sample_scripts/site_search_script.asp
this site has given one asp page which will do search for you.
Regards,
-RTKMLA
Posted by: Mr. Raaboyee Taraaniki Kaaboyee MLA At: 25, Jan 2005 8:06:11 PM IST Hi Sankar:
Use the auto refresh feature to your asp page.
<META HTTP-EQUIV="Refresh"
CONTENT="30; URL=http://www.yoursite.com/some/place/">
Use this syntax, within the <HEAD> section of the document
Above code will refresh your page automatically after every 30 seconds. Hope this will work for your application.
-RTKMLA
Posted by: Mr. Raaboyee Taraaniki Kaaboyee MLA At: 19, Nov 2004 8:49:03 PM IST What are U;r problems with ASP Mr.Prasad??
Posted by: Mr. Raaboyee Taraaniki Kaaboyee MLA At: 22, Sep 2004 1:05:52 AM IST Hi I am working on ASP, I am getting some problems while doing some tasks.
I want to clear those doubts by sharing them with you.
If anybody are interested, they can also use this thread and clear their doubts/problems.
I request you to maintain this thread only for ASP and related topics.
Thankyou
Posted by: Mr. prasad gundala At: 15, Sep 2004 1:23:44 PM IST
|
|
|
 |
Advertisements |
|
 |
 |
Advertisements |
|