@Prompt in web

Hi everyone!

Is there any JScript equivalent for @Prompt?

@Formula fails to work in a browser…

Thanks in advance,

 Dmitry.

Subject: @Prompt in web

alert(‘your text goes here’)

(Officially it’s window.alert but all browsers accept just alert)

Subject: How about [OKCANCELLIST]?

How about [OKCANCELLIST]?

Subject: RE: How about [OKCANCELLIST]?

Dear Dmitry,

Any type of prompt is not working in web or nor dialog box.use alert, confirm etc type of jscript dialog box

Rishi

Subject: RE: How about [OKCANCELLIST]?

hi Dmitry…

you can use the function :- confire(“your message?”)

this function is prompted with 2 options “OK”/“CANCEL”…so the user can choose between the options…

kaushik das

Subject: RE: How about [OKCANCELLIST]?

sorry dmitry due 2 typing mistake I wrote the function named incorrectly…

it is confirm and not confire…

kaushik das

Subject: Re: @Prompt in web

Start here:IBM - United States

In principle it will provide you with the needed tools.

Just Google “javascript domino address dialog”

Collin