Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Returning only a javascript message
Message
General information
Forum:
Visual FoxPro
Category:
Internet applications
Miscellaneous
Thread ID:
00526816
Message ID:
00527012
Views:
19
Oops, that didn't come out too well. Here's the JS again:

javascript:delete_ask('/ASPvote/wizard.asp?action=deleterecord&poll=6&page=1','6 - Nosy')

>When you click the icon for Delete and say OK it follows thru with the server routine which could be whatever you want to do with WWC. Here's the JS for that icon link:
>
>
>Replace the link for wizard.asp with your wc routine...
>
>>>No, how about this Javascript:
>>>function delete_ask(href,pollstr)
>>>{
>>>if (confirm("Delete poll "+pollstr+"?"))
>>>window.location.href = href
>>>}
>>
>>The validation is done at the server level.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform