[Date Prev][Date Next][Thread Prev][Thread Next][Minivend by date
][Minivend by thread
]
Re: [mv] html question... (regrading minivend)
In-Reply-To: <001901bf04dd$86f79800$010173c0@TSTWEB>
In article <001901bf04dd$86f79800$010173c0@TSTWEB>,
eran_zeitoun@karmail.com (Eran Binyamin Zeitoun) wrote:
> I have in the store i build 3 frames which are mv_left mv_top & mv_main,
> I would like to know if there is a possebility that when i click a
> button in the mv_main
> it will do 2 things, the first on is the action (such as Buy now)
> "A HREF="[area order [loop-code]]" CLASS="buybtn">
> <FONT FACE="verdana,arial,helvetica" COLOR="#0000cc">
> <BR>Buy Now</FONT></A>"
>
> and the immediatly after this button did his action that it will
> refresh also mv_left.
>
> any ideas for a novice like me ?
Try something like this:
<html><head>
<script language="javascript">
<!--hide
function getmenu(){
doc = open("myfile.html","mv_left");
}
//-->
</script>
</head>
[body 1 onload="getmenu()"]
......
</body></html>
You could also try putting '[area myfile]' instead of 'myfile.html'
>
> Thanks,
> Eran Binyamin Zeitoun.
>
>
>