Oct 10, 2002 #1 Placido MIS Mar 13, 2002 105 IT I'm trying to figured out if you can read an external file, grab some info from it and import this info in a form element... Any help will be appreciated
I'm trying to figured out if you can read an external file, grab some info from it and import this info in a form element... Any help will be appreciated
Oct 10, 2002 #2 starway Programmer Jan 15, 2002 1,010 UA Read what I wrote here: thread215-376624 Change the function I wrote there to this: function put(content) { document.formName.fieldName = content; } Upvote 0 Downvote
Read what I wrote here: thread215-376624 Change the function I wrote there to this: function put(content) { document.formName.fieldName = content; }
Oct 10, 2002 Thread starter #3 Placido MIS Mar 13, 2002 105 IT Do the file need to have the .js extension? Upvote 0 Downvote
Oct 10, 2002 #4 starway Programmer Jan 15, 2002 1,010 UA Yes it is, I wrote there about it. It is the only valid format for external file with scripts attached to your webpage. Upvote 0 Downvote
Yes it is, I wrote there about it. It is the only valid format for external file with scripts attached to your webpage.
Oct 10, 2002 Thread starter #5 Placido MIS Mar 13, 2002 105 IT is there any other script I can use to grab info from a different extension file? Upvote 0 Downvote