|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Stay one step ahead of the competition. Evaluate and give feedback
on some of the hottest web development tools on the market today.
Make your opinion heard! Click
Here
|
|
#1
|
|||
|
|||
|
Javascript Alert Prompt Confirm
Hi,
I need a function: When user clicks a link, then there appears a Javascript Alert Prompt, to let user choose YES or NO, once user has chosen, then functions will be taken accordingly. I dont know how to do it, anyone could let me know how to write it or where got the sample code for this? Thanks a lot! |
|
#2
|
|||
|
|||
|
Message Moved
Thread moved from 'PHP Coding' to 'Client Side Things' by notepad.
Reason: javascript is not php coding |
|
#3
|
|||
|
|||
|
RE: Javascript Alert Prompt Confirm
you can embed the javascript right into the link like so
<a href="pagetogoto" onclick="return confirm('are you sure you want to go here?')">link text</a> |
![]() |
| Viewing: Codewalkers Forums > Other Technologies > Client Side Things > Javascript Alert Prompt Confirm |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|
|
|