Disable frameset for web

I have a form with the ‘Auto Frame’ properties set but i want to use it only for notes interface and disable it when the form is opened from the web interface, cleaning the frameset and frame names or something like it.Is it possible??

Thanks is advance!!

Renata

Subject: Disable frameset for web

Just about every javascript site out there has scripts for breaking out of framesets. Stick the code in your JS Header using Web/Javascript. Don’t put anything in the Notes Run event for JS Header.

http://www.javascriptkit.com/script/cut36.shtml

Subject: RE: Disable frameset for web

I’ll try this.Thanks a lot!

Subject: RE: Disable frameset for web

I added this in the header as the http://www.javascriptkit.com/script/cut36.shtmltells to do:

CODE…

and didn't work.

Should i do anything else?

Thanks!!

Renata