Click here to Skip to main content
15,923,083 members
Home / Discussions / Web Development
   

Web Development

 
QuestionCSS Class not being applied! Why? Pin
FruitBatInShades8-Oct-03 12:02
FruitBatInShades8-Oct-03 12:02 
Generalphp secure lib Pin
alex.barylski7-Oct-03 18:19
alex.barylski7-Oct-03 18:19 
GeneralJSP Pin
R. Thomas7-Oct-03 16:48
R. Thomas7-Oct-03 16:48 
GeneralRe: JSP Pin
markkuk8-Oct-03 1:41
markkuk8-Oct-03 1:41 
Generalpassword auto-fill Pin
FERN7-Oct-03 12:03
FERN7-Oct-03 12:03 
GeneralHTML Form Pin
Anthony98877-Oct-03 10:43
Anthony98877-Oct-03 10:43 
GeneralRe: HTML Form Pin
Nathan Ridley7-Oct-03 15:14
Nathan Ridley7-Oct-03 15:14 
GeneralRe: HTML Form Pin
alex.barylski7-Oct-03 18:14
alex.barylski7-Oct-03 18:14 
Client-side using Javascript???

AFAIK it's next to impossible...you can't access files using JScript...however maybe you could use the following hack...if it would work I dunno i'll leave the details to you...

1) have an IFRAME (preferably hidden if you can do this with IFRAME's using it's visible: hidden inside style attribute.
2) This IFRAME's SRC should point at the file your going to use to load the form fields.
3) In the main main window's onLoad() you would then have to somehow extract the contents the IFRAME referred too using innerHTML or some method of IFRAME's.
4) Parse the data file and set the form fields using document.forms(0).control.value=test

Thats all I can think of as far as client side...server side....thats easy when using PHP/ASP

<?
  fopen('mydatafile.dat');

  // Parse contents of file and store in variables

  echo '<input type='text' value='\''.$parsed_value.'\''>';
?>


Thats all she wrote...

Cheers

I'm drinking triples, seeing double and acting single Cool | :cool:
QuestionCounting visits in my web page... How can I do it? Pin
Joan M7-Oct-03 7:34
professionalJoan M7-Oct-03 7:34 
AnswerRe: Counting visits in my web page... How can I do it? Pin
alex.barylski7-Oct-03 9:38
alex.barylski7-Oct-03 9:38 
GeneralPayroll service Pin
ravfingcoder6-Oct-03 5:17
ravfingcoder6-Oct-03 5:17 
GeneralRe: Payroll service Pin
Nathan Ridley7-Oct-03 3:50
Nathan Ridley7-Oct-03 3:50 
GeneralRe: Payroll service Pin
devvvy7-Oct-03 4:17
devvvy7-Oct-03 4:17 
GeneralRe: Payroll service Pin
Sage16-Oct-03 8:58
Sage16-Oct-03 8:58 
GeneralProblem while posting to many asp pages from an html page! Pin
TPN6-Oct-03 0:46
TPN6-Oct-03 0:46 
GeneralRe: Problem while posting to many asp pages from an html page! Pin
Nathan Ridley6-Oct-03 17:53
Nathan Ridley6-Oct-03 17:53 
GeneralRe: Problem while posting to many asp pages from an html page! Pin
TPN6-Oct-03 20:58
TPN6-Oct-03 20:58 
GeneralRe: Problem while posting to many asp pages from an html page! Pin
Nathan Ridley7-Oct-03 3:55
Nathan Ridley7-Oct-03 3:55 
GeneralRe: Problem while posting to many asp pages from an html page! Pin
TPN10-Oct-03 21:19
TPN10-Oct-03 21:19 
GeneralRe: Problem while posting to many asp pages from an html page! Pin
Nathan Ridley10-Oct-03 22:53
Nathan Ridley10-Oct-03 22:53 
GeneralRe: Problem while posting to many asp pages from an html page! Pin
TPN11-Oct-03 18:11
TPN11-Oct-03 18:11 
GeneralRe: Problem while posting to many asp pages from an html page! Pin
Sage16-Oct-03 9:18
Sage16-Oct-03 9:18 
GeneralRe: Problem while posting to many asp pages from an html page! Pin
Philip Fitzsimons7-Oct-03 3:03
Philip Fitzsimons7-Oct-03 3:03 
GeneralRe: Problem while posting to many asp pages from an html page! Pin
TPN10-Oct-03 20:28
TPN10-Oct-03 20:28 
GeneralRe: Problem while posting to many asp pages from an html page! Pin
Philip Fitzsimons12-Oct-03 23:12
Philip Fitzsimons12-Oct-03 23:12 

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.