[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
[Monthly Archives]
[List Home]
Re: [Virtools] JavaScript using 'GoToWebPage'
- Subject: Re: [Virtools] JavaScript using 'GoToWebPage'
- From: "Nino Dafonte" <nino_dafonte@hotmail.com>
- Date: Mon, 6 Nov 2000 09:45:10 +0100
hi friends:
The reason of the [object] is :
The windows open method returns a value - the window handle (an object
reference) of the new window. When something is returned to the HREF
attribute the browser attempts to render it.
To stop this from occuring you have to use a function inside the HREF
attribute.
----- Original Message -----
From: "William Jasper Winans" <wjwinans@apk.net>
To: <dujardin@next-url.com>
Cc: <virtools-user-group@lists.theswapmeet.com>
Sent: Sunday, November 05, 2000 1:23 AM
Subject: Re: [Virtools] JavaScript using 'GoToWebPage'
I would generally approach it by writing functions outside of the player
and have them in the html or an external js file. Use the gotoweb to
"call" the function. I don't know why but that seems to work fine for
javascript functions for what I'm doing.
Cheers,
William
François Dujardin - Virtools wrote:
> Ok, I managed to launch javascript commands with 'GoToWebPage'.I found
> some useful doc about Javascript syntax and it all seems to work
> well.Only one problem that I couldn't fix: when I execute a javascript
> command with 'GoToWebPage', for instance, say "javasript:window.open
> ('example.html','name','width=400,height=300')", the page containing
> my N*M* content is replaced by a blank page, with only '[object]'
> displayed on the top left.Does anyone know what I should do to avoid
> leaving my current N*M* page when executing a javascript command
> through 'GoToWebPage' ?ThanksFrancois
--
WJW MEDIA
2220 Superior Viaduct
Suite 3
Cleveland, OH 44113
Usa
v. 216.241.0025
f. 216.479.6700
_________________________
www.wjwmedia.com
? client support:
? techinfo@wjwmedia.com
_________________________
..............................................................
Distributed via the virtools-user-group list:
http://www.theswapmeet.com/numl.html
To reply to the list instead of its author, use "Reply to All"
To unsubscribe: send "unsubscribe virtools-user-group" to
Majordomo@lists.theswapmeet.com
To subscribe: send "subscribe virtools-user-group" to
Majordomo@lists.theswapmeet.com
To post a message: send it to virtools-user-group@lists.theswapmeet.com
..............................................................
...............................................................
Distributed via the virtools-user-group list: http://www.theswapmeet.com/numl.html
To reply to the list instead of its author, use "Reply to All"
To unsubscribe: send "unsubscribe virtools-user-group" to Majordomo@lists.theswapmeet.com
To subscribe: send "subscribe virtools-user-group" to Majordomo@lists.theswapmeet.com
To post a message: send it to virtools-user-group@lists.theswapmeet.com
...............................................................
References: