dbTalk Databases Forums  

Interacting with controls in data access page

comp.database.ms-access comp.database.ms-access


Discuss Interacting with controls in data access page in the comp.database.ms-access forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Jim Hibert
 
Posts: n/a

Default Interacting with controls in data access page - 05-06-2004 , 06:01 PM






I have an Access app that I exported to a Data Access Page, and I need
to understand how to read the text contents of certain controls and
then plug them into an input statement in a java script:

<SCRIPT type=text/javascript>
var str1
document.write('<input type=file name="sourcefile" value=str1>');
document.write('<input type="submit" value="Upload" name="submit">');
</SCRIPT>

In other words, I want to grab some text out of a field with Access
data and stuff it into the input statement (str1 in the above
axample).

What is the syntax used to read the value of the Access field into
str1?

Thanks in advance,

Jim Hibert

Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.