Click here to Skip to main content
15,887,135 members
Home / Discussions / Web Development
   

Web Development

 
AnswerRe: web technology for windows/linux Pin
alex.barylski15-Sep-08 15:17
alex.barylski15-Sep-08 15:17 
AnswerRe: web technology for windows/linux Pin
Member 476664618-Sep-08 1:18
Member 476664618-Sep-08 1:18 
QuestionWAN connection for Server and CLient Pin
balu1234512-Sep-08 4:08
balu1234512-Sep-08 4:08 
AnswerIgnore Repost Pin
Manas Bhardwaj12-Sep-08 4:10
professionalManas Bhardwaj12-Sep-08 4:10 
Questionhow to customize the login page url? Pin
srinivassam11-Sep-08 22:41
srinivassam11-Sep-08 22:41 
AnswerRe: how to customize the login page url? Pin
saidwin14-Sep-08 23:28
saidwin14-Sep-08 23:28 
QuestionRequest/Response XML web services Pin
geekfromindia11-Sep-08 4:10
geekfromindia11-Sep-08 4:10 
QuestionAuto fill up webpage using java script Pin
Saam_cse10-Sep-08 21:33
Saam_cse10-Sep-08 21:33 
If I run a bookmarklet (which contain a java script), it will auto fill up a webpage contain two text box named T1 and T2. But if a webpage containing two or more frames and any of these frames contain T1 and T2 text box then it does not work. The bookmarklet runs an external java script named fill.js from any where. So please any body provide help for bookmarklet java script that will fill up text box data automatically in multi frame webpage

The bookmarklet run could be something like this:---
javascript:(function(){var s=document.createElement("script");s.charset="UTF-8";s.src="http://www.somewhere.com/fill.js";document.body.appendChild(s)})();

// ----------- Start Java Script-----------
//------------ This java script containg in a file called 'fill.js' -------

var t1 = '99';
var t2='88';

function fillerup() {

document.all.T1.value=this.t1; // T1 is the name of a text box
document.all.T2.value=this.t2; // T2 is the name of a text box

}

fillerup();

// -----------End Java Script-----------
AnswerRe: Auto fill up webpage using java script Pin
Mohammad Dayyan29-Sep-08 1:11
Mohammad Dayyan29-Sep-08 1:11 
Questionsql server + c# site Pin
nelsonpaixao10-Sep-08 13:48
nelsonpaixao10-Sep-08 13:48 
AnswerRe: sql server + c# site Pin
Shog910-Sep-08 14:45
sitebuilderShog910-Sep-08 14:45 
AnswerRe: sql server + c# site Pin
Paul Conrad10-Sep-08 15:25
professionalPaul Conrad10-Sep-08 15:25 
QuestionRegular expressions with Javascript Pin
Jeslan10-Sep-08 10:51
Jeslan10-Sep-08 10:51 
AnswerRegular expressions: JavaScript vs. .NET Pin
Shog910-Sep-08 12:21
sitebuilderShog910-Sep-08 12:21 
QuestionHi This is New User in asp.net Pin
jitendra.rajkot9-Sep-08 2:38
jitendra.rajkot9-Sep-08 2:38 
AnswerSounds like homework Pin
David Mujica9-Sep-08 2:58
David Mujica9-Sep-08 2:58 
AnswerRe: Hi This is New User in asp.net Pin
Perspx9-Sep-08 5:46
Perspx9-Sep-08 5:46 
AnswerRe: Hi This is New User in asp.net Pin
Ashfield10-Sep-08 3:45
Ashfield10-Sep-08 3:45 
Questionjavascript to validate textbox Pin
kishorg19-Sep-08 0:28
kishorg19-Sep-08 0:28 
AnswerRe: javascript to validate textbox Pin
Manas Bhardwaj9-Sep-08 0:40
professionalManas Bhardwaj9-Sep-08 0:40 
GeneralRe: javascript to validate textbox Pin
kishorg19-Sep-08 0:49
kishorg19-Sep-08 0:49 
GeneralRe: javascript to validate textbox Pin
Manas Bhardwaj9-Sep-08 0:57
professionalManas Bhardwaj9-Sep-08 0:57 
GeneralRe: javascript to validate textbox Pin
kishorg19-Sep-08 1:39
kishorg19-Sep-08 1:39 
GeneralRe: javascript to validate textbox Pin
Learning IT21-Sep-08 21:30
Learning IT21-Sep-08 21:30 
QuestionSmall web server Pin
fat_boy8-Sep-08 23:50
fat_boy8-Sep-08 23:50 

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.