| View previous topic :: View next topic |
| Author |
Message |
CodeScript Moderator Team

Joined: 08 Jun 2003 Posts: 1060 Location: India
|
Posted: Tue Sep 02, 2003 12:28 pm Post subject: VDS Browser element commands/functions ? |
|
|
Browser element commands/functions ?
In the example:
DIALOG ADD,BROWSER,Browser1,74,4,472,344,@dlgtext(cbURLs),,OFFLINE,
After OFFLINE
| Code: |
Add : NOIMAGES - no images loaded.
Add : NOSCRIPTS - no scripts executed.
add : NOACTIVEX - no Active x controls loaded/executed.
add : NOVIDEOS - no Vidoes played. |
Are there more ??? Any one who knows may please enlighten if permitted _________________ Regards
- CodeScript
Give your application a professional look with the VDSGUI Extension |
|
| Back to top |
|
 |
jules Professional Member


Joined: 14 Sep 2001 Posts: 1043 Location: Cumbria, UK
|
Posted: Tue Sep 02, 2003 1:14 pm Post subject: |
|
|
The full list is:
OFFLINE
NOIMAGES
NOVIDEOS
NOMUSIC
NOSCRIPTS
NOJAVA
NOACTIVEX
NONEWWINDOWS
NOFILEDOWNLOADS
NONAVIGATE
NONAVIGATE is supposed to cause a BROWSERxNAVIGATE event so you can get the URL clicked on using @browser(browserx,navURL) and decide whether you want to load it or not. _________________ The Tech Pro
www.tech-pro.net |
|
| Back to top |
|
 |
CodeScript Moderator Team

Joined: 08 Jun 2003 Posts: 1060 Location: India
|
Posted: Tue Sep 02, 2003 4:00 pm Post subject: |
|
|
Jules
Nice to know those  _________________ Regards
- CodeScript
Give your application a professional look with the VDSGUI Extension |
|
| Back to top |
|
 |
|