Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Returning only a javascript message
Message
 
To
05/07/2001 11:39:05
General information
Forum:
Visual FoxPro
Category:
Internet applications
Miscellaneous
Thread ID:
00526816
Message ID:
00527003
Views:
15
No, how about this Javascript:
function delete_ask(href,pollstr)
{
if (confirm("Delete poll "+pollstr+"?"))
window.location.href = href
}

In this example, ASPvote asks if you want to delete the poll. If you say OK, it updates the page. If you answer CANCEL, nothing at all happens..

>>Michel, check out the example in ASPvote. It is basically running a JS routine to run a VFP mtdll in the background. With this concept, you can have any kind of interactivity on any static HTML or dynamic .WC page, etc. The key for it is the JavaScript.
>
>Does this mean, I have to run an additional component in the background just for that purpose?
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform