Problem writing javascript in Lotus Script

Hi,

Print {}

i want the above code to open document right after the button is fired…but its not working even, its not showing alert message…

so what could be the proble.

Regards

Rupesh

Subject: Problem writing javascript in Lotus Script

dear you can try it :------------

Print “”

Subject: What could the problem be?

Did you try the Javascript without even involving Lotusscript, your Javascript is bad.

Print {}

results in something like:

}

I’m assuming ipa(0) is a javascript variable.

How you can solve problems like this in the future:

  1. Try the code without Lotusscript

  2. Look at the Source of the page, View Source, does it look like you expect

  3. Use tools like Firebug debugger in Firefox to check values.

Subject: RE: What could the problem be?

Thanks both of you … let me try…

Subject: Problem writing javascript in Lotus Script

Thanks a lot to both of you…

problem resolved !!