[Date Prev][Date Next][Thread Prev][Thread Next][Minivend by date
][Minivend by thread
]
Re: [mv] Using ONLOAD in BODY tag disappears with MV
****** message to minivend-users from hutch@cix.compulink.co.uk (Robert Hutchinson) ******
In-Reply-To: <3891D163.E6F492C3@mmaz.com>
In article <3891D163.E6F492C3@mmaz.com>, treahy@mmaz.com (Barry
Treahy) wrote:
> ****** message to minivend-users from Barry Treahy <treahy@mmaz.com>
> > ******
>
> Ok, is this a MV problem or a Barry problem?
>
> I'm running MiniVend V3.14-4 on Slackware 7.0 Linux with a 2.2.13 kernel
> and 5.005_03.
>
> I have some roll-overs I'd like to use in MV pages, so I placed the
> ONLOAD into the BODY tag but at run time, MV strips it out... I've
> played with the position of the ONLOAD and it still disappears. Is
> there a different MV parameter for supplying additional BODY details to
> go with Mv_Background and Mv_BgColor that I've missed?
>
> In source page:
> <BODY MV="body 1" ONLOAD="preloadImages();">
>
> Results returned from MV:
> <BODY BACKGROUND="/midwest-mi/images/white_spot.gif"
BGCOLOR="#FFFFFF">
>
> TIA
>
> Barry Treahy
>
> -
> To unsubscribe from the list, DO NOT REPLY to this message. Instead,
> send
> email with 'UNSUBSCRIBE minivend-users' in the body to
> Majordomo@minivend.com.
> Archive of past messages: http://www.minivend.com/minivend/minivend-list
>
>
Try playing with this snip...
[if session frames]
[compat]
[perl]
$open = q{[[area sidemenu]]};
$onload = qq| onLoad="top.mv_left.open('$open', 'mv_left')" |;
$body = q{[[body 1]]};
$body =~ s/BODY/BODY $onload/;
$body;
[/perl]
[/compat]
[/if]
This is used with frames, but can be modified I'm sure
Bye :-)=
hutch@cix.co.uk
-
To unsubscribe from the list, DO NOT REPLY to this message. Instead, send
email with 'UNSUBSCRIBE minivend-users' in the body to Majordomo@minivend.com.
Archive of past messages: http://www.minivend.com/minivend/minivend-list