Click here to Skip to main content
15,893,337 members
Home / Discussions / Web Development
   

Web Development

 
AnswerRe: How to convert the datatable into JSON String Pin
Rajdev Ramasamy27-Jan-09 0:34
Rajdev Ramasamy27-Jan-09 0:34 
QuestionBinding Datatable to GridView through Javascript Pin
TPS200830-Nov-08 23:43
TPS200830-Nov-08 23:43 
AnswerRe: Binding Datatable to GridView through Javascript PinPopular
Samer Aburabie2-Dec-08 12:10
Samer Aburabie2-Dec-08 12:10 
Questionpopulating a html form with remote data from a MS Access database. Pin
efandango29-Nov-08 4:37
efandango29-Nov-08 4:37 
AnswerRe: populating a html form with remote data from a MS Access database. Pin
Paul Conrad29-Nov-08 5:17
professionalPaul Conrad29-Nov-08 5:17 
GeneralRe: populating a html form with remote data from a MS Access database. Pin
efandango29-Nov-08 13:13
efandango29-Nov-08 13:13 
GeneralRe: populating a html form with remote data from a MS Access database. Pin
Paul Conrad29-Nov-08 13:20
professionalPaul Conrad29-Nov-08 13:20 
GeneralRe: populating a html form with remote data from a MS Access database. Pin
efandango29-Nov-08 23:50
efandango29-Nov-08 23:50 
Paul,

I think I have not explained myself very well, and this is coming across as much more complex than it needs to be. Try not to think of this all happening on the server side or from the web page at all, because it will in fact happen from the database side with a one-way communication involved. I don't need synchranous dialogue with the webpage - database, nor do I need open connections to and from the database, nor does the buttton need to do anything other than what it already does. Everything is already in place, take a look here http://run-mapper-kml.appspot.com/.

Think of it like this instead; ordinarily the user would simply paste the kml text into the form text area and push the button. The bit I want to do is to get rid of the pasting bit and send the text straight to the box. Now look at this:

stAppName = "C:\Program Files\Internet Explorer\iexplore.exe http://maps.google.co.uk/maps?f=q&hl=en&q=" & MyData

it is code (which works) from the database to simply call the url for googlemaps and send it some data, which will drop straight into the googlemaps search box, ready for a button to be pressed. As you can see their is no querying involved, there is no database access involved at all. Because all of this will happen from the other end, namely the database fron end, and not the web page.

I want to replace the code element above maps?f=q&hl=en&q=" with something that would work on my webpage. In other words I just want to know how to reference the actual form text area so that my code will look more like this:

stAppName = "C:\Program Files\Internet Explorer\iexplore.exe http://run-mapper-kml.appspot.com/code to link to the form & MyData




Does that make sense?
GeneralRe: populating a html form with remote data from a MS Access database. Pin
Paul Conrad30-Nov-08 5:55
professionalPaul Conrad30-Nov-08 5:55 
GeneralRe: populating a html form with remote data from a MS Access database. Pin
efandango30-Nov-08 7:59
efandango30-Nov-08 7:59 
GeneralRe: populating a html form with remote data from a MS Access database. Pin
Christian Graus30-Nov-08 16:55
protectorChristian Graus30-Nov-08 16:55 
GeneralRe: populating a html form with remote data from a MS Access database. Pin
Paul Conrad30-Nov-08 17:35
professionalPaul Conrad30-Nov-08 17:35 
General[Message Deleted] Pin
efandango1-Dec-08 7:46
efandango1-Dec-08 7:46 
GeneralRe: populating a html form with remote data from a MS Access database. Pin
Paul Conrad1-Dec-08 7:48
professionalPaul Conrad1-Dec-08 7:48 
GeneralRe: populating a html form with remote data from a MS Access database. Pin
efandango1-Dec-08 8:11
efandango1-Dec-08 8:11 
Questionquery regarding uploading of files in one page and vieweing the uploaded files in another page of same website using javascripts/vbscript/html with full and complete details Pin
velprj28-Nov-08 18:51
velprj28-Nov-08 18:51 
AnswerRe: query regarding uploading of files in one page and vieweing the uploaded files in another page of same website using javascripts/vbscript/html with full and complete details Pin
Christian Graus30-Nov-08 14:59
protectorChristian Graus30-Nov-08 14:59 
AnswerRe: query regarding uploading of files in one page and vieweing the uploaded files in another page of same website using javascripts/vbscript/html with full and complete details Pin
Dominic Goulet1-Dec-08 1:33
Dominic Goulet1-Dec-08 1:33 
Questioni need help Pin
njote28-Nov-08 16:59
njote28-Nov-08 16:59 
AnswerRe: i need help Pin
Paul Conrad29-Nov-08 5:19
professionalPaul Conrad29-Nov-08 5:19 
QuestionHow to bind a collection to select control using Ajax Pin
Exelioindia28-Nov-08 5:33
Exelioindia28-Nov-08 5:33 
QuestionNon-printing characters in JSON string Pin
RichardGrimmer28-Nov-08 4:01
RichardGrimmer28-Nov-08 4:01 
Questionsending e-mail using ASP Pin
Genius.Boy28-Nov-08 3:43
Genius.Boy28-Nov-08 3:43 
AnswerRe: sending e-mail using ASP Pin
SeMartens1-Dec-08 1:01
SeMartens1-Dec-08 1:01 
AnswerRe: sending e-mail using ASP Pin
faizurrahman15-Dec-08 18:17
faizurrahman15-Dec-08 18:17 

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.