Click here to Skip to main content
15,890,438 members
Home / Discussions / Web Development
   

Web Development

 
QuestionUsing VB SCRIPTING to get the text displayed in the status bar of Microsoft Project Office. [modified] Pin
sivakumar.mariappan24-Sep-09 6:31
sivakumar.mariappan24-Sep-09 6:31 
QuestionIIS - Allow access only to login.aspx Pin
piticcotoc24-Sep-09 3:57
piticcotoc24-Sep-09 3:57 
AnswerRe: IIS - Allow access only to login.aspx Pin
Abhishek Sur24-Sep-09 11:42
professionalAbhishek Sur24-Sep-09 11:42 
AnswerRe: IIS - Allow access only to login.aspx Pin
Abhijit Jana24-Sep-09 19:23
professionalAbhijit Jana24-Sep-09 19:23 
GeneralShellStart error '800a0005' Pin
Rinny2924-Sep-09 2:17
Rinny2924-Sep-09 2:17 
Questionfinding textbox through javascript from gridview Pin
Tapan Kumar Mishra24-Sep-09 0:46
Tapan Kumar Mishra24-Sep-09 0:46 
AnswerRe: finding textbox through javascript from gridview Pin
dan!sh 24-Sep-09 3:14
professional dan!sh 24-Sep-09 3:14 
Questionsearching text on same webpage by javascript Pin
vaani24-Sep-09 0:38
vaani24-Sep-09 0:38 
Hello all,
I'm Beginner to JavaScript. This Purpose: Searching word on Client side only. Not Server side. Ex: If we type "aero" on the textbox and press on Search button, the specific word (aero) must be highlighted. or must be show specifically. I wrote this script. But I'm not able to continue. please anybody can solve this?

<html>

<head>
<meta http-equiv="Content-Language" content="en-us">
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<title>Air</title>
<script language="javascript">

function finding()
{
var tb=document.getElementById(findtext).value
//location.href=find.html=&ht
location.href=find.html?=ht
//var ht=location.href
ht=#tb

//ht=&#tb
}
</script>

</head>

<body>
<?php
$var=$_get['ht'];
?>
<table border="1" width="83%">
<tr>
<td width="455">Air</td>
<td>&nbsp;</td>
</tr>
<tr>
<td width="455"><a name=aero>aero</a></td>
<td>&nbsp;</td>
</tr>
<tr>
<td width="455"><a name=Business>Business</a></td>
<td>&nbsp;</td>
</tr>
<tr>
<td width="455">Bank</td>
<td>&nbsp;</td>
</tr>
</table>
<!--webbot bot="SaveResults" U-File="fpweb:///_private/form_results.csv" S-Format="TEXT/CSV" S-Label-Fields="TRUE" -->
<p><input type="text" name="T1" size="20" id="findtext"><input type="submit" value="Submit" name="B1" onclick="finding()"><input type="reset" value="Reset" name="B2"></p>
</body>
</html>
Thank you.
_Vaani_
AnswerRe: searching text on same webpage by javascript Pin
Abhishek Sur24-Sep-09 2:57
professionalAbhishek Sur24-Sep-09 2:57 
QuestionCreateObject Not Working in VBScript Pin
VikashGohil23-Sep-09 22:31
VikashGohil23-Sep-09 22:31 
QuestionTry catch javascript error in whole web application Pin
kKamel23-Sep-09 20:18
kKamel23-Sep-09 20:18 
AnswerRe: Try catch javascript error in whole web application Pin
Marc Firth23-Sep-09 22:43
Marc Firth23-Sep-09 22:43 
GeneralRe: Try catch javascript error in whole web application Pin
kKamel23-Sep-09 23:42
kKamel23-Sep-09 23:42 
GeneralRe: Try catch javascript error in whole web application Pin
Marc Firth24-Sep-09 0:04
Marc Firth24-Sep-09 0:04 
Question[Solved]Unable to access web application on intranet [modified] Pin
nagendrathecoder23-Sep-09 0:40
nagendrathecoder23-Sep-09 0:40 
AnswerRe: Unable to access web application on intranet Pin
mrcooll23-Sep-09 1:01
mrcooll23-Sep-09 1:01 
GeneralRe: Unable to access web application on intranet Pin
nagendrathecoder23-Sep-09 1:16
nagendrathecoder23-Sep-09 1:16 
GeneralRe: Unable to access web application on intranet Pin
mrcooll23-Sep-09 1:25
mrcooll23-Sep-09 1:25 
AnswerRe: Unable to access web application on intranet Pin
nagendrathecoder23-Sep-09 1:26
nagendrathecoder23-Sep-09 1:26 
GeneralRe: Unable to access web application on intranet Pin
nagendrathecoder23-Sep-09 1:57
nagendrathecoder23-Sep-09 1:57 
QuestionMicrosoft.SQLServer.ManagedDTS on 64 bit OS Pin
RichardGrimmer22-Sep-09 22:03
RichardGrimmer22-Sep-09 22:03 
QuestionHow to get the currently focused control Pin
meghamaharshi22-Sep-09 20:57
meghamaharshi22-Sep-09 20:57 
AnswerRe: How to get the currently focused control Pin
Abhishek Sur22-Sep-09 22:17
professionalAbhishek Sur22-Sep-09 22:17 
QuestionSMTP Server Pin
sangeeta200922-Sep-09 5:51
sangeeta200922-Sep-09 5:51 
AnswerRe: SMTP Server Pin
egenis22-Sep-09 19:30
egenis22-Sep-09 19:30 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.