nonprogrammer
Technical User
I have a javascript
Is there a way to take the cancel button out so it does not show? Only the OK button shows?
Code:
<script language="JavaScript">
temp= window.prompt ("Please Type Your Name" , "");
if (temp=="") { window.location="[URL unfurl="true"]http://mywebsite/dontforget.htm";}[/URL]
</script>