Search results

  1. S

    how to access the google verify answer for reCAPTCHA?

    i've added recaptcha to my webspeed generated pages. i'm able to grab the values the users entered and call the google verify function but it's return success or fail values are then displayed in a web page. how can i access this value returned using webspeed? is there a way to call the google...
  2. S

    Problem with ajax call, Webspeed and name value pairs

    I'm new to ajax and am looking at converting my webspeed applicaton to using it. However there is one issue i'm having which I just can't resolve. Progress.9.1d, webspeed3.1 When I'm trying to load one of my webspeed programs into a specific div of another screen, I have some hidden name-value...
  3. S

    Can't get external javascript file to work

    actually i need to correct the above. it wasn't adding the .js extension to the application mappings in IIS that fixed it. I deleted that .js extension from the mappins which relates to something else.. The problem was actually caused in <script> tags in the html. It objected to my having both...
  4. S

    Can't get external javascript file to work

    actually have just figured it out! i added the 'js' virtual directory pointing at the location of my source code under the default website in IIS. Then in the properties dialogue for this virtual js directory, i then had to go into 'configuration' and add the .js file extension to the...
  5. S

    Can't get external javascript file to work

    Thank you so much for your quick reply. It's much appreciated and gave me some clues to follow. However I still can't get it to work. I'm actually using Windows IIS webserver. I've added the js directory as a virtual directory to the IIS server, but am still having no luck. I've also tried...
  6. S

    Can't get external javascript file to work

    Hi, I'm trying to add an external javascript file to my code but so far am not having any luck getting it working. Any help would be appreciated! The javascript file just contains a simple function with an alert('hello world'). I add the <script> tag to my webspeed file between the <head>...
  7. S

    ADM2 SmartDataBrowser Question

    Hi, I'm pretty new to ADM2 and am having some basic problems with using a smartdatabrowser. I'm working in verson 9. I have a container with a SDO and a Smart Data Browser. When the user clicks on the browser, I want to pass that record's rowid back to the container where I can use it as...
Top